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

add a map query endpoint that will return values of all visible layer that interect the lat&lon coordinates #3742

Open
iferencik opened this issue Jun 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@iferencik
Copy link
Contributor

Feature Description

Currently querying is heterogenous and implemented at map layer for raster layers and internally inside maplibre for vector layers.
For interoperability reasons it is necessary to qury a given map specified using GeoHub map in an arbitraty geographic location.

Feature Implementation

the endpoint neesd to accepr three parameters

query?mapid=&lon=&lat=

the returned JSON needs to be presented as a JSON object with layer ids as proeprry names and a lits containing one or more values

Feature Alternatives

No response

Feature Impact

No response

Feature Rationale

No response

Feature Considerations

No response

Feature Requirements

No response

@iferencik iferencik added the enhancement New feature or request label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant