{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Queens Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.848451,
            55.240035
          ],
          [
            -4.847784,
            55.240599
          ],
          [
            -4.847763,
            55.240616
          ],
          [
            -4.847749,
            55.240628
          ],
          [
            -4.847729,
            55.240645
          ],
          [
            -4.847723,
            55.240649
          ],
          [
            -4.847116,
            55.241162
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "141067693, KA26 9DH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.847767344245958,
          55.24058989285746
        ]
      }
    }
  ]
}