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-25 08:59:48 -0400
committeradmin <admin@branchable.com>2012-08-25 08:59:48 -0400
commit6d672be5f74146f69df5411f99449d43853d21b0 (patch)
tree16055e7a338856ef1f7a93ab8966d56ccb0a186f /doc/todo/osm_arbitrary_layers.mdwn
parent8606450f7f611178f291039784e87ba7dde51d4a (diff)
downloadikiwiki-6d672be5f74146f69df5411f99449d43853d21b0.tar
ikiwiki-6d672be5f74146f69df5411f99449d43853d21b0.tar.gz
this now lives in my arbitrary layers branch
Diffstat (limited to 'doc/todo/osm_arbitrary_layers.mdwn')
-rw-r--r--doc/todo/osm_arbitrary_layers.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/todo/osm_arbitrary_layers.mdwn b/doc/todo/osm_arbitrary_layers.mdwn
index 636cf0686..94cc27bb1 100644
--- a/doc/todo/osm_arbitrary_layers.mdwn
+++ b/doc/todo/osm_arbitrary_layers.mdwn
@@ -1,4 +1,4 @@
-[[!template id=gitbranch branch=anarcat/master author="[[anarcat]]"]]
+[[!template id=gitbranch branch=anarcat/osm_arbitrary_layers 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]]
@@ -35,3 +35,5 @@ I got tired of hacking at the osm.pm every time I wanted to change the layers, s
>>>> 2. the above changes on a single branch or on 3 different ones?
>>>>
>>>> Thanks for your time. -- [[anarcat]]
+
+>>>>> I have implemented 1.b) and 2. (ie. it's a simple array now, and I split this stuff in different branches.) I'll open another todo for the other branches. --[[anarcat]]