{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Station Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.422217,
            53.410265
          ],
          [
            -1.422493,
            53.410491
          ],
          [
            -1.422768,
            53.410717
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013337232, S9 1BS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4227831164377018,
          53.410708583774024
        ]
      }
    }
  ]
}