{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Berry Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.899231,
            53.868283
          ],
          [
            -1.89916,
            53.868486
          ],
          [
            -1.899088,
            53.86869
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591762, BD21 4HX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8991694409869926,
          53.86849851607796
        ]
      }
    }
  ]
}