{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Spring Gardens",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.996435,
            51.57716
          ],
          [
            -2.99649,
            51.577057
          ],
          [
            -2.996544,
            51.576954
          ],
          [
            -2.996903,
            51.576811
          ],
          [
            -2.997261,
            51.576668
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010552244, NP20 2NT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9972611585381372,
          51.57666751857753
        ]
      }
    }
  ]
}