clusterbuster | Mapbox Vector Tile map tiling server | Map library
kandi X-RAY | clusterbuster Summary
kandi X-RAY | clusterbuster Summary
Clusterbuster is a tile server that produces map tiles (in MVT format) from a table with a PostGIS geometry column. It uses this table to first filter the row (based on a query you provide) and the resulting points are then clustered dynamically. The combination of clusters and points is transformed into a vector tile. The MVT tiles are much smaller than the original data, moving all the heavy lifting from the front-end to the tile server. This allows the display of large data sets, that change regularly, on maps in resource constrained environments, such as mobile devices and embedded systems. Clusterbuster has a built-in and configurable in-memory LRU-cache for the resulting tiles, with which it can serve many concurrent users.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of clusterbuster
clusterbuster Key Features
clusterbuster Examples and Code Snippets
Community Discussions
Trending Discussions on clusterbuster
QUESTION
Seems the guys did a great work with the built-in filtering, clustering and caching on the ClusterBuster vector tile server. I'm really excited about this project that looks very promising and i'm eager to try it!
I'm working on a project on plotting Deck.gl layers (MVTLayer) on top of Google Maps from a vector tile server through their integration. I want to try to integrate and to serve from ClusterBuster server some clustered points saved in PostGIS.
Expected result:
- I want to receive tile data from ClusterBuster vector tile server like in their provided sample example.
Actual result:
- Provided sample example not working (points not showing on map, neither on Mapbox, nor on Google Maps with Deck.gl).
I tried building and running the example provided but somehow, i'm not able to do this.
I ran the provided express server clusterbuster/example/express.ts
and for frontend tried with the provided mapbox example from clusterbuster/example/mapbox.html
(with my mapbox token) but nothing appears on mapbox map (nor on Google maps with my Deck.gl example).
As stated in the clusterbuster/example/readme.md
i created an .env
file with PostGIS connections settings.
After running the following commands:
...ANSWER
Answered 2020-Sep-23 at 18:09After enabling debug in the TileServer configuration (with debug: true
), i noticed 2 errors:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install clusterbuster
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page