{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Andrew's Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.671274,
            54.656305
          ],
          [
            -1.67128,
            54.656325
          ],
          [
            -1.671286,
            54.656345
          ],
          [
            -1.671333,
            54.6565
          ],
          [
            -1.67138,
            54.656655
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022979611, DL14 6DS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6712739233029743,
          54.65630471630461
        ]
      }
    }
  ]
}