{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Industrial Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.920959,
            53.861981
          ],
          [
            -1.922152,
            53.862094
          ],
          [
            -1.923345,
            53.862207
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591254, BD22 6AB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9221443117071213,
          53.862098237807416
        ]
      }
    }
  ]
}