{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wrights Drove",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.188036,
            52.521934
          ],
          [
            -0.187516,
            52.522327
          ],
          [
            -0.185811,
            52.524025
          ],
          [
            -0.183673,
            52.526154
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002835761, PE7 3DL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.1879296795533064,
          52.521948417163784
        ]
      }
    }
  ]
}