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

Wrong visualization of OpenStreetMap, Bing maps, ... #8

Closed pglira closed 7 years ago

pglira commented 7 years ago

There seems to be an issue with the visualization of OpenStreetMap, Bing maps, ... - see here: 2017_01_31_19_06_51

pmeems commented 7 years ago

This happens because you use a different projection (Lambert-93) than the tiles are made in (Google Mercator). MW5 reproject the tiles on the fly for you, which will create distortions.

pmeems commented 7 years ago

Since no new replies I close this issue.