Replies: 1 comment 2 replies
-
This can be multiple things:
Tip the url query params are the following instead: GET http://127.0.0.1:6767/test_function/9/262/172?date_start=31T14:20:00&date_end=2025-11-04T11:08:00Tip Our pg functions docs contain a few attributes regarding paralell safety, ... |
Beta Was this translation helpful? Give feedback.
2 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.
-
I want to use the following function layer in MapLibre GL JS that use two parameters (merged to a json).
This function is works if I run it in PgAdmin.
However, I can not run it from browser, I tried this:
http://127.0.0.1:6767/test_function/9/262/172?query_params=%7B%22date_start%22%3A%222025-10-31T14%3A20%3A00%22%2C%22date_end%22%3A%222025-11-04T11%3A08%3A00%22%7D
I got "Not found" error.
How can I solve this problem?
This function layer is on the list at: , so I think the Martin recognises this layer. Other function layers that contains only x,y,z arguments are work perfectly. The problem is if I want to use extra arguments.
Beta Was this translation helpful? Give feedback.
All reactions