{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mafeking Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.553558,
            54.964813
          ],
          [
            -1.553536,
            54.964683
          ],
          [
            -1.553514,
            54.964553
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4510714126, NE6 3EW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5535583921526341,
          54.96481330857608
        ]
      }
    }
  ]
}