{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cross Wingham Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.533948,
            53.808343
          ],
          [
            -1.533819,
            53.808181
          ],
          [
            -1.53369,
            53.80802
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72632562, LS7 1AB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5339035255101785,
          53.8082800343786
        ]
      }
    }
  ]
}