{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cross Alcester Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.521244,
            53.815807
          ],
          [
            -1.521536,
            53.815552
          ],
          [
            -1.521827,
            53.815297
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72632325, LS8 4JR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5217657872420067,
          53.815341811486455
        ]
      }
    }
  ]
}