{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Willow Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.105599,
            52.450779
          ],
          [
            -0.105571,
            52.450599
          ],
          [
            -0.105543,
            52.450419
          ],
          [
            -0.105729,
            52.450357
          ],
          [
            -0.105916,
            52.450296
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012046105, PE26 1EN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.10530231370251479,
          52.450190173095706
        ]
      }
    }
  ]
}