MapWindow / MapWindow5

MW5 is a desktop GIS which is extendable using the plug-in architecture. It is using the MapWinGIS mapping control and is created from scratch in 2015 using new technologies like MEF and Dependency Injection making it small in size, robust and fast.
288 stars 100 forks source link

Dynamic Projection like arcgis #54

Closed ccxxbb closed 5 years ago

ccxxbb commented 5 years ago
When loading the layers in different coordinate systems of data frame, can we display them by dynamic projection without generating new files?   thanks
pmeems commented 5 years ago

MW5 will create new files which are reprojected. When you next time reload the shapefile it will not be reprojected again but the cached file will be used. MapWinGIS does make an in-memory reprojected shapefile, which you need to save manually (if needed).

Please post questions at our forum: https://mapwindow.discourse.group/ I'm closing this question.