{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hamilton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.363452,
            53.491052
          ],
          [
            -2.363545,
            53.491204
          ],
          [
            -2.363639,
            53.491355
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Hamilton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.363639,
            53.491355
          ],
          [
            -2.363714,
            53.491477
          ],
          [
            -2.363788,
            53.491599
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007891509, M30 8AY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.363452197988094,
          53.491051940588804
        ]
      }
    }
  ]
}