{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chillingham Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.470824,
            55.001793
          ],
          [
            -1.470858,
            55.00194
          ],
          [
            -1.470891,
            55.002088
          ],
          [
            -1.470924,
            55.002233
          ],
          [
            -1.470957,
            55.002377
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "47230138, NE29 6UD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.470824124450765,
          55.001792798765166
        ]
      }
    }
  ]
}