{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Mary Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.986629,
            53.910198
          ],
          [
            -1.986549,
            53.909944
          ],
          [
            -1.986507,
            53.909812
          ],
          [
            -1.986583,
            53.909695
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024102388, BD20 9AZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9866287860715712,
          53.91019846427133
        ]
      }
    }
  ]
}