{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lime Kiln Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.599239,
            53.153565
          ],
          [
            -1.599162,
            53.153509
          ],
          [
            -1.598869,
            53.153473
          ],
          [
            -1.598459,
            53.153423
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010342947, DE4 2JW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5984736230885177,
          53.153422659768054
        ]
      }
    }
  ]
}