{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kay Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.407189,
            53.637223
          ],
          [
            -2.406684,
            53.637341
          ],
          [
            -2.406178,
            53.637459
          ],
          [
            -2.405574,
            53.637642
          ],
          [
            -2.404971,
            53.637824
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010317858, BL7 0HA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4071466288515784,
          53.637232756740765
        ]
      }
    }
  ]
}