{ "type": "FeatureCollection", "features": [{ "type": "Feature", "geometry": { "type": "Point", "coordinates": [0, 0] }, "properties": { "title": "A title", "description": "A description here", "photo": "", "comment-01": "A comment with HTML", "marker-size": "medium", "marker-symbol": "bus", "marker-color": "#fff", "stroke": "#555555", "stroke-opacity": 1.0, "stroke-width": 2, "fill": "#555555", "fill-opacity": 0.5 } }] }