https://bugs.kde.org/show_bug.cgi?id=439493
--- Comment #12 from anim...@gmail.com --- (In reply to Karl Ove Hufthammer from comment #10) > BTW, I found out that it’s possible to change the units from meters to km. > And it’s also possible to reduce the number of decimals. Example with UTM > 33, km units and two decimals (though 0 is probably enough): > > ogr2ogr -lco SIGNIFICANT_FIGURES=2 -t_srs "+proj=utm +zone=33 +datum=WGS84 > +units=km +no_defs" output.geojson test.geojson Thanks for the info! Though I think I'll stick with reproject now that I've a working workflow with it; the "extra-size" in the end is not really a problem as in any case I have to manually resize the document and the content following some rules... (In reply to Karl Ove Hufthammer from comment #11) > I have now tested the new Norwegian map, and it looks nice. Thanks! > > BTW, out of curiosity, how much of the map/level generation is automated? > And how are the colours for the various counties/regions determined? Happy that you like the result :D The a big part is automated, but there's still a big part that has to be done manually. I wrote some instructions detailing the workflow I use here, you can check if you want to get an idea of what's automated and what has to be done manually: https://invent.kde.org/education/gcompris/-/blob/master/src/activities/geo-country/MapSources/sources You'll also find the answer about the colors choice (TLDR: I always start from a specific orange color, and do hue variations and a bit of lightness variations too when needed, all visually/manually trying to make sure each region can be distinguished from surrounding ones). -- You are receiving this mail because: You are watching all bug changes.