{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bromley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.717191,
            53.762682
          ],
          [
            -2.71727,
            53.762578
          ],
          [
            -2.717349,
            53.762473
          ],
          [
            -2.717389,
            53.762429
          ],
          [
            -2.717429,
            53.762384
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013165009, PR1 8TP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.717428770792924,
          53.762393120186886
        ]
      }
    }
  ]
}