{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Anson Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.347421,
            53.50194
          ],
          [
            -2.347244,
            53.50185
          ],
          [
            -2.347066,
            53.501761
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007889950, M27 0AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3477774638915854,
          53.50211845976788
        ]
      }
    }
  ]
}