{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Harpur Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.179521,
            51.473263
          ],
          [
            -3.179287,
            51.473156
          ],
          [
            -3.179052,
            51.47305
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014200061, CF10 5DN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.1795037877466776,
          51.47325214131358
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "200002326868, CF10 5DS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.1802028535425295,
          51.47355982329324
        ]
      }
    }
  ]
}