]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/osm_plugin_GeoJSON_popup_patch.mdwn
How signinview handles the goto leak
[ikiwiki.git] / doc / todo / osm_plugin_GeoJSON_popup_patch.mdwn
1 [[!template  id=gitbranch branch=cbaines/osm-popup-fixes author="[[cbaines]]"]]
2 [[!tag patch]]
3
4 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.
5
6 > "Fix the title and description of map popups"
7 >
8 >    +                  # Rename desc to description (this matches the kml output)
9 >
10 > Is there a spec for this anywhere, or a parser with which it needs to be
11 > compatible?
12 > --[[smcv]] [[!tag reviewed]]
13
14 >> 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]]
15
16 >> No, although I believe the only code that parses this is line 112 of
17 >> [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).
18
19 >>> Ah, right, then this may make sense after all... --[[anarcat]]