POI-Karte: Offline-Import aus OSM statt Live-Overpass-Scan (Build 4)
- osm.py: Live-Scanner deaktiviert — /pois liest nur noch aus DB, /analyze ist No-Op. Behebt wiederholte OSM-Banns (Tile-Load + Scanning). - tools/osm-extract: Extraktion (pyosmium) + Loader (schützt user_edited) + Docker-Refresh-Job mit osmium-tags-filter-Vorstufe (RAM-schonend). - docker-compose.osm.yml: Refresh-Service (mem_limit 4g), monatlich via DSM-Aufgabenplaner.
This commit is contained in:
parent
214543559c
commit
4bc7454258
9 changed files with 457 additions and 26 deletions
5
tools/osm-extract/.gitignore
vendored
Normal file
5
tools/osm-extract/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Große/temporäre Datendateien — nie committen
|
||||
*.osm.pbf
|
||||
*.sqlite
|
||||
*.db
|
||||
*.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue