{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hangmans Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.304965,
            50.501162
          ],
          [
            -4.305026,
            50.50123
          ],
          [
            -4.304574,
            50.501563
          ],
          [
            -4.304414,
            50.501753
          ],
          [
            -4.304166,
            50.502047
          ],
          [
            -4.303578,
            50.502188
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002043131, PL17 7QE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.304982549841938,
          50.5011499546954
        ]
      }
    }
  ]
}