njam / citygml-to-3dtiles

Convert from CityGML to Cesium 3D Tiles.
Apache License 2.0
168 stars 41 forks source link

Add most-used SRS directly to the project #45

Open njam opened 10 months ago

njam commented 10 months ago

See https://gis.stackexchange.com/a/352659

xsherlockpl commented 3 days 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',
  }
});