{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Frederick Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.32481,
            53.640963
          ],
          [
            -2.32465,
            53.640892
          ],
          [
            -2.324491,
            53.64082
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210005900, BL0 9NU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3248095071439048,
          53.640963086125936
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10003111966, BL0 9NX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.324567229474836,
          53.640927790762944
        ]
      }
    }
  ]
}