Skip to content
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(query): Custom url get info #927

Merged
merged 4 commits into from
Nov 15, 2021
Merged

Conversation

matrottier
Copy link
Contributor

@matrottier matrottier commented Oct 21, 2021

Please check if the PR fulfills these requirements

What is the current behavior? (You can also link to an open issue here)
the absence of the new behavior

What is the new behavior?
the new queryable layer's param allow a custom getFeatureInfo's url.
find and replace in the url:
{x} : coordinate X of the click
{y} : coordinate Y of the click
{xmin} : extent of the map on click
{ymin} : extent of the map on click
{xmax} : extent of the map on click
{ymax} : extent of the map on click
{srid}: srid of the map and extent, x and y
{resolution} : resolution fo the map on click

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications:

Other information:

@matrottier matrottier marked this pull request as ready for review October 26, 2021 12:22
@PhilippeLafreniere18 PhilippeLafreniere18 merged commit 1e51e39 into next Nov 15, 2021
@PhilippeLafreniere18 PhilippeLafreniere18 changed the title Custom url get info feat(query): Custom url get info Nov 15, 2021
@pelord pelord deleted the customUrlGetInfo branch November 16, 2021 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants