You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing I noticed is that it is very hard to see where the kenya/rwanda examples in low zoom level. One way to get around this is to generate pmtiles that are centroids at low zoom levels and polygons at high zoom levels:
Here's how I did it for GRW (I played with drop rate on the points a bit and visualized in QGIS) tippecanoe --drop-densest-as-needed --drop-rate=2.5 --minimum-zoom=0 --maximum-zoom=9 --force -o solar_centroids.mbtiles solar_centroids_epsg4326.geojson tippecanoe --minimum-zoom=9 -o solar.mbtiles solar_epsg4326.geojson tile-join --force -o output.mbtiles solar.mbtiles solar_centroids.mbtiles
on the front end you can point a bubblelayer and vectorlayer (depending on library) at the same vector tile source
The text was updated successfully, but these errors were encountered:
The tile-join doesn't really work for me yet, can't get the PMTiles to properly merge it seems.
I could load the separate PMTiles files on the map, but that's probably not what we want here given that others are already using the PMTiles file.
From Caleb:
The text was updated successfully, but these errors were encountered: