Skip to content

rmapshaper 0.4.5

Compare
Choose a tag to compare
@ateucher ateucher released this 26 May 21:37
f6a1db2
  • Fixed a bug where functions would fail when there was a space in user's tmpdir()
    path and sys = TRUE (#107)
  • Updated bundled mapshaper library to v 0.4.163, which fixed a bug in ms_erase (#110, #104, #112)
  • When sys = TRUE, now uses mapshaper-xl in the system call, allowing
    larger memory use. Default 8GB can be specified in new argument sys_mem (#94, #112)
  • Internally switched to using system2() over system() for flexibility