Visor de mapas Java de código abierto que funciona con archivos osm o mosaicos predescargados de osm
Frecuentes
Visto 3,341 veces
2
I am developing a desktop application that needs to display maps with some overlays. I have both .osm file of the area and pre-downloaded tiles from OSM. Did somebody knows an open source tool for this?
1 Respuestas
1
http://code.google.com/p/mapsforge/
Great library that I've used with great success. Particularly good for offline mode. The dev is moving away from the tile downloader classes but you can still find them in the old jar.
contestado el 03 de mayo de 12 a las 18:05
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas java mapping openstreetmap or haz tu propia pregunta.
This is for android. I want JSE version. - Ali Behzadian Nejad
You should probably try to be specific in your question since your question says JAVA which means mapsforge or locus would work great. Your answer is also very easily found online. ns-tech.co.uk/blog/2008/08/… has a tutorial. Try mapstraction if you really aren't afraid of work, I'd say it's the leader right now. - El Duderino
I was clear and specific. I said Java for desktop ...However thank you for introducing me the MapsForge! As you said it is a great library! - Ali Behzadian Nejad
For sure, be sure to download the advanced map viewer and samples from the website, they are great for examples and I've actually just built straight off the advanced map viewer before, it has a lot of nice features coded into it already. Good luck! - El Duderino