{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Green Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.052105,
            52.059923
          ],
          [
            -3.052196,
            52.059885
          ],
          [
            -3.052287,
            52.059848
          ],
          [
            -3.053373,
            52.059354
          ],
          [
            -3.054756,
            52.05847
          ],
          [
            -3.055563,
            52.057741
          ],
          [
            -3.055671,
            52.057654
          ],
          [
            -3.058684,
            52.055233
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022784215, HR2 0PU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.058683336974913,
          52.055223830182534
        ]
      }
    }
  ]
}