{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Queen Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.156543,
            53.621555
          ],
          [
            -2.15609,
            53.621712
          ],
          [
            -2.155637,
            53.62187
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23113048, OL12 0LN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.156543364346644,
          53.62155459767141
        ]
      }
    }
  ]
}