{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Norwood Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.574809,
            53.813232
          ],
          [
            -1.574706,
            53.813627
          ],
          [
            -1.574604,
            53.814022
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72628531, LS6 1EA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5747932808965062,
          53.81329438133059
        ]
      }
    }
  ]
}