{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Charnock Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.882879,
            53.787886
          ],
          [
            -2.882875,
            53.787791
          ],
          [
            -2.882872,
            53.787695
          ],
          [
            -2.882868,
            53.78761
          ],
          [
            -2.882864,
            53.787524
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013593593, PR4 3AH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.8828511453479706,
          53.7877052783438
        ]
      }
    }
  ]
}