aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2012-08-25 09:06:13 -0400
committeradmin <admin@branchable.com>2012-08-25 09:06:13 -0400
commit211746671823202de7b631427917d30dfd79aaff (patch)
tree5b4bcf2da0a9e3e49c71758ccc1f7d2697d8fccb
parent6d672be5f74146f69df5411f99449d43853d21b0 (diff)
downloadikiwiki-211746671823202de7b631427917d30dfd79aaff.tar
ikiwiki-211746671823202de7b631427917d30dfd79aaff.tar.gz
and the other fixes waiting to be merged...
-rw-r--r--doc/todo/osm__95__optimisations__95__and__95__fixes.mdwn11
1 files changed, 11 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
new file mode 100644
index 000000000..68d8067fb
--- /dev/null
+++ b/doc/todo/osm__95__optimisations__95__and__95__fixes.mdwn
@@ -0,0 +1,11 @@
+[[!template id=gitbranch branch=anarcat/osm_kml_formatting author="[[anarcat]]"]]
+[[!template id=gitbranch branch=anarcat/osm_openlayers_misc author="[[anarcat]]"]]
+
+I have accumulated a small series of patches to the OSM plugin along with the [[other|todo/osm_arbitrary_layers]] [[fixes|bugs/osm_KML_maps_do_not_display_properly_on_google_maps]] I have submitted here. They have lived in a tangled mess on my master branch so far, but not anymore!
+
+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]])
+ * `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 am filing this as one todo to simplify matter, but I can also split it further if needs be. --[[anarcat]]