{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Long Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.744898,
            53.523672
          ],
          [
            -2.748176,
            53.523535
          ],
          [
            -2.751454,
            53.523398
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012347000, WN8 9QL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.744957110602658,
          53.52362769027086
        ]
      }
    }
  ]
}