{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ballantine Drive Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.62755,
            55.453689
          ],
          [
            -4.628036,
            55.453659
          ],
          [
            -4.627937,
            55.452767
          ],
          [
            -4.627853,
            55.452004
          ],
          [
            -4.627142,
            55.451951
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "141065004, KA7 2RD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.627955170668742,
          55.452783432954526
        ]
      }
    }
  ]
}