{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "High Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.124312,
            53.565254
          ],
          [
            -2.124246,
            53.565227
          ],
          [
            -2.124181,
            53.5652
          ],
          [
            -2.12398,
            53.565123
          ],
          [
            -2.12378,
            53.565046
          ],
          [
            -2.123718,
            53.564992
          ],
          [
            -2.123656,
            53.564937
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000114597, OL2 5JQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1236311430015085,
          53.564931130442694
        ]
      }
    }
  ]
}