You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mapshaper applies a default amount of "quantization" to TopoJSON output (that's directly related to the scale of the integer coordinates that you see in the "arcs" array). If you are editing a TopoJSON, you'd probably prefer that mapshaper apply the exact same scaling as the original file. That's not currently an option, although you can use the quantization option of the -o output command to manually set quantization. I'll think about how to better serve your use case -- and welcome your suggestions.
Hi, I was editing the data of datamaps.world.js (https://github.com/markmarkoh/datamaps/blob/master/dist/datamaps.world.js) which is use topojson data. It was import normally, but when I finish editing work and export it. The data seems like scale larger than before:
first arcs (old one)
after mapshaper edting:
The text was updated successfully, but these errors were encountered: