{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "John Smith Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.984764,
            55.869483
          ],
          [
            -3.985393,
            55.869393
          ],
          [
            -3.985679,
            55.869352
          ],
          [
            -3.985879,
            55.869187
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "118165107, ML6 0EB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.985878683952677,
          55.86918678529949
        ]
      }
    }
  ]
}