{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gipsy Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.136507,
            52.752025
          ],
          [
            0.135312,
            52.752984
          ],
          [
            0.135011,
            52.753106
          ],
          [
            0.132587,
            52.753293
          ],
          [
            0.128133,
            52.753637
          ],
          [
            0.12784,
            52.753607
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002550104, PE13 5QX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.13647149498506977,
          52.75202873318344
        ]
      }
    }
  ]
}