{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Halse Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.8872,
            50.79873
          ],
          [
            -3.886626,
            50.797678
          ],
          [
            -3.885583,
            50.795041
          ],
          [
            -3.884584,
            50.792512
          ],
          [
            -3.88454,
            50.791895
          ],
          [
            -3.884689,
            50.791294
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013755518, EX20 2BY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.8872289819450887,
          50.79870529249255
        ]
      }
    }
  ]
}