{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Sunnybank Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.640486,
            53.832042
          ],
          [
            -1.640003,
            53.832454
          ],
          [
            -1.639521,
            53.832866
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72628766, LS18 4QB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6404090670304354,
          53.832104995733864
        ]
      }
    }
  ]
}