Skip to content

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

@petr-hajek

Description

@petr-hajek

api-sitna/TC.js

Line 1607 in 8fab54d

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions