{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cross Pasture Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.523203,
            53.81719
          ],
          [
            -1.523164,
            53.816922
          ],
          [
            -1.523126,
            53.816654
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72632511, LS8 4LN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.523188312035612,
          53.81713608746853
        ]
      }
    }
  ]
}