{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Walker Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.480658,
            52.925077
          ],
          [
            -1.481045,
            52.924988
          ],
          [
            -1.481073,
            52.924981
          ],
          [
            -1.481374,
            52.924836
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010668054, DE1 3FQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4813697721230736,
          52.92482449881362
        ]
      }
    }
  ]
}