{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Smithy Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.395157,
            53.383588
          ],
          [
            -2.395228,
            53.383547
          ],
          [
            -2.395299,
            53.383506
          ],
          [
            -2.397123,
            53.382641
          ],
          [
            -2.398127,
            53.382165
          ],
          [
            -2.399001,
            53.381821
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070450408, WA14 4SJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.398692316398662,
          53.38194417793955
        ]
      }
    }
  ]
}