{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cedar Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.563094,
            51.412635
          ],
          [
            0.563058,
            51.412219
          ],
          [
            0.563021,
            51.411803
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "44003246, ME3 9TG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5630348331019073,
          51.41183579678386
        ]
      }
    }
  ]
}