{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ashley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.780044,
            53.835399
          ],
          [
            -1.780089,
            53.835219
          ],
          [
            -1.780135,
            53.83504
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010592333, BD18 3HH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7800878387456258,
          53.835246246153254
        ]
      }
    }
  ]
}