Cookbook /
OpenLayersAPI-Talk
Summary: Talk page for OpenLayersAPI.
Maintainer: Pierre-Alain Dorange
This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.
Comments
- no code available (seems really nice and simple though) Utopiah, 2011-01-23
- code is now available (alpha) Pierre-Alain Dorange, 2011-02-26
- installed and tried it today, worked very well, a small bug though Utopiah April 08, 2011, at 05:31 AM
- line 210 of cookbook/OpenLayersAPI/ola.php uses
which is not provided by the script$FarmPubDirUrl
/scripts/OpenLayers/img/marker.png- I changed it to the
http://openlayers.org/api/img/marker.png
but one could also download the market to/pub/scripts/OpenLayers/img/
- I changed it to the
- another small detail : the archive includes MacOSX configuration files
- line 210 of cookbook/OpenLayersAPI/ola.php uses
- installed and tried it today, worked very well, a small bug though Utopiah April 08, 2011, at 05:31 AM
- just stumbled upon MapFish: Playing with the HTML5 Geolocation API by Cédric Moullet, January 2011, might be a nice feature to add the possibility to locate yourself on the map too Utopiah April 08, 2011, at 05:36 AM
- related feature define in InterMap the
map:
keyword pointing tohttp://nominatim.openstreetmap.org/search?q=
and thus being able to use[[map:el prado museum madrid]]
as a link to the highlighted place Utopiah April 08, 2011, at 05:47 AM - OpenRouteService.org could be used for path finding Utopiah May 04, 2011, at 09:00 AM
- I've added a noscript tag by changing line 405 of cookbook/OpenLayersAPI/ola.php to: $ret = Keep("<noscript id='nojs'><p>Javascript is disabled, please enable it first to view the map!</p></noscript><div id='{$OlaMap->id}'></div>"); StefCT May 19, 2013
Talk page for the OpenLayersAPI recipe (users).