{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Holt Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.306993,
            53.647428
          ],
          [
            -2.306998,
            53.647542
          ],
          [
            -2.307002,
            53.647656
          ],
          [
            -2.307006,
            53.647663
          ],
          [
            -2.30701,
            53.64767
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210006268, BL0 0AU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3069933908002405,
          53.64742772711063
        ]
      }
    }
  ]
}