Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPSG.io API endpoints will be deprecated after the 1st of February 2025 #1

Open
petr-hajek opened this issue Dec 19, 2024 · 0 comments

Comments

@petr-hajek
Copy link

const response = await fetch('https://epsg.io/?format=json&q=' + epsgCode);

Hi, EPSG.io API endpoints will be deprecated after the 1st of February 2025: https://epsg.io/docs#migration
This will affect the mentioned file.

You can easily replace them with a new endpoint from MapTiler. You just need to get an API key. You can start using the Free plan, which covers up to 100K requests monthly.

More extensive documentation: https://documentation.maptiler.com/hc/en-us/articles/360020950098-How-to-migrate-from-EPSG-io-to-MapTiler-Coordinates-API

Another option is to just use the endpoint https://epsg.io/{code}.wkt or https://epsg.io/{code}.proj4js to get the definition - eg. https://epsg.io/32614.wkt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant