{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pine Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.568202,
            55.948101
          ],
          [
            -4.568291,
            55.947883
          ],
          [
            -4.568381,
            55.947666
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "129054718, G82 2RD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.5682016300267865,
          55.94810073003768
        ]
      }
    }
  ]
}