{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Francis Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.155629,
            51.589258
          ],
          [
            -0.156135,
            51.589248
          ],
          [
            -0.156641,
            51.589238
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "768024546, N2 9LS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.1556293198311756,
          51.58925764158882
        ]
      }
    }
  ]
}