Re: [josm-dev] JOSM API

2011-12-13 Thread Paul Hartmann
Hi Frans, where i can get information regarding to 0.7 development? The OpenStreetMap API v. 0.7 is far in the future, so I think there is no serious information at the moment. When there is development, there will probably be an update on this page: http://wiki.openstreetmap.org/wiki/API

Re: [josm-dev] JOSM API

2011-12-13 Thread Frans Thamura
What is JSOM API? Do you mean JSON? Osm api for.java We want to.make it become spring injection And put in our container This project is an editor application for OSM-Users and not a library. If you have a Java project where you want to talk to the OSM-Server, you can probably copypaste a

Re: [josm-dev] JOSM API

2011-12-13 Thread Mike Dupont
ok, well I was working on something, the gwt josm https://github.com/h4ck3rm1k3/GWTOsm http://osmopenlayers.blogspot.com/2010/05/start-of-gwtosm-port-of-josm-to-gwt.html that was working on splitting the josm between client and server.. mike On Tue, Dec 13, 2011 at 9:49 AM, Frans Thamura

Re: [josm-dev] JOSM API

2011-12-13 Thread Frans Thamura
That will be awesome if osm api server want to make their rest api as ogc implementation. So... josm api is ogc api. We can use josm api for any ogc related server. That more ubiquities On Dec 14, 2011 3:00 AM, Mike Dupont jamesmikedup...@googlemail.com wrote: ok, well I was working on

[josm-dev] JOSM API

2011-12-12 Thread Frans Thamura
hi all i am seeking doc related to JSOM API, and how JOSM communicate with OSM API what happen if OSM API patched. thx -- Frans Thamura (曽志胜) Shadow Master and Lead Investor Meruvian. Integrated Hypermedia Java Solution Provider. Mobile: +628557888699 Blog:

Re: [josm-dev] JOSM API

2011-12-12 Thread Paul Hartmann
On 12/12/2011 06:23 PM, Frans Thamura wrote: hi all i am seeking doc related to JSOM API, and how JOSM communicate with OSM API There is no doc, but all the calls to the OSM API are printed to the command line, if you start JOSM from a console window. what happen if OSM API patched. As

Re: [josm-dev] JOSM API

2011-12-12 Thread Mike Dupont
I think what you want is this http://wiki.openstreetmap.org/wiki/API On Mon, Dec 12, 2011 at 6:23 PM, Frans Thamura fr...@meruvian.org wrote: hi all i am seeking doc related to JSOM API, and how JOSM communicate with OSM API what happen if OSM API patched. thx -- Frans Thamura (曽志胜)

Re: [josm-dev] JOSM API

2011-12-12 Thread Frans Thamura
hi paul where i can get information regarding to 0.7 development? and which API in JOSM will use 0.7? i just think JOSM must produce JSOM API, so Java programmer can use the same api with JSOM for their development F On Tue, Dec 13, 2011 at 1:32 AM, Paul Hartmann phaau...@googlemail.com