-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bindind layers together (some identified properties and deletion) #720
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix(directions) Always subscribe to term change * fix(directions) add layer to map synchronization * refactior(directions) lint
* fix(*) better handling grouped layers * refactor(share-map) Rollback for grouped layers
…kbox in zoom menu feature (#586)
* query format from capabilities * lint * fix(geojson2): extract * Update capabilities.service.ts
* in progress * in progress * in progress * infoFormat * remove console.log * Update options-api.service.ts * max resolutions null * keep query params concept * convert scaleDenom to resolution * fix imports * add providers * fix options api error
* tile watcher added to vectortile layer * fix export network-ionic * remove networkionic import
* refactor(ilayer) add fileds to result formatter * feat(search-setting)Add a button to check/uncheck all sources * Update fr.geo.json * Update en.geo.json Co-authored-by: Marc-André Barbeau <marc-andre.barbeau@msp.gouv.qc.ca>
* feat(context): allow user to filter context list * light interface changes * Add a display control for the context filter
…ts when unchecked. (#602) Co-authored-by: PE Lord <pe_lord@yahoo.ca>
… 0 (#597) * fix(layer): updateInResolutionRange works properly if maxResolution = 0 * Update layer.ts Co-authored-by: Marc-André Barbeau <marc-andre.barbeau@msp.gouv.qc.ca>
* feat(import) configurable client side file size * refactor(auth) typo * refactor(import) review Co-authored-by: PE Lord <pe_lord@yahoo.ca>
* fix(pointer summary) Fix context change, summary was not shown. * refactor(pointer summary) Add layer if not in list Co-authored-by: PE Lord <pe_lord@yahoo.ca>
…h results (and get feature info) (#585) * feat/fix(search results): manage focus/unfocus and select action on search results (and get feature info) * feat/fix(search results): manage focus/unfocus and select action on search results (and get feature info) * lasts modifs on focus/unfocus/select search results * feat/fix(search results): manage focus/unfocus and select action on search results (and get feature info) * lasts modifs on focus/unfocus/select search results * search results display lasts modfis * lasts modifs * feat/fix(search-results): manage focus/unfocus/select event on search results type + automatic scroll on keypad event * fix(search-results-tool): fix lint problem * fix(search-results): fix focused style and scroll with panel and display more results Co-authored-by: Marc-André Barbeau <marc-andre.barbeau@msp.gouv.qc.ca>
… module (#609) * chore(*) build warn ng-packagr No name was provided for external module '...' in output.globals – guessing '...' * chore(*) combineLatest(a,b,c) deprecated
* feat(ogc-filter)Provide allowed operator at the field scale * wip * wip * feat(ogc-filter) provide tooltip for operators * wip * wip * wip * i18n(geo locale) wip Co-authored-by: Pierre-Étienne Lord <pe_lord@yahoo.ca>
* i18n(geo locale) wip * chore(*) warn ng-packagr No name was provided for external module * chore(*) warn ng-packagr No name was provided for external module * wip
* fix(queryFormat): fix HTMLGML2 query format * WIP * WIP
…nt layer, not only if a workspace is available.
mbarbeau
approved these changes
Nov 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please check if the PR fulfills these requirements
What is the current behavior? (You can also link to an open issue here)
Layers are standalone and independent
What is the new behavior?
1-Provide a way to bind layers together and identify properties to synchronize. All the properties could be identified as bidirectionnal or not.
2- For WMS with underlying WFS params, a workspace is created and related properties are binded.
refer to infra-geo-ouverte/igo2@2fc867f
The synced properties are:
You can also identify if the synced layers must be removed from map when 1 of them is deleted. Refer to the syncedDelete property.
This PR will allow to create composed basemap from wmts/tms... and any other data. In this case, you could build a Hybrid basemap based on a WMTS with a road map superposed.
A PR infra-geo-ouverte/igo2#513 with examples.
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications:
Other information: