SetQueryProjectionCallback¶
- globalmapper.SetQueryProjectionCallback(GM_QueryProjectionCallbackFunc aCallbackFunc) None [source]¶
Sets the function to call to select a projection for a layer when being loaded if the projection for that layer cannot be automatically determined. If a callback is provided, it will be called rather than the projection selection dialog being displayed.
- Parameters:
aCallbackFunc (GM_QueryProjectionCallbackFunc) – The alternative function to be called
- Returns:
Nothing
- Return type:
None