{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Shotton Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.514891,
            54.941164
          ],
          [
            -1.515719,
            54.941038
          ],
          [
            -1.516548,
            54.940912
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024188675, NE10 8YF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5165476776381315,
          54.94091203216426
        ]
      }
    }
  ]
}