@@ -800,14 +800,16 @@ export default {
layer: "CJ:G_CJ",
matrixSet: "EPSG:4326",
format: "image/png",
- "TRANSPARENT": 'true',
+ params:{
+ "TRANSPARENT": 'true',
+ },
projection: proj3857,
tileGrid: tileGrid,
style: ""
});
const ign = new TileLayer({
- source: ign_source
+ source: ign_source,
const map = new Map({
target: "map",