{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Church Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.316254,
            53.783016
          ],
          [
            -2.316021,
            53.7832
          ],
          [
            -2.315788,
            53.783384
          ],
          [
            -2.315554,
            53.783583
          ],
          [
            -2.315319,
            53.783783
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014133087, BB12 7JS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3162845625251935,
          53.78301629342713
        ]
      }
    }
  ]
}