{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Precipitator Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.405264,
            51.386421
          ],
          [
            -3.405161,
            51.387329
          ],
          [
            -3.405058,
            51.388237
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "64102936, CF62 4ZW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.405037733054428,
          51.38823582604468
        ]
      }
    }
  ]
}