Releases: SDFIdk/WEBPROJ
Releases · SDFIdk/WEBPROJ
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
This is a maintenance release that fixes a few bugs. Support for more coordinate reference systems has been added as well. The API remains the same as for version 1.0.0.
Bug fixes
- Make transformations between global and region CRS work both ways #16
- Allow use of integer coordinates in trans/ routes #17
New coordinate reference systems
1.0.0
Initial release which exposes basic coordinate transformation abilities. This release introduces the API entry points:
/v1.0/crs/
/v1.0/crs/<SRID>
/v1.0/trans/<SRID_SRC>/<SRID_DST>/<2D_COORDINATE>
/v1.0/trans/<SRID_SRC>/<SRID_DST>/<3D_COORDINATE>
/v1.0/trans/<SRID_SRC>/<SRID_DST>/<4D_COORDINATE>