{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Burton Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.172237,
            53.026221
          ],
          [
            -2.172751,
            53.026113
          ],
          [
            -2.173265,
            53.026004
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "3455132793, ST1 3AU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1722374063142667,
          53.0262214468846
        ]
      }
    }
  ]
}