kamélia BENCHEKROUN <[email protected]> writes: > I'm a student in a school engineering in France, and i have to develop a > JAVA application connected to OpenstreetMap in order to get and edit > information from the data base. > I know that is possible with the API v 6 , but i don't know how to do it > with "Eclipse".
How familiar are you with OSM? There are two major Java applications that come to my mind that deal with OSM data through the API: JOSM (http://josm.openstreetmap.de, source at http://josm.openstreetmap.de/svn/trunk) and Osmosis (http://wiki.openstreetmap.org/wiki/Osmosis, source at http://svn.openstreetmap.org/applications/utils/osmosis/trunk/) But, how to do Java development with Eclipse is a quite orthogonal issue and has nothing to do with what the application you are developing is doing. Matthias _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

