{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Church Crescent",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.442582,
            55.135526
          ],
          [
            -3.442356,
            55.135219
          ],
          [
            -3.44232,
            55.13517
          ],
          [
            -3.442316,
            55.13501
          ],
          [
            -3.442158,
            55.134931
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "137094783, DG11 1QQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.442616539719033,
          55.13552764115049
        ]
      }
    }
  ]
}