Skip to content

Is there support for multiple coordinate systems other than EPSG:4326 and EPSG:4327 #1123

@XiaofengZeng

Description

@XiaofengZeng

These days I attempted to enable OLCesium to support ESPG:4547 ArcGIS map service tile loading. It can load the display in OpenLayers, but fails to synchronize with OLCesium and throws an error.

I included the judgment of EPSG:4547 coordinate system to OLImageryProvider and utilized the Epsg4547TilingScheme class inherited from WebMercatorTilingScheme. The project and unproject methods were overwritten (not sure if the conversion was correct) and the rectangle property was reset in the instance, but it still didn't load.

I am wondering if there is a similar solution for the related coordinate conversion to load the tile service.

Thanks.

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