{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Windmill Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.102985,
            57.144903
          ],
          [
            -2.102788,
            57.144645
          ],
          [
            -2.102592,
            57.144387
          ],
          [
            -2.10249,
            57.144268
          ],
          [
            -2.102388,
            57.144149
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "9051307708, AB11 6HU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.102984905277552,
          57.144902883967276
        ]
      }
    }
  ]
}