How to display several million points on the map #2394
Replies: 2 comments 5 replies
-
|
Yes, that should be easily doable. Depending on the exact requirments how you want to display things, for lower zoom levels, aggegation is benefitial, but as long as it is just points this should not be a problem. Dominik did something similar, but he used parquet instead of tiling MVTs. Millions is in the end not that much. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your reactivity. However, I've tried serving a table containing 500,000 rows and displaying them individually, but my front-end application freezes frequently. I don't have much knowledge of GIS, I simply configured Martin on a database for testing purposes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I work in small startup who want to integrate martin in their solution.
The stack under consideration is a postgis database, martin as tiles server and maplibre in the front app.
The plan is to display several million points on the map. Is this possible with Martin, or should we consider other options?
Beta Was this translation helpful? Give feedback.
All reactions