{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pymgate Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.236497,
            53.379657
          ],
          [
            -2.236832,
            53.379576
          ],
          [
            -2.236889,
            53.379562
          ],
          [
            -2.237068,
            53.379418
          ],
          [
            -2.23684,
            53.378929
          ],
          [
            -2.236612,
            53.378439
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009676265, SK8 3TX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2384640578060395,
          53.378956406923386
        ]
      }
    }
  ]
}