aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/osm_arbitrary_layers.mdwn
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2012-08-24 16:06:17 -0400
committeradmin <admin@branchable.com>2012-08-24 16:06:17 -0400
commit4687d5bf683ec0ea05ee901b82a2ded8c4e7b09f (patch)
tree6d3de828b89577a39c21d19643135552a3d590c2 /doc/todo/osm_arbitrary_layers.mdwn
parente57dd86a659419009c7e1ed8ae8b4071b57e3552 (diff)
downloadikiwiki-4687d5bf683ec0ea05ee901b82a2ded8c4e7b09f.tar
ikiwiki-4687d5bf683ec0ea05ee901b82a2ded8c4e7b09f.tar.gz
add a way to add arbitrary openlayers to the osm plugin without hacking at the code
Diffstat (limited to 'doc/todo/osm_arbitrary_layers.mdwn')
-rw-r--r--doc/todo/osm_arbitrary_layers.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/osm_arbitrary_layers.mdwn b/doc/todo/osm_arbitrary_layers.mdwn
new file mode 100644
index 000000000..1f410eab5
--- /dev/null
+++ b/doc/todo/osm_arbitrary_layers.mdwn
@@ -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]]