geoadmin / mf-geoadmin3

Legacy source code of map.geo.admin.ch
https://map.geo.admin.ch
Other
227 stars 72 forks source link

BGDIINF_SB-2552 : remove iOs specific download code #5285

Closed pakb closed 2 years ago

pakb commented 2 years ago

As we have moved our infra to Frankfurt, we want to clean up a bit some endpoints. /downloadkml is one of those endpoint, and is used exclusively for IE9 and iOs KML download.

As iOs now has a file system of its own, it should be ok downloading the file through standard means. For IE9, we will wait a while (a month or so) and see if we still see some requests made to the endpoint with this very old browser. If not, this portion of the code will be removed altogether, backend endpoint included.

Test link