{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lower Cross Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.51163,
            51.739612
          ],
          [
            -3.512079,
            51.739509
          ],
          [
            -3.512225,
            51.739403
          ],
          [
            -3.51268,
            51.739072
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023814182, CF44 9NW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.5116478961391393,
          51.73961378598064
        ]
      }
    }
  ]
}