By using WebKit DeveloperTools, Firebug, or the Internet Explorer equivalent, you can find all kinds of information about where and how a site gets the data that is displayed on a map.

openmarkers gets it's POIs from the [1] Nominatim OSM api

[1] http://wiki.openstreetmap.org/wiki/Nominatim

Then it does another request to an openmarkers URL with the ids of the points that were returned by the Nominatim search to get the ratings that people have given it.

You can get and display the data yourself using a vector layer with either a script tag or HTTP protocol, the exact details of how to do that are left up to you. Look at the OpenLayers ScriptTag example for further inspiration.

Matt Priour
Kestrel Computer Consulting



On 12/17/2012 8:45 PM, Gerhard Sitzmann wrote:
Hello all,

I would like to know if there is a way to connect via OpenLayers to the data stored by openmarkers.com users.

I am planning on a tourist map project based on OSM and want to pull places on the map that were previously entered by openmarkers.com users.

Haven't found anything on the net so far.

Thank you.

Cheers
gerhard
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users



_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to