{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Halton Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.93828,
            53.522554
          ],
          [
            -2.938205,
            53.522245
          ],
          [
            -2.93813,
            53.521935
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023552875, L31 0DG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9382798735439786,
          53.5225540906129
        ]
      }
    }
  ]
}