• Transforms a coordinate to longitude/latitude.

    Parameters

    • coordinate: Coordinate

      Projected coordinate.

    • Optional opt_projection: ProjectionLike

      Projection of the coordinate. The default is Web Mercator, i.e. 'EPSG:3857'.

    Returns Coordinate

    Coordinate as longitude and latitude, i.e. an array with longitude as 1st and latitude as 2nd element.

    Api

    stable

Generated using TypeDoc