Find the nearest registered Danish gravhøj from your current location.
Live app:
Repository:
This is a very small public tool.
It does one thing:
- uses your browser location
- finds the nearest registered gravhøj in a local filtered dataset
- shows basic information
- hands off to directions and the official source entry
It is not a heritage portal. It is not a full archaeology database. It is a one-button field tool for people who are simply curious and out on a trip.
- Open the live app.
- Allow location access in the browser.
- Press
Find nærmeste gravhøj. - Open the route or the official source entry.
Nearest does not automatically mean publicly accessible.
Some gravhøje are on private land or can only be viewed from public areas. The app helps you find the nearest registered site. It does not guarantee physical access.
The current version uses a local filtered extract from the official Danish
Fund og Fortidsminder dataset from Slots- og Kulturstyrelsen / Kulturarv.
Current v1 slice:
- fredede point features
- filtered to
anlaegstype = Rundhøj 24,520entries in the local extract
Why a local extract:
- faster lookup
- no runtime dependency on the public WFS
- simpler static deployment
Refresh the local data file:
python3 nearest-gravhoj/scripts/fetch_rundhoje.pyServe the app locally from the repo root:
python3 -m http.server 8765 --directory nearest-gravhojThen open:
http://127.0.0.1:8765/
index.htmlfor the public one-page interfaceapp.jsfor the browser-side lookup logicstyles.cssfor the visual layerdata/rundhoje.min.jsonfor the local filtered datasetscripts/fetch_rundhoje.pyfor refreshing the data from the official WFS
This tool was built inside Hedegreen Research. The point was to keep the first version small enough to finish.