]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/osm_plugin_GeoJSON_popup_patch.mdwn
Added a comment
[git.ikiwiki.info.git] / doc / todo / osm_plugin_GeoJSON_popup_patch.mdwn
index 8b0996fe06c0c5bdfb6c58c1f45345cbdb885c31..46129f32a4e0550e578cdccf61ab09a92a2443bb 100644 (file)
@@ -3,4 +3,12 @@
 
 When using the GeoJSON output of the OSM plugin (osm_format: GeoJSON), the name and description in the popups are missing, this patch fixes the issue.
 
+> "Fix the title and description of map popups"
+>
+>    +                 # Rename desc to description (this matches the kml output)
+>
+> Is there a spec for this anywhere, or a parser with which it needs to be
+> compatible?
+> --[[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]]