{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Lonsdale Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.314864,
            53.593181
          ],
          [
            -2.314837,
            53.593624
          ],
          [
            -2.314811,
            53.594068
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210004877, BL8 2QD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3148639646057174,
          53.59318107690273
        ]
      }
    }
  ]
}