Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
2e073d7
Revert "chore(searchSource): deletion of cadastre search source (#1152)"
alecarn Jul 5, 2023
fafee3b
1.15.4
alecarn Jul 5, 2023
0770829
Begin geostyler handling. Problem in assembly
ThierryNormand Jul 17, 2023
857fcb9
Merge tag '1.15.4' into geostylerStyle_handler
pelord Aug 28, 2023
aa81520
lint
pelord Aug 28, 2023
1cbdedc
wip - geostyler create style from promise
pelord Aug 29, 2023
2d51121
wip lint
pelord Aug 29, 2023
b4dd951
wip create async layer
pelord Aug 29, 2023
f6475b6
lint
pelord Aug 29, 2023
6bc1f9d
Added hoverStyle. Hover options not working
ThierryNormand Sep 18, 2023
9f734c5
Merge remote-tracking branch 'origin/release/16.0.0' into geostylerSt…
ThierryNormand Sep 27, 2023
133689b
feat(geostyler): add a method to generate legend from geostyler style
pelord Oct 4, 2023
30b3a5a
index
pelord Oct 4, 2023
79d668d
Merge remote-tracking branch 'origin/release/16.0.0' into geostylerSt…
pelord Oct 27, 2023
5422b46
Merge remote-tracking branch 'origin/next' into geostylerStyle_handler
ThierryNormand Nov 6, 2023
7145fbc
Comments and corrections for merge with next
ThierryNormand Nov 6, 2023
0dd3bcf
Merge remote-tracking branch 'origin/next' into geostylerStyle_handler
pelord Nov 30, 2023
886d048
Merge remote-tracking branch 'origin/release/16.1.0' into geostylerSt…
pelord Dec 11, 2023
3e5b11a
Merge tag 'v16.1.0' into geostylerStyle_handler
pelord Dec 13, 2023
bb384b0
Merge tag 'v16.1.1' into geostylerStyle_handler
ThierryNormand Dec 19, 2023
920bcf7
Transfer legend Renderer to geostyler.service. Able to manage a geost…
ThierryNormand Jan 15, 2024
dfd91aa
Package-lock update and comment clening
ThierryNormand Feb 22, 2024
3b2ec53
Change function for arrow function.
ThierryNormand Feb 22, 2024
a508ce2
Added doc explaning symbolizers size limit in the legend renderer.
ThierryNormand Feb 22, 2024
d259476
Comments clean up
ThierryNormand Feb 22, 2024
d426a19
Comments clean up
ThierryNormand Feb 22, 2024
88cc0a1
Remove the interface for the core and comment cut.
ThierryNormand Feb 22, 2024
b50f400
Change to foreach
ThierryNormand Feb 22, 2024
2157d51
Changed var to const
ThierryNormand Feb 23, 2024
6302209
Merge remote-tracking branch 'origin/release/16.x' into geostylerStyl…
pelord Mar 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
# [16.0.0-rc.1](https://github.com/infra-geo-ouverte/igo2-lib/compare/16.0.0-rc.0...16.0.0-rc.1) (2023-09-22)


### Bug Fixes
### Reverts

* **InteractiveTour:** add Placement types from [@floating-ui](https://github.com/floating-ui) ([#1407](https://github.com/infra-geo-ouverte/igo2-lib/issues/1407)) ([44b3d4a](https://github.com/infra-geo-ouverte/igo2-lib/commit/44b3d4ac88a23a83bc4704dde03a563230b90c53))
* **InteractiveTour:** options migration from popperJS to floatingUI ([#1399](https://github.com/infra-geo-ouverte/igo2-lib/issues/1399)) ([fbc4ff7](https://github.com/infra-geo-ouverte/igo2-lib/commit/fbc4ff7a26f501c8d42e28760440d4b45b99cbc6))
Expand Down
Loading