kartoza / GeoContextQGISPlugin

A QGIS Plugin for the GeoContext API
GNU General Public License v3.0
1 stars 2 forks source link

Point transformation only works if the plugin has been reloaded #24

Closed vermeulendivan closed 2 years ago

vermeulendivan commented 2 years ago

Conversion is done correctly to the wgs84 coordinate system for data requests, but the user needs to reload or restart qgis for this to take effect. This is because the code is in the init function, which is called when qgis starts up or when the plugin is reloaded. The approach needs to work if the user changes the coordinate system with no need to reload the plugin. The code shown in the printscreen is called within the init method.

image

vermeulendivan commented 2 years ago

@LesegoMohaule This is now resolved.