{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Marshall Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.910338,
            53.878199
          ],
          [
            -1.910819,
            53.877946
          ],
          [
            -1.911301,
            53.877694
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591165, BD20 6AN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9108438084498356,
          53.87795395472688
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10025047177, BD20 6AN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9112700877243545,
          53.877774512881444
        ]
      }
    }
  ]
}