Skip to content

Releases: SDFIdk/WEBPROJ

1.2.2

12 Dec 15:22
b442c9d
Compare
Choose a tag to compare

Fixed issue with transformations grids (see #56)

1.2.1

26 Oct 08:28
Compare
Choose a tag to compare

Made sure to update applications in Docker image before creation (#51 )

1.2.0

12 Oct 12:38
57bc0a7
Compare
Choose a tag to compare

What's Changed

  • Included CRS axis units in CRS response #44
  • Added info/ entry-point with version information on WEBPROJ and it's core components e276bde

1.1.0

02 May 12:53
d273a9f
Compare
Choose a tag to compare

New Features

More info included in /crs/ calls #18 #38

New coordinate reference systems

  • Dansk Normal Nul (DNN) #26

1.0.1

29 Jan 14:33
Compare
Choose a tag to compare

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

  • GR96 / UTM Zone 18--29 #19
  • GR96 / UTM Zone 18--29 + GVR2016 #19
  • ED50 #20
  • ED50 / UTM Zone 31--33 #20

1.0.0

20 Jan 09:27
Compare
Choose a tag to compare

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>