{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bere Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.043515,
            51.511318
          ],
          [
            -0.043877,
            51.511289
          ],
          [
            -0.044239,
            51.51126
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "6647055, E1W 3HQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.043501170210677335,
          51.51131979257012
        ]
      }
    }
  ]
}