|
const epsgio_url = `https://epsg.io/?format=json&q=${code}`; |
Hi, EPSG.io API endpoints will be deprecated after the 1st of February 2025: https://epsg.io/docs#migration
This will affect the functionality of the makeProjectionFromEpsgCode function.
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. I'm not sure what this helper is used for and what's the volume. In case you need more, I am sure we can find a solution as Maxar is partnering with MapTiler.
More extensive documentation: https://documentation.maptiler.com/hc/en-us/articles/360020950098-How-to-migrate-from-EPSG-io-to-MapTiler-Coordinates-API
transform-ol-ts/src/ProjectionHelper.ts
Line 15 in b8b9b43
Hi, EPSG.io API endpoints will be deprecated after the 1st of February 2025: https://epsg.io/docs#migration
This will affect the functionality of the makeProjectionFromEpsgCode function.
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. I'm not sure what this helper is used for and what's the volume. In case you need more, I am sure we can find a solution as Maxar is partnering with MapTiler.
More extensive documentation: https://documentation.maptiler.com/hc/en-us/articles/360020950098-How-to-migrate-from-EPSG-io-to-MapTiler-Coordinates-API