aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-08-25 10:18:28 -0400
committerJoey Hess <joey@kitenet.net>2012-08-25 10:18:28 -0400
commit278b4498840082f0c123174c952f489f905fc130 (patch)
tree49818ea90e80bc5270dbd3e9d232b2fd368b08d7 /doc
parent05decdadcba70e6304375987315d2f5dd00df98a (diff)
downloadikiwiki-278b4498840082f0c123174c952f489f905fc130.tar
ikiwiki-278b4498840082f0c123174c952f489f905fc130.tar.gz
response
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/osm__95__optimisations__95__and__95__fixes.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/osm__95__optimisations__95__and__95__fixes.mdwn b/doc/todo/osm__95__optimisations__95__and__95__fixes.mdwn
index cf5806013..332ef2d84 100644
--- a/doc/todo/osm__95__optimisations__95__and__95__fixes.mdwn
+++ b/doc/todo/osm__95__optimisations__95__and__95__fixes.mdwn
@@ -6,8 +6,16 @@ I have accumulated a small series of patches to the OSM plugin along with the [[
I have two main branches that need merging (on top of [[todo/osm_arbitrary_layers]]):
* `osm_kml_formatting` - indentation of the KML, optimisation: remove duplicate style declarations, folders support (even though [[it's not supported by openlayers just yet|https://trac.osgeo.org/openlayers/ticket/2195]])
+
+> If it's not supported yet, does it break something? Seems it must be hard
+> to the change at least if it's not supported. --[[Joey]]
+
* `osm_openlayers_misc` - do not override the sorting of layers (so that the order defined in [[todo/osm_arbitrary_layers]] takes effect) and tell Emacs about the non-default indentation policies of the file.
+> I prefer not to pollute files with editor-specific garbage, and that goes
+> doubly for files served over the network. Cherry-picked the layer sorting
+> change. --[[Joey]]
+
Those two branches are also merged directly on my master branch... along with [[todo/osm_arbitrary_layers]].
I am filing this as one todo to simplify matter, but I can also split it further if needs be. --[[anarcat]]