Type Alias CoordinateTransformResult

type CoordinateTransformResult = {
    results: XYZ[];
    transformer_selection_strategy: string;
}
Index

Properties

results: XYZ[]
transformer_selection_strategy: string

Transformations are selected using given ops parameter. If no parameter is given, auto strategy is used. If given, it may try to use a listed transformation, then fallback to towgs84 patching, and finally boundcrs.

Was this helpful?

Client JS
Reference
CoordinateTransformResult