{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Shaw Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.243681,
            53.489424
          ],
          [
            -2.243521,
            53.489463
          ],
          [
            -2.243361,
            53.489503
          ],
          [
            -2.243155,
            53.489554
          ],
          [
            -2.242948,
            53.489606
          ],
          [
            -2.242758,
            53.489655
          ],
          [
            -2.242567,
            53.489705
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023069030, M3 1LE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.243680792510981,
          53.489441844215214
        ]
      }
    }
  ]
}