{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wilstrop Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.419197,
            53.391204
          ],
          [
            -1.419696,
            53.390859
          ],
          [
            -1.420195,
            53.390514
          ],
          [
            -1.420321,
            53.390427
          ],
          [
            -1.42031,
            53.390421
          ],
          [
            -1.420157,
            53.390336
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013553886, S9 5AL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4193187319951606,
          53.391132410811856
        ]
      }
    }
  ]
}