{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cemetery Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.455009,
            51.388684
          ],
          [
            -0.454964,
            51.388674
          ],
          [
            -0.454919,
            51.388664
          ],
          [
            -0.454635,
            51.388611
          ],
          [
            -0.454352,
            51.388558
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "33044083, TW17 9JU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.4547091492775096,
          51.388616867944066
        ]
      }
    }
  ]
}