i have set up a vector tile service that talks to database instead this notebook doing it directly
notice how this prototype now works without a special SQL cell:
```
map.addSource("modern_shape", {
type: "vector",
tiles: ["https://lule.enchart.me/api/v1/tiles/modern_shape/{z}/{x}/{y}"],
minzoom: 0,
maxzoom: 15
});
```
modern_shape is the name of potsgis data table
at the same time i broke flying over from stockholm to north, the simple way to fix it is to adjust the bounds manually, such as const bounds = [16.42, 67.12, 19.35, 68.92]
The Impact of Hydroelectric Dams on the Sápmi Region | DATAVIS SUMMER | Observable