Solution for website map viewer
Hi,
For a small community website I want to display POIs which are dynamically loaded from a webserver backend. This POI data does not come from OSM. When the map is zoomed or the focused region is changed, new POI data should be loaded from the server which replaces the old POIs. The POI image is a custom image. When a POI is clicked, then a pop-over should be shown with some (aribitrary) details of the POI.
Other requirements:
- Search on the map using Nominatim (http://wiki.openstreetmap.org/wiki/Nominatim)
- Support for other layers beside Mapnik, such as OpenCyclemap, and Google Maps satellite data
I think this is very straight forward stuff which is very common and often seen on various websites. Thus, before I start from "scratch" building a solution with OpenLayers I have done some research of existing solutions but interestingly, I have only found FacilMap (http://wiki.openstreetmap.org/wiki/FacilMap) which supports many map providers, as well as Nominatim.
Are there any other projects which offer the feature range described above?
Regards,