{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Acres Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.237377,
            53.390828
          ],
          [
            -2.237508,
            53.390534
          ],
          [
            -2.23764,
            53.390239
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009668192, SK8 4NF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2374028577850096,
          53.3908504446349
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100012789012, SK8 4ND",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.237762327294372,
          53.390598047972674
        ]
      }
    }
  ]
}