author aziz <[email protected]> 1711040184 +0100
committer aziz <[email protected]> 1716486949 +0200
fix(geo): Print set the same horizontal margin for the map
code review
code improvment
change variable name
fix(geo): print - map position, comment and projection position and georeference
code review
change variable names
add comments and change variable name
merge and update solve comments
solve package lock issue
Revert "fix(geo): Print set the same horizontal margin for the map"
This reverts commit e63c672.
fix(common): export EntityOperation like it used to (#1658)
fix(integration): check if workspace search source is defined (#1609)
fix(geo): inporting vector (igo2 issues #1146)
* refactor(geo): move detect epsg to projection utils
* refactor(geo): refactor based on review
* wip
* wip
* wip
feat(auth): configure auth with provider
BREAKING CHANGE: AuthModule is deprecated and use the provideAuthentification for the configuration
feat(auth): remove auth.module for circular dependency
BREAKING CHANGE: Replace by provideAuth and call the component directly
v17.0.0-next.5
feat(geo): update Openlayers to v9 (#1642)
feat: replace our icon library @mdi/angular-material with the Google Font - Material Symbol (#1664)
* feat(common): icon add provider to register icon class for symbol BREAKING CHANGE
- Breaking change: The CoreModule doesn't instantiate the icon anymore. We need to explicitly call the provideIcon() in our main file
update packages
build: v17.0.0-next6
fix(icon): revert some icon change
fix(core): remove duplicated load of config BREAKING CHANGE
- The behavior is change call the forRoot to call the provideConfig and provideTranslation.
- provideConfigLoader and provideConfigOptions is remove call provideConfig directly
fix(geo): register svg icon for layer-list
fix(utils): remove moment.js and delete datetime.utils BREAKING CHANGE- This file was added in the v16 but was not documented. Maybe we could mute this one
fix(search-bar): trigger search on click
fix(auth): use IgoAuthModule instead of TranslateModule
build(geo): make test work
build(auth): include all test and mock translation
fix(utils): Vitejs raise an error without the default import
fix(geo): ensure ogc filter accept today and now (#1622)
feat(directions): added possibility to toggle between two routing sources (#1644)
feat(integration): catalog keep selection when changing tools (#1654)
fix(context): add workspace option with layers when we export context (#1660)
fix(integration): update coordinate if projection system change (#1661)
fix(geo): import and export shp file (#1665)
* fix(geo): transfer isValidJSON function to utils pakage
Common - convert in sub-packages (#1668)
* feat(core): add message provider
* feat(common): refact in submodule BREAKING CHANGE
feat(geo): add modularity for search and direction (#1669)
* feat(geo): add modularity for search and direction
BREAKING CHANGE:
- SearchState and SearchService no more provided in root. They depend on the SearchSource who are no more provided in the root.
- Analytics capability is provided with the SearchService directly.
- DirectionModule, provideDirectionsSourceService is removed, use the provideDirection.
17.0.0-next.7
deploy v17.0.0-next.7
fix(demo): directions add required search sources
fix(demo): add doc for icons
refactor(integration): change icon for proximity tool (#1679)
fix: ol version to 9.1.0