Open njam opened 10 months ago
Hi, Polish geoportal serves buildings for the whole country in polish projection 2180. here is the working transform. could you please add it to the release
let converter = new Converter({
srsProjections: {
'urn:ogc:def:crs,crs:EPSG::2180,crs:PL-KRON86-NH': '+proj=tmerc +lat_0=0 +lon_0=19 +k=0.9993 +x_0=500000 +y_0=-5300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs',
}
});
See https://gis.stackexchange.com/a/352659