]> scripts.mit.edu Git - www/ikiwiki.git/commitdiff
add a way to add arbitrary openlayers to the osm plugin without hacking at the code
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>
Fri, 24 Aug 2012 20:06:17 +0000 (16:06 -0400)
committeradmin <admin@branchable.com>
Fri, 24 Aug 2012 20:06:17 +0000 (16:06 -0400)
doc/todo/osm_arbitrary_layers.mdwn [new file with mode: 0644]

diff --git a/doc/todo/osm_arbitrary_layers.mdwn b/doc/todo/osm_arbitrary_layers.mdwn
new file mode 100644 (file)
index 0000000..1f410ea
--- /dev/null
@@ -0,0 +1,3 @@
+[[!template  id=gitbranch branch=anarcat/master author="[[anarcat]]"]]
+
+I got tired of hacking at the osm.pm every time I wanted to change the layers, so I made it so the layers can be changed in the .setup file. In my master branch, there are now two new configuration settings: `osm_layers` and `osm_layers_order` which replace the hackish `osm_mapurl`. The variables are a hash and an array that allow the operator to define the list of URLs to be loaded as layers and also to change the order of layers. -- [[users/anarcat]]