{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lorry Bank",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.544294,
            53.816337
          ],
          [
            -1.543732,
            53.816181
          ],
          [
            -1.543171,
            53.816026
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72639674, LS7 2HT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5441881624481033,
          53.816318872907495
        ]
      }
    }
  ]
}