This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

About openstreetMap API used in GWT Application

0

HI,

As I am using gwt-openlayers-client-1.0-SNAPSHOT.jar into GWT application. And is able to show the openstreetmap on the application but the problem i am facing is how to get the way id by selecting a building. i.e i want to make my map editable so that user can select any building and get its way id. like the same you have on your website when we select the checkbox of "Map Data" then the way become hyperlinked and we can select any building and get its wayid.

Please help me out to do this through API.

Also i have tried to embed your website(www.openstreetmap.org) into my application but it is giving me error of X-Frame="SAME ORIGIN" and it is not showing up on my application.

asked 18 Sep '14, 15:26

sandeep1's gravatar image

sandeep1
11112
accept rate: 0%

edited 19 Sep '14, 13:21

escada's gravatar image

escada
19.0k16166302

Source code available on GitHub .