{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Burton Mews",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.532747,
            53.856262
          ],
          [
            -1.532732,
            53.856602
          ],
          [
            -1.532727,
            53.856712
          ],
          [
            -1.533115,
            53.856721
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72630603, LS17 7JZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5327315823092018,
          53.85632529079095
        ]
      }
    }
  ]
}