aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/replace_openlayers_with_leaflet.mdwn
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2015-04-18 13:42:44 -0400
committeradmin <admin@branchable.com>2015-04-18 13:42:44 -0400
commit6deeb32ed6f6d1ccb2aaaa58278743b55ad23fab (patch)
tree969cd5c1445eab2a01a00a8fd9bf782527e46666 /doc/todo/replace_openlayers_with_leaflet.mdwn
parent2906a3f0f7b6e70197a46104fbad23d70c116c56 (diff)
downloadikiwiki-6deeb32ed6f6d1ccb2aaaa58278743b55ad23fab.tar
ikiwiki-6deeb32ed6f6d1ccb2aaaa58278743b55ad23fab.tar.gz
Diffstat (limited to 'doc/todo/replace_openlayers_with_leaflet.mdwn')
-rw-r--r--doc/todo/replace_openlayers_with_leaflet.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/replace_openlayers_with_leaflet.mdwn b/doc/todo/replace_openlayers_with_leaflet.mdwn
new file mode 100644
index 000000000..f042ad0b8
--- /dev/null
+++ b/doc/todo/replace_openlayers_with_leaflet.mdwn
@@ -0,0 +1,3 @@
+Openlayers is *huge*! At 200k lines of code and 450KB, it is a significant overhead on a GIS-enabled modest ikiwiki site. It would be good to consider switching to [Leaflet](http://leafletjs.com/) which is only 123KB ([source](https://en.wikipedia.org/wiki/Leaflet_(software)#Comparison_with_other_libraries)).
+
+This would imply rewriting osm.js and probably bits of osm.pm, but would give us significant gains in performance... Leaflet is used by Flickr, Wikimedia, the main OpenStreemap map site and many others. --[[anarcat]]