{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nile Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.264579,
            53.498197
          ],
          [
            -2.264342,
            53.498223
          ],
          [
            -2.264105,
            53.498249
          ],
          [
            -2.26406,
            53.498254
          ],
          [
            -2.264014,
            53.498259
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007892441, M7 1ND",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.264579105793319,
          53.49819705172257
        ]
      }
    }
  ]
}