{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chapel Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.224092,
            53.544229
          ],
          [
            -2.224068,
            53.54416
          ],
          [
            -2.224043,
            53.54409
          ],
          [
            -2.224013,
            53.544007
          ],
          [
            -2.223984,
            53.543923
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23113461, M24 4GA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.224136762031646,
          53.54435431507828
        ]
      }
    }
  ]
}