{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mulberry Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.899346,
            53.870979
          ],
          [
            -1.89949,
            53.871011
          ],
          [
            -1.899635,
            53.871042
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591117, BD21 3HT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.89939159147344,
          53.87098833672422
        ]
      }
    }
  ]
}