{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Petrie Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.156455,
            53.622067
          ],
          [
            -2.156587,
            53.622201
          ],
          [
            -2.15672,
            53.622336
          ],
          [
            -2.15686,
            53.622471
          ],
          [
            -2.157001,
            53.622606
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23112996, OL12 0HA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1564545520458815,
          53.62206704315197
        ]
      }
    }
  ]
}