{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sytche Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.56015,
            52.600653
          ],
          [
            -2.559766,
            52.600709
          ],
          [
            -2.559673,
            52.600722
          ],
          [
            -2.559387,
            52.600669
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070435503, TF13 6HX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5601836701203458,
          52.60061984897209
        ]
      }
    }
  ]
}