{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Diamond Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.643829,
            53.720735
          ],
          [
            -1.644035,
            53.720628
          ],
          [
            -1.64424,
            53.720521
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83208018, WF17 8HA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.643829174175029,
          53.72073540212496
        ]
      }
    }
  ]
}