{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Green Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.043179,
            51.082113
          ],
          [
            -1.043838,
            51.082141
          ],
          [
            -1.043871,
            51.082188
          ],
          [
            -1.044174,
            51.082614
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10032900876, SO24 0DW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0440122964099177,
          51.082509357275
        ]
      }
    }
  ]
}