Skip to content

Commit

Permalink
Updating printing config in localConfig.json (#52)
Browse files Browse the repository at this point in the history
* Updating printing config in localConfig.json

* Fixing WMTS source in localConfig.json
  • Loading branch information
tdipisa authored Oct 25, 2024
1 parent 34a8caf commit 85f0588
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"autoload": true
},
"gs_pa_wmts": {
"url": "https://web-gis.publiacqua.it/geoserver/wmts",
"url": "https://web-gis.publiacqua.it/geoserver/gwc/service/wmts",
"type": "wmts",
"title": "PubliAcqua GeoServer WMTS",
"autoload": true
Expand Down Expand Up @@ -458,7 +458,11 @@
"cfg": {
"overrideOptions": {
"geodetic": true
}
},
"mapPreviewOptions": {
"enableScalebox": true
},
"useFixedScales": true
}
},
"MapImport",
Expand Down

0 comments on commit 85f0588

Please sign in to comment.