{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sheep Dike Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.276076,
            53.399045
          ],
          [
            -1.276901,
            53.399618
          ],
          [
            -1.277206,
            53.399983
          ],
          [
            -1.277618,
            53.400477
          ],
          [
            -1.278242,
            53.400963
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023207525, S66 9JL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2782715958189066,
          53.40097018719301
        ]
      }
    }
  ]
}