{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Market Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.265624,
            55.451888
          ],
          [
            -4.26538,
            55.452053
          ],
          [
            -4.265136,
            55.452217
          ],
          [
            -4.264522,
            55.452611
          ],
          [
            -4.264237,
            55.452795
          ],
          [
            -4.263809,
            55.452937
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "127062247, KA18 1DU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.265624411590021,
          55.45188811849802
        ]
      }
    }
  ]
}