Open josegar74 opened 4 years ago
Maybe we need to use register
before retrieving the projection. See https://github.com/geonetwork/core-geonetwork/blob/d4b5b12daffe72b85755be45547ba98eb380aae8/web-ui/src/main/resources/catalog/components/common/map/mapsManager.js#L40-L42
// definition and set it's extent.
proj4.defs(p.code, p.def);
ol.proj.proj4.register(proj4);
Trying to use the
3.8.x
branch of the skin in GeoNetwork3.10.x
causes the following issue:Probably related to the recent upgrade of OpenLayers in GeoNetwork.
Created this issue to create a new branch in the skin
3.10.x
and upgrade the code to work with GeoNetwork3.10.x
.