{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Flax Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.260832,
            53.489469
          ],
          [
            -2.260203,
            53.489586
          ],
          [
            -2.2602,
            53.489587
          ],
          [
            -2.259746,
            53.489309
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007891242, M3 6LZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2597461101153686,
          53.489309104195165
        ]
      }
    }
  ]
}