{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dark Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.935119,
            52.970341
          ],
          [
            -2.934433,
            52.970271
          ],
          [
            -2.933746,
            52.970201
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023166330, LL13 0FA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.933774883990215,
          52.97018946244852
        ]
      }
    }
  ]
}