deegree / deegree-ogcapi

OGC API implementations based on deegree
GNU Lesser General Public License v2.1
5 stars 5 forks source link

Fix registration of CRS in HTML view #27

Closed dstenger closed 2 years ago

dstenger commented 2 years ago

Previously, the CRS defined in method registerCrs was hard coded to EPSG:25832. With this pull request, the value configured in Map element in html/*.xml is registered. By that, it is possible to change the projection of the map in the collection view (an error occurred when trying to change the CRS before).

Fixes #24.