{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Helsby Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.957987,
            53.405183
          ],
          [
            -2.957401,
            53.405193
          ],
          [
            -2.956814,
            53.405202
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38258503, L7 3EN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9579870674274296,
          53.405183484760336
        ]
      }
    }
  ]
}