{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Cloisters",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.899064,
            53.665779
          ],
          [
            -2.899355,
            53.665554
          ],
          [
            -2.899645,
            53.665329
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012350092, PR9 8DF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.89908215722666,
          53.665782916407885
        ]
      }
    }
  ]
}