{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Driveway",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.049666,
            50.794091
          ],
          [
            -1.049866,
            50.794823
          ],
          [
            -1.049896,
            50.79506
          ],
          [
            -1.050023,
            50.796037
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "1775110103, PO4 8LE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0496797032335652,
          50.794091390813136
        ]
      }
    }
  ]
}