{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Green Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.945231,
            51.705552
          ],
          [
            -4.945267,
            51.705429
          ],
          [
            -4.945304,
            51.705306
          ],
          [
            -4.945237,
            51.705116
          ],
          [
            -4.945171,
            51.704927
          ],
          [
            -4.945163,
            51.704914
          ],
          [
            -4.945156,
            51.704901
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023956545, SA73 1LS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.9452754858033385,
          51.70559320544396
        ]
      }
    }
  ]
}