{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Madison Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.251824,
            55.816849
          ],
          [
            -4.252013,
            55.816294
          ],
          [
            -4.251886,
            55.81615
          ],
          [
            -4.25131,
            55.815496
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700542376, G44 5AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.251836177354509,
          55.816837891007715
        ]
      }
    }
  ]
}