Hello Thank you Nick, Thank you Peter.
The J2ME Application itself should run completly offline. So the OSM Data has to be processed on the PC / J2SE. I'm thinking of a JavaSE Application (Commandline is enough) that converts the OSM XML into a File, that can be copied into the LoroDux.jar (J2ME) oder copied to the device, and than tell LoroDux where the Data is stored. Ideas? Thanks! Daniel Zitat von Nick Whitelegg <[email protected]>: > Hello Daniel, > > To parse XML data you'll need the JSR 172 API for Java ME, this includes > the JAXP parser, which is a SAX-style XML parser. > JSR172 also allows you to contact web services from a Java ME client which > might be useful for you. > > if you have had any Java ME experience, you might want to look at > > http://www.free-map.org.uk/downloads/FreemapMobile/FreemapMobile_r3fe.zip > > This is a mobile OSM application I did some time ago. It doesn't actually > parse OSM data, but it does contact a web service and parse XML, > as well as download OSM tiles. > > Nick > > > > > > > > Daniel Hänßgen <[email protected]> > Sent by: [email protected] > 28/04/2010 15:27 > > To > [email protected] > cc > > Subject > [OSM-dev] OSM Data into J2ME Application > > > > > > > Hello everyone, > > may I introduce myself: > My Name is Daniel Hänßgen and I'm a student in "Applied Informatics" > at the "University of Applied Siences Hannover" in Germany. > Currently I'm developing a navigation system for blind and visually > impared people (at least I'm trying to!) called LoroDux. > LoroDux has to be in Java ME (CLDC-1.1). > And I just don't know how to get the OSM data in my application... > Has anyone tried this yet and may explain me, what I've got to do so. > > Thank you! > > Kind Regards > Daniel > > P.S.: Hope you understand me, my english is not the best... > > _______________________________________________ > dev mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/dev > > > _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

