Home Reference Source Repository

References

Function Summary

Static Public Function Summary
public

Returns a stored Projection for a given URI, or undefined if no Projection is stored for that URI.

public

Returns a Promise that succeeds with an already stored Projection or, if not stored, that remotely loads the Projection (currently using http://epsg.io), stores it, and then succeeds with it.

public

set(crsUri: string, proj: string | Projection, options: Object): Projection

Stores a given projection for a given URI that can then be accessed via get and load.

Typedef Summary

Static Public Typedef Summary
public