{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Highlands",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.281367,
            50.749039
          ],
          [
            -3.281304,
            50.749062
          ],
          [
            -3.281241,
            50.749085
          ],
          [
            -3.280919,
            50.749188
          ],
          [
            -3.280598,
            50.74929
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023094818, EX11 1AS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.2809883843767857,
          50.749186951052344
        ]
      }
    }
  ]
}