From 518dc1f046925f56e04b55e512b40decb356bb06 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 17 Sep 2014 08:45:51 +0100 Subject: [PATCH] Add comment regarding GeoJSON output --- doc/todo/osm_plugin_GeoJSON_popup_patch.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/todo/osm_plugin_GeoJSON_popup_patch.mdwn b/doc/todo/osm_plugin_GeoJSON_popup_patch.mdwn index 46129f32a..f07dacd9f 100644 --- a/doc/todo/osm_plugin_GeoJSON_popup_patch.mdwn +++ b/doc/todo/osm_plugin_GeoJSON_popup_patch.mdwn @@ -12,3 +12,6 @@ When using the GeoJSON output of the OSM plugin (osm_format: GeoJSON), the name > --[[smcv]] [[!tag reviewed]] >> This is especially confusing because this is actually about JSON, not KML. Disregarding that, here's the [geojson homepage](http://geojson.org/) which has a link to the spec. The spec doesn't seem to specify `description`, `desc` or `name` anywhere. --[[anarcat]] + +>> No, although I believe the only code that parses this is line 112 of +>> [underlays/osm/ikiwiki/osm.js](http://source.ikiwiki.branchable.com/?p=source.git;a=blob;f=underlays/osm/ikiwiki/osm.js;h=37e588f7b5bba4c1125052f82c358359a3459705;hb=HEAD#l112).