{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Little Pitt Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.230365,
            53.482511
          ],
          [
            -2.230391,
            53.482525
          ],
          [
            -2.230417,
            53.482539
          ],
          [
            -2.230554,
            53.482611
          ],
          [
            -2.23069,
            53.482684
          ],
          [
            -2.230747,
            53.482714
          ],
          [
            -2.230804,
            53.482744
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023066970, M1 1EW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2308035489816147,
          53.48274407259927
        ]
      }
    }
  ]
}