|
const url = Consts.url.EPSG + '?format=json&q=' + code + (options.deprecated ? '%20deprecated%3A1' : ''); |
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
Alternatively, you can fetch the proj4 data directly such as from https://epsg.io/3043.proj4js - this will continue to work