1 [[!template id=gitbranch branch=cbaines/osm-popup-fixes author="[[cbaines]]"]]
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.
6 > "Fix the title and description of map popups"
8 > + # Rename desc to description (this matches the kml output)
10 > Is there a spec for this anywhere, or a parser with which it needs to be
12 > --[[smcv]] [[!tag reviewed]]
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]]