-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat(map): Advanced map tool #900
Conversation
this.currentCenterDefaultProj = this.map.viewController.getCenter(this.defaultProj.code); | ||
const currentMtmZone = zoneMtm(this.currentCenterDefaultProj[0]); | ||
const currentUtmZone = zoneUtm(this.currentCenterDefaultProj[0]); | ||
if (!this.inQuebec && currentMtmZone !== this.currentZones.mtm) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe rename inquebec by inMtmZone
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
}, | ||
"advanced-map-tool": { | ||
"advanced-swipe":{ | ||
"swipe-select": "Choisir les couches à swiper", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change "swiper" by "comparer"
Please check if the PR fulfills these requirements
What is the current behavior?
No advenced tools
What is the new behavior?
2 tools available. "Swipe" for compare the layers.
"Coordinates" for use the coordinates of the center of the map in differents projections. Display a cuttent zoom-level
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: