Drawing Bounding boxes and returning only the tiles within the boundary #2347
Unanswered
sanjana-08
asked this question in
Q&A
Replies: 1 comment
-
Absolutely no clue why we think no public schema exists.
We don't currently support this kind of a function. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im trying to build an application that serves gridded data from Azure Cosmos DB on a map using Martin tile server. I want to be able to include a functionality where you can draw a bounding box and the server will only display the tiles withing that boundary.
I have tried including a SQL function where it creates a TILE envelope but keepe running in this error
Auto-publishing functions in schemas [public] as '{function}' sources Unable to configure source because schema 'public' was not found.My SQL function is
Is there a better way to go about this?
Beta Was this translation helpful? Give feedback.
All reactions