proj4 addon
import proj4 from 'proj4' import { register } from 'ol/proj/proj4' const EPSG32652 = '+proj=utm +zone=52 +ellps=WGS84 +datum=WGS84 +units=m +no_defs' proj4.defs('EPSG:32652', EPSG32652) register(proj4)
register issue
Wrong WMS tiling with northing easting projections, +axis=neu workaround breaks proj4 transformation · Issue #12406 · openlayers/openlayers
The issue It seems not possible to make openlayers & proj4 work together with northing easting projections & WMS 1.3: either the map does not render correctly either transforming coordinates from +enu -> +neu does not work #11632 gives a...
https://github.com/openlayers/openlayers/issues/12406

Seonglae Cho