{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Arnold Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.101243,
            53.546913
          ],
          [
            -2.100583,
            53.547236
          ],
          [
            -2.099923,
            53.547559
          ],
          [
            -2.099761,
            53.547587
          ],
          [
            -2.099599,
            53.547615
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000114228, OL1 4EB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1012426668025044,
          53.54691265446071
        ]
      }
    }
  ]
}