https://bugs.kde.org/show_bug.cgi?id=439493
anim...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #1 from anim...@gmail.com --- The new maps have been drawn using EPSG:4326 (WGS 84, https://en.wikipedia.org/wiki/World_Geodetic_System), which is the default format given by osm-boundaries.com, in pure latitude/longitude coordinates. It is not "wrong", but you probably expected to have it in EPSG:3857 (Web Mercator Projection). I think I'll keep this format for continents-maps, but for countries maps I can probably redo them by converting the data to EPSG:3857. osm-boundaries.com has an option to download in this format, but it seems to not work for all the countries... I've found another library that allows to do the conversion (https://github.com/perliedman/reproject). The little problem is that in this format the svg output from geojson-to-svg is insanely huge and needs a bit more editing to make it usable, but it should be doable. -- You are receiving this mail because: You are watching all bug changes.