Skip to content

Commit

Permalink
Disable print snapping near 0° rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
llienher authored and sbrunner committed Nov 18, 2022
1 parent aabe2b0 commit 7d67cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ update_paths:
- headers.shortener.headers
- headers.login.headers
- interfaces_config.default.constants.ngeoWfsPermalinkOptions
- interfaces_config.default.constants.gmfOptions.view
- interfaces_config.default.constants.gmfSearchOptions
- interfaces_config.default.constants.gmfPermalinkOptions
- interfaces_config.default.constants.gmfVectorTilesOptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ vars:
zoom: 3
resolutions: [250, 100, 50, 20, 10, 5, 2, 1, 0.5, 0.25, 0.1, 0.05]
extent: [2420000, 1030000, 2900000, 1350000]
constrainRotation: false
gmfSearchOptions:
styles:
default:
Expand Down

0 comments on commit 7d67cd3

Please sign in to comment.