forked from infra-geo-ouverte/igo2-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
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
merge master #32
Merged
Merged
merge master #32
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
…857 proj (#529) * feat(projections)add alias property on projections * feat(projection service) Register every utm and mtm zones. * feat(map.utils) function to batch transform a coordinate in long,lat * refactor(map.utils) add 3857 to converted coord. * feat(coordinate) provide projections to coordinate datasource * feat(coord) conversion for user defined projections, utm, mtm and 3857 proj * refactor(map.utils) mtm/utm conversion to lonlat. * refactor(map.utils) mtm zone validation * refactor(demo) provide alias on projections * wip * wip * wip * feat(OpenStreetMap) Add a function to build openstreetmap links * refactor(coordinates) Reorder the coordinate properties * refactor(coordinate) property translation * feat(feature-details) Width set to 30% for properties's key * fix(coord): accept space before and after semicolon
* feat(map) Retrieve the mouse coord on move/click * feat(simple-map demo) Add pointer coordinates * lint * typo * lint * typo * feat(map) Retrieve the mouse coord on move/click when holding a precise key (CRTL) * refactor(mapPointerDirective) Renaming directive * feat(demo) reverse search while ctrl is hold down * wip * wip * lint * refactor(search-pointer-summary) rewrite * wip * wip * wip * refactor(search-pointer-summary-directive) moving from overlay to featurestore. * wip * lint * wip * wip * wip * refactor(search-pointer-summary) Allow enable/disable the directive * feat(search-settings) Control if location summary on pointer position * demo(search) add pointer summary option * refactor(search-setting) sort the search souces by type * feat(source) allow to show/hide the source from search settings * lint * feat(search-setting) Hitting twice (<1sec) the CTRL key down activate the summary on map * wip * refactor(*)Pointer move trigger nothing on touch screen * lint * wip * wip * wip
* refactor(demo) search with touch screen inverted. * refactor(coordinate) lint
* in progress * in progress * lint
…ults title (#542) * accentuate / emphasize on catalog group title and search results title * Accentuate title fix (CSS style in their own modules)
…filter-tool icon update (#545)
* feat(search-source)New search by 'cadastre' number * refactor(cadastre) lint
* feat(search): Display more results function (iCherche & iLayer) * feat(search): Display more results function (iCherche & iLayer) * lasts modifs on allowing to display more results * Update search-results.component.ts * feat(search): Display more results function (iCherche & iLayer) * lasts modifs on allowing to display more results * Update search-results.component.ts * display more results lasts modifs * display more results lasts modifs (get by source id) * Update search-results.component.ts Co-authored-by: Marc-André Barbeau <[email protected]>
* refactor(id-generator) File path changed * refactor(id-generator) File path changed
…sync) (#548) * ui(share-map) Included/Excluded text alignement * fix(ogc-filter) push button were not visible if filters were not editable * fix(ogc-filter) Sync pushbutton filter with downloaded data (was not sync) * Update ogc-filter.ts
* fix(cadastre)text search cause the service to crash * fix(search-bar) Propagate if the pointerposition is enabled to the search-settings * refactor(search) change property name * refactor(*) lint
* fix(overlay) fix offset between pin and real position * refactor(overlay.utils) add width property to stroke
* ui(map-details-tool): empty map message * add context manager link to empty map message * ui(map-details-tool): empty map message * add context manager link to empty map message * map empty message * fix(*): change detection Co-authored-by: Marc-André Barbeau <[email protected]>
…d is empty (#570) * fix(feature-details) Show all fields (with alias) despite if the field is empty * fix(*) Set uppercase service value
…o invert the coordinates if they are not in North America
* feat(catalog) Add resolution to WMTS catalog * refactor(catalog) wmts layer do now have min max scale properties. * refactor(wmts) wrong line * refactor(wmts) wrong line * Delete 3-release.bat * Delete launch.json
* fix(*) epsg are not hardcoded anymore * fix(*) epsg are not hardcoded anymore * refactor(*) deprecated methods remplacement * fix(*) epsg are not hardcoded anymore * refactor(download) deprecated methods remplacement * refactor(*) lint
* wip test travis * fix travis WIP * docs(readme) adjusting dev requirements
* wip * wip * wip * wip * refactor(routing-form) lint * wip * feat(directions)simplified route on point dragging * wip * wip * refactor(*) deprecated methods remplacement * refactor(directions) rounding coords to 6 decimals * refactor(integration) lint * refactor(routing) renaming routing to directions
* feat(catalog): add catalog composite fix(catalog): get the wms layers without group on first level of catalog fix(catalog): recursive loop on wms groups on prepare object for catalog. N.B: the fix on the display is not yet applied * refactor(catalog): clean up code * add demo and correction code * refactor(catalog): adjust demo and code * reorder imports * Update catalog.service.ts * feat(catalog): typing of ICompositeCatalog and space management on single CatalogItemLayer * refactor(catalog) fix merge master
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)
What is the new behavior?
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: