{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gladstone Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.4028,
            53.552515
          ],
          [
            -2.402407,
            53.552441
          ],
          [
            -2.402013,
            53.552367
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070910333, BL4 7EU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4028004744182834,
          53.55251450553177
        ]
      }
    }
  ]
}