Skip to content

Only export Projection instance - #62

Draft
fredj wants to merge 1 commit into
masterfrom
simplify_export
Draft

Only export Projection instance#62
fredj wants to merge 1 commit into
masterfrom
simplify_export

Conversation

@fredj

@fredj fredj commented Mar 4, 2021

Copy link
Copy Markdown
Member

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.

1 participant