{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ocean Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.900435,
            53.666382
          ],
          [
            -2.900144,
            53.666519
          ],
          [
            -2.899389,
            53.66619
          ],
          [
            -2.898335,
            53.665731
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012349530, PR9 8DF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.8983242010238,
          53.66572568706227
        ]
      }
    }
  ]
}