{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gortans Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -5.068738,
            55.857264
          ],
          [
            -5.068099,
            55.856862
          ],
          [
            -5.067939,
            55.856818
          ],
          [
            -5.067844,
            55.856792
          ],
          [
            -5.067506,
            55.856887
          ],
          [
            -5.067173,
            55.857204
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "125080385, PA20 0QQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -5.0683070270570205,
          55.856987068711014
        ]
      }
    }
  ]
}