{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Morley Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.004624,
            53.534237
          ],
          [
            -2.004713,
            53.534388
          ],
          [
            -2.004802,
            53.534538
          ],
          [
            -2.004758,
            53.534707
          ],
          [
            -2.004714,
            53.534875
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000115974, OL3 7PD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.004623602749655,
          53.534246109399774
        ]
      }
    }
  ]
}