{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dungeon Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.413231,
            54.292326
          ],
          [
            -3.41104,
            54.292593
          ],
          [
            -3.408849,
            54.292861
          ],
          [
            -3.408699,
            54.29253
          ],
          [
            -3.408506,
            54.291459
          ],
          [
            -3.408251,
            54.290048
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10000907029, LA19 5XQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.4081999014253186,
          54.29005525919939
        ]
      }
    }
  ]
}