{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cow Dale Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.890792,
            53.426035
          ],
          [
            -0.890926,
            53.42584
          ],
          [
            -0.892815,
            53.42474
          ],
          [
            -0.894957,
            53.423492
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013981265, DN10 4SH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.8938648043771192,
          53.428141949556725
        ]
      }
    }
  ]
}