Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | osm: do not override sorting order of layers | Antoine Beaupré | 2012-08-25 |
| | | | | (cherry picked from commit 805498bc838218f31d11efac0b02996b11a953d1) | ||
* | make layers an array | Antoine Beaupré | 2012-08-25 |
| | | | | | | this simplifies the code, make the configuration more intuitive, at the cost of making the labels on the layers automatically generated and therefore less customizable | ||
* | put google layers in parenthesis | Antoine Beaupré | 2012-08-25 |
| | |||
* | openlayers: use the provided layer name and put the source in parenthesis | Antoine Beaupré | 2012-08-25 |
| | |||
* | make layers completely customizable | Antoine Beaupré | 2012-08-25 |
| | |||
* | simplify local tile code, uniform titles | Antoine Beaupré | 2012-08-25 |
| | |||
* | extend default zoom to 19, OSM's maximum, simplify code | Antoine Beaupré | 2012-08-25 |
| | |||
* | osm: add optional google maps support | Antoine Beaupré | 2012-08-25 |
| | | | | for google maps to work, an API key needs to be added to the configuration | ||
* | osm: be explicit about projection of data | Antoine Beaupré | 2012-08-25 |
| | |||
* | OSM plugin: new config option to specify the url to fetch maps from | Geneviève Bastien | 2012-08-25 |
| | |||
* | multiple osm fixes | Joey Hess | 2012-03-18 |
| | | | | | | | | * fix will_render calls to pass proper relative filenames * fix urls to kml etc files to not assume wiki's top is at / * avoid building the javascript to display the map in two different ways between the cgi and on-page maps * refactor duplicate code | ||
* | move osm.js to osm underlay and osm does not need javascript underlay | Joey Hess | 2012-03-03 |
| | |||
* | add osm.png | Joey Hess | 2012-03-03 |
Add an underlay for the osm plugin. Update links to right path to icon. Note that the osm plugin has a pervasive bug in how it links to icons; it assumes the site is at /. I did not attempt to fix that; it should be using urlto() to make a correct relative link. |