{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chapel Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.48756,
            51.64735
          ],
          [
            -3.487438,
            51.647371
          ],
          [
            -3.487317,
            51.647393
          ],
          [
            -3.487244,
            51.647405
          ],
          [
            -3.487172,
            51.647418
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023815276, CF41 7AD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.487574044522755,
          51.64733183608836
        ]
      }
    }
  ]
}