{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Trentham Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.281507,
            53.45256
          ],
          [
            -2.281867,
            53.452388
          ],
          [
            -2.282227,
            53.452217
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070450475, M16 0HT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2815068151987354,
          53.452559819327185
        ]
      }
    }
  ]
}