Commit 28e48d0
authored
Change IProjDef and adjustBBoxAxis function (#293)
* feat(services-map-state): allow to use projjson in IProjDef
* feat(map-ol): use projjson if in IProjDef
* docs: add missing export in changelog
* refactor: use type TepsgCode for epsg codes
* fix(ngx-ukis-ui-clarity): can zoom to nativeBbox for LayerentryComponent and LayerentryGroupComponent
* feat(services-map-state): export function adjustBBoxAxis and adjustBBoxAxisToEnu
* fix(map-ol): try to udjust nativeBbox to enu for ol setExtent
* refactor(demo-maps): add test layer for nativeBbox with axis not enu
* feat(services-map-state): export functions to adjustBBoxAxis to enu
* fix(map-ol): revert adjustBBoxEnuBeforeSetExtent. This should only be done if the wms version is 1.3.0. Let the user do this manually.
* build: set ukis version for bbox enu fix
* fix(build): missing dep proj4 in services-map-state1 parent 38100f7 commit 28e48d0
33 files changed
Lines changed: 444 additions & 245 deletions
File tree
- projects
- base-layers-raster
- cookie-alert
- demo-auth
- demo-maps
- src/app/route-components
- route-example-events
- route-example-projection
- map-cesium
- src/lib
- map-maplibre
- src/lib
- map-ol
- src/lib
- map-three
- ngx-ukis-ui-clarity
- src/lib
- layerentry-group
- layerentry
- mouse-position
- ngx-ukis-utilities
- services-layers
- services-map-state
- src/lib/types
- services-ogc
- services-util-store
- utilities
- utils-browser
- utils-maps
- utils-ogc
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
1 | 19 | | |
2 | 20 | | |
3 | 21 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments