{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cranbourne Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.16317,
            53.865005
          ],
          [
            -2.163169,
            53.864875
          ],
          [
            -2.163169,
            53.864744
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022947660, BB8 7AR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.163168698542819,
          53.86472638409108
        ]
      }
    }
  ]
}