报错。No projection definition for code EPSG:4490 var url = "http://localhost:8090/iserver/services/map-test/rest/maps/w_bpc%40localhost_gisdata"; const defs =proj4.defs("EPSG:4490","+proj=longlat +ellps=GRS80 +no_defs +type=crs"); // 定义坐标系 const crs4490 = new CRS( 'EPSG:4490', { def: defs, origin: [-180, 90], resolutions: [ 1.40625, 0.703125, 0.3515625, 0.17578125, 0.087890625, 0.0439453125, 0.02197265625, 0.010986328125, 0.0054931640625, 0.00274658203125, 0.001373291015625, 6.866455078125E-4, 3.4332275390625E-4, 1.71661376953125E-4, 8.58306884765625E-5, 4.291534423828125E-5, 2.1457672119140625E-5, 1.0728836059570312E-5, 5.364418029785156E-6, 2.682209064925356E-6, 1.3411045324626732E-6 ] } )