{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cliftonville Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.525755,
            50.850267
          ],
          [
            0.525854,
            50.849999
          ],
          [
            0.525954,
            50.849732
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070600195, TN38 8AE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5257552542320605,
          50.85026690063766
        ]
      }
    }
  ]
}