Forum Discussion
Anonymous
4 years agoNot applicable
Shape map extending from central point
Hi all I have a custom shape map based on UK LSOA boundaries. While the data visualises fine in QGIS, it jumps out from a central point to present a warped map in PowerBI. There is also no visibl...
- 4 years ago
export it from mapshaper using wgs84.--> "-proj wgs84"
You might want to simplify the map first also, so that it doesn't take too long to render in powerbi.
Anonymous
4 years agoNot applicable
Thank you! Worked a treat.
The original map was using a OSGB36 projection, so I just converted it to WGS84 when exporting from QGIS. Simplifying it in MapShaper really sped things up too. Much appreciated!