{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ashworth Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.110913,
            53.539992
          ],
          [
            -2.110476,
            53.540069
          ],
          [
            -2.110039,
            53.540146
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000116106, OL1 1DJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1109134373061726,
          53.539983030700036
        ]
      }
    }
  ]
}