{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woolden Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.367698,
            53.488828
          ],
          [
            -2.367942,
            53.488769
          ],
          [
            -2.368186,
            53.48871
          ],
          [
            -2.36824,
            53.488694
          ],
          [
            -2.368294,
            53.488679
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007893755, M30 8BR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.368329983049047,
          53.48867302961475
        ]
      }
    }
  ]
}