{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pierce Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.408287,
            51.308547
          ],
          [
            0.408753,
            51.308647
          ],
          [
            0.40922,
            51.308747
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10092970541, ME19 5GL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.40871278670645833,
          51.30872707210791
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10092970645, ME19 5FL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.4091575956257547,
          51.308726912315805
        ]
      }
    }
  ]
}