{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Southend Mews",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.964041,
            50.86669
          ],
          [
            -2.963915,
            50.866764
          ],
          [
            -2.963963,
            50.866886
          ],
          [
            -2.964031,
            50.867058
          ],
          [
            -2.963978,
            50.867104
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "30122375, TA20 2DR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9640347058235332,
          50.86706761323038
        ]
      }
    }
  ]
}