Replies: 1 comment
-
Hi @Jul-Git We support mapbox vector tiles. So you can use something like They have an example with large point dataset here - https://github.com/mapbox/tippecanoe#large-point-dataset-gps-bus-locations-for-visualization-at-all-zoom-levels You can then add a {
"name": "Points",
"type": "mvt",
"url": "https://some-domain/some-path/{z}/{x}/{y}.vector.pbf",
"layer": "layer-name"
...
}, |
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
-
Hello everyone,
I am trying to load a huge (in my point of view) geojson point file (over 150000 points with descriptions). On some PC, with not enough RAM, it is not loading at all.
Is there a workaround to load such massive dataset into TerriaMap ?
Beta Was this translation helpful? Give feedback.
All reactions