{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Station Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.218668,
            52.891082
          ],
          [
            -2.218185,
            52.890808
          ],
          [
            -2.218146,
            52.890786
          ],
          [
            -2.217835,
            52.891101
          ],
          [
            -2.218037,
            52.891213
          ],
          [
            -2.218238,
            52.891325
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024533793, ST15 0YA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2186527615989395,
          52.89108166928365
        ]
      }
    }
  ]
}