{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Mary's Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.156663,
            51.635746
          ],
          [
            -0.156885,
            51.635615
          ],
          [
            -0.157107,
            51.635484
          ],
          [
            -0.157359,
            51.635335
          ],
          [
            -0.157611,
            51.635186
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "200144574, EN4 8XE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.15667781457646618,
          51.635737590507055
        ]
      }
    }
  ]
}