{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Alma Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.834169,
            53.683101
          ],
          [
            -1.833905,
            53.682879
          ],
          [
            -1.833884,
            53.682862
          ],
          [
            -1.833533,
            53.682723
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090214688, HX5 0HG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8335402569346317,
          53.68272451308634
        ]
      }
    }
  ]
}