{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Charles Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.291525,
            53.598049
          ],
          [
            -2.291444,
            53.598275
          ],
          [
            -2.291363,
            53.598501
          ],
          [
            -2.291296,
            53.598689
          ],
          [
            -2.291228,
            53.598877
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210005441, BL9 5AF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2915249217504687,
          53.59804900116611
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100012564483, BL9 5AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.291919699237513,
          53.59832667496362
        ]
      }
    }
  ]
}