Skip to content

Conversation

@fredj
Copy link
Contributor

@fredj fredj commented Mar 4, 2021

This is breaking change, to be discussed.

old:

import code, {proj} from '@geoblocks/proj/src/EPSG_2056.js';

const the_projection = proj;
const name = code;

new:

import proj from '@geoblocks/proj/src/EPSG_2056.js';

const the_projection = proj;
const name = proj.getCode();

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

Successfully merging this pull request may close these issues.

2 participants