aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/osm.pm
Commit message (Expand)AuthorAge
* osm: indent the generated KML file for better readability•••(cherry picked from commit 1636da85d82644d923042c870aaedc5a29754aa6) Antoine Beaupré2012-08-25
* osm: optimization: do not create duplicate styles•••(cherry picked from commit 9d550817ca546d1dd30a21cebad6093d1f3bacad) Antoine Beaupré2012-08-25
* merged anarcat/osm_arbitrary_layersJoey Hess2012-08-25
* make layers an array•••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 Antoine Beaupré2012-08-25
* make layers completely customizableAntoine Beaupré2012-08-25
* osm: add optional google maps support•••for google maps to work, an API key needs to be added to the configuration Antoine Beaupré2012-08-25
* OSM plugin: new config option to specify the url to fetch maps fromGeneviève Bastien2012-08-25
* Add Document tag to OSM plugin KML output•••(cherry picked from commit 519d35368e2f1e7fe1fce577fe7d71ef9bd5c07e) Philippe Gauthier2012-08-24
* OSM Plugin: Possibility to configure where the OpenLayers.js file is•••(cherry picked from commit 6f684cd412e6d93f943c1fa5d8dac91caa138be0) Genevieve2012-08-05
* Fix incorrect URL pointing to the generated waypoint files by calling will_re...•••Fixes http://ikiwiki.info/bugs/osm_linkto__40____41___usage_breaks_map_rendering/ (cherry picked from commit 691312225789ff6cd5e3fcc4979c076791d67452) Philippe Gauthier2012-08-05
* remove pod documentation•••This caused the build system to make unwanted man pages. Using comments instead. Joey Hess2012-03-19
* misc cleanupJoey Hess2012-03-18
* remove fullscreen option•••The cgi shows a fullscreen map, so having this other option to do it seems redundant, and also layering a fullscreen map over an existing wiki page doesn't look very good to me (and prevents editing the page etc). Joey Hess2012-03-18
* fix waypoint hrefsJoey Hess2012-03-18
* fix href parameter for osm•••This was not set anywhere, which causes their javascript to crash. It *seems* the idea is this is the url to use to view the map full screen, which uses ikiwiki.cgi. Joey Hess2012-03-18
* multiple osm fixes•••* 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 Joey Hess2012-03-18
* load index file in osm cgi hook•••This hook involves urlto, and that needs to have state loaded to work in all situations. Note that I can see no reason for the osm plugin to use a cgi hook at all. This could just as well be a static html page! Joey Hess2012-03-18
* make icon absolute•••it is put into kml files, etc Joey Hess2012-03-13
* avoid double amp escapingJoey Hess2012-03-13
* various fixes to links•••Build links the right way. This also involved dropping that leading slash on the osm_default_icon. And since it would require changing the old osm_tag_icons too, I just removed that relic. Joey Hess2012-03-13
* fix writing of kml file•••It just didn't work, but also, it didn't use writefile, which is not desirable for security. Fixed both issues. Also removed some unnecessary debug messages. Joey Hess2012-03-13
* move osm.js to osm underlay and osm does not need javascript underlayJoey Hess2012-03-03
* properly link to javascript underlayAntoine Beaupré2012-03-03
* split off the javascript in a separate fileAntoine Beaupré2012-03-03
* add osm.png•••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. Joey Hess2012-03-03
* reindentation and style•••no code changes Joey Hess2012-03-03
* add osm pluginJoey Hess2012-03-03