Performance issues #2126
Unanswered
jdandriessen
asked this question in
Q&A
Replies: 0 comments
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.
-
I am currently running a test with Pygeoapi for a development team, as they would like to display some data on a map.
I am running into two issues and was wondering if you might have some tips.
Problem 1
I currently have Pygeoapi running locally in a Docker environment. The PostgreSQL database (with PostGIS) is also running locally in Docker. See the configuration below.
However, the data is rendered very slowly on the map, which makes it unusable in practice. I suspect this has to do with my configuration — do you have any suggestions to improve this? I use ArcGIS Maps SDK for Javascript to display the data.
Docker file
Docker-compose
Pygeoapi config
Problem 2
In addition, I can’t get the tiles (MVT) to work properly. I suspect this might be related to the coordinate reference system being used, but I’m not entirely sure. The data is in RD.
I actually wanted to use the tiles to improve the performance issues from problem 1. Below is an error message I get when accessing the tiles:
Error Message
backend-pygeoapi | [2025-10-09T16:27:24Z] {/pygeoapi/pygeoapi/api/init.py:589} ERROR - identifier not found
backend-pygeoapi | [2025-10-09T16:27:24Z] {/pygeoapi/pygeoapi/api/init.py:608} ERROR - HTTP 204 detected, suppressing content
Beta Was this translation helpful? Give feedback.
All reactions