{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Arthur Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.437614,
            53.089777
          ],
          [
            -2.437588,
            53.089714
          ],
          [
            -2.437562,
            53.08965
          ],
          [
            -2.437532,
            53.089577
          ],
          [
            -2.437501,
            53.089503
          ],
          [
            -2.43748,
            53.089451
          ],
          [
            -2.437458,
            53.089398
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014013002, CW2 7AA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.437614066771692,
          53.08977703096241
        ]
      }
    }
  ]
}