No description
  • JavaScript 75.9%
  • CSS 23.9%
  • Dockerfile 0.2%
Find a file
llama-runner build 4325650835
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
Fix coastline + lakes properly, remove sea mask box
- Used Natural Earth 10m boundary (accurate coastline) to clip 63 coastal
  municipalities so overlay no longer extends into the sea
- Water bodies from Geofabrik cut lake holes in 269 municipalities
- 0 broken geometries (all 290 intact)
- Removed the sea mask (was creating ugly blue rectangle)
- Lakes rendered opaque on top (fillOpacity 1.0, no greyish bleed-through)
- Added clip_all.mjs unified clipping pipeline
- Added sweden_land.geojson (Natural Earth boundary)
2026-08-13 23:59:07 +02:00
.forgejo/workflows Initial commit: Swedish municipality plot map with Leaflet choropleth 2026-08-13 23:03:56 +02:00
lib Initial commit: Swedish municipality plot map with Leaflet choropleth 2026-08-13 23:03:56 +02:00
.gitignore Clip lakes from municipality polygons so water shows through 2026-08-13 23:10:23 +02:00
add_links.mjs Initial commit: Swedish municipality plot map with Leaflet choropleth 2026-08-13 23:03:56 +02:00
build_map.mjs Fix coastline + lakes properly, remove sea mask box 2026-08-13 23:59:07 +02:00
cities.geojson Initial commit: Swedish municipality plot map with Leaflet choropleth 2026-08-13 23:03:56 +02:00
clip_all.mjs Fix coastline + lakes properly, remove sea mask box 2026-08-13 23:59:07 +02:00
clip_coastline.mjs Fix water overlay: opaque sea mask + lakes on top of municipalities 2026-08-13 23:53:06 +02:00
clip_lakes.mjs Clip lakes from municipality polygons so water shows through 2026-08-13 23:10:23 +02:00
clip_water.mjs Fix water overlay: opaque sea mask + lakes on top of municipalities 2026-08-13 23:53:06 +02:00
docker-compose.yml Initial commit: Swedish municipality plot map with Leaflet choropleth 2026-08-13 23:03:56 +02:00
Dockerfile Initial commit: Swedish municipality plot map with Leaflet choropleth 2026-08-13 23:03:56 +02:00
find_tomter_urls.mjs Initial commit: Swedish municipality plot map with Leaflet choropleth 2026-08-13 23:03:56 +02:00
find_tomter_urls2.mjs Initial commit: Swedish municipality plot map with Leaflet choropleth 2026-08-13 23:03:56 +02:00
find_tomter_urls3.mjs Initial commit: Swedish municipality plot map with Leaflet choropleth 2026-08-13 23:03:56 +02:00
find_tomter_urls4.mjs Initial commit: Swedish municipality plot map with Leaflet choropleth 2026-08-13 23:03:56 +02:00
index.html Fix coastline + lakes properly, remove sea mask box 2026-08-13 23:59:07 +02:00
kommuner_tomter.geojson Fix coastline + lakes properly, remove sea mask box 2026-08-13 23:59:07 +02:00
lakes.geojson Initial commit: Swedish municipality plot map with Leaflet choropleth 2026-08-13 23:03:56 +02:00
package-lock.json Clip municipalities against comprehensive water + coastline 2026-08-13 23:33:37 +02:00
package.json Clip municipalities against comprehensive water + coastline 2026-08-13 23:33:37 +02:00
sea_mask.geojson Fix water overlay: opaque sea mask + lakes on top of municipalities 2026-08-13 23:53:06 +02:00
sweden_land.geojson Fix coastline + lakes properly, remove sea mask box 2026-08-13 23:59:07 +02:00