{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cranbrook Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.754897,
            53.777396
          ],
          [
            -1.754777,
            53.777193
          ],
          [
            -1.754657,
            53.776991
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591632, BD5 8AX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7547465094096495,
          53.77718883709963
        ]
      }
    }
  ]
}