{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lumby Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.729491,
            53.834765
          ],
          [
            -1.729458,
            53.83479
          ],
          [
            -1.729425,
            53.834815
          ],
          [
            -1.729313,
            53.834911
          ],
          [
            -1.7292,
            53.835007
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010589587, BD10 9PY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7293074103927635,
          53.834899864699835
        ]
      }
    }
  ]
}