{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "South Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.68448,
            53.709623
          ],
          [
            -1.684518,
            53.709515
          ],
          [
            -1.684557,
            53.709408
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83208641, WF15 6BL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.684479580361095,
          53.7096230803285
        ]
      }
    }
  ]
}