Skip to content

scaleX, scaleY, rotate, & more multiplatform targets

Compare
Choose a tag to compare
@jillesvangurp jillesvangurp released this 02 Nov 20:53
· 73 commits to master since this release
  • update to kotlin 1.9.20
  • add more multiplatform targets (linux, mac, windows, IOS). Android is to be done as it requires an additional plugin.
  • implement scaleX, scaleY, and rotate functions for geojson that works for Geometry instances, Features, Feature collections, and the various coordinate arrays.
  • fix bug with centroid implementation to use the min/max divided by two instead of the mean of the coordinates.