{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Raven Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.419807,
            53.60606
          ],
          [
            -1.420848,
            53.607251
          ],
          [
            -1.421066,
            53.607729
          ],
          [
            -1.421362,
            53.608377
          ],
          [
            -1.421289,
            53.60893
          ],
          [
            -1.42123,
            53.609213
          ],
          [
            -1.421329,
            53.609535
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "63174390, S72 9DP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4198066224821422,
          53.60605980206935
        ]
      }
    }
  ]
}