{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cross Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.546456,
            53.495268
          ],
          [
            -1.545828,
            53.495308
          ],
          [
            -1.543307,
            53.496587
          ],
          [
            -1.543283,
            53.496598
          ],
          [
            -1.540081,
            53.498
          ],
          [
            -1.540063,
            53.498003
          ],
          [
            -1.540045,
            53.498006
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "2007003566, S35 7DF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5465351668025877,
          53.49533926661383
        ]
      }
    }
  ]
}