| Commit message (Expand) | Author | Age |
* | 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_layers | Joey Hess | 2012-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 customizable | Antoine 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 from | Geneviève Bastien | 2012-08-25 |
* | Add Document tag to OSM plugin KML output•••(cherry picked from commit 519d35368e2f1e7fe1fce577fe7d71ef9bd5c07e)
| Philippe Gauthier | 2012-08-24 |
* | OSM Plugin: Possibility to configure where the OpenLayers.js file is•••(cherry picked from commit 6f684cd412e6d93f943c1fa5d8dac91caa138be0)
| Genevieve | 2012-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 Gauthier | 2012-08-05 |
* | remove pod documentation•••This caused the build system to make unwanted man pages. Using comments
instead.
| Joey Hess | 2012-03-19 |
* | misc cleanup | Joey Hess | 2012-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 Hess | 2012-03-18 |
* | fix waypoint hrefs | Joey Hess | 2012-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 Hess | 2012-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 Hess | 2012-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 Hess | 2012-03-18 |
* | make icon absolute•••it is put into kml files, etc
| Joey Hess | 2012-03-13 |
* | avoid double amp escaping | Joey Hess | 2012-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 Hess | 2012-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 Hess | 2012-03-13 |
* | move osm.js to osm underlay and osm does not need javascript underlay | Joey Hess | 2012-03-03 |
* | properly link to javascript underlay | Antoine Beaupré | 2012-03-03 |
* | split off the javascript in a separate file | Antoine 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 Hess | 2012-03-03 |
* | reindentation and style•••no code changes
| Joey Hess | 2012-03-03 |
* | add osm plugin | Joey Hess | 2012-03-03 |