{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Whin Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.92528,
            53.868859
          ],
          [
            -1.925041,
            53.868897
          ],
          [
            -1.924802,
            53.868934
          ],
          [
            -1.92466,
            53.868955
          ],
          [
            -1.924517,
            53.868977
          ],
          [
            -1.924282,
            53.869007
          ],
          [
            -1.924048,
            53.869038
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010590412, BD21 2RJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9246256585238357,
          53.86894856222799
        ]
      }
    }
  ]
}