2026-04-20 23:35:39 +00:00
|
|
|
# Deployment profile: Home (VM 1130)
|
|
|
|
|
# Active on the main Echo6 deployment. Full stack with planet-scale NA tiles.
|
|
|
|
|
# Override via RECON_PROFILE env var in /etc/systemd/system/recon.service
|
|
|
|
|
|
|
|
|
|
profile: home
|
|
|
|
|
region_name: "North America"
|
|
|
|
|
|
|
|
|
|
tileset:
|
|
|
|
|
url: "/tiles/na.pmtiles"
|
|
|
|
|
bounds: [-168, 14, -52, 72]
|
|
|
|
|
max_zoom: 15
|
|
|
|
|
attribution: "Protomaps © OSM"
|
|
|
|
|
|
2026-04-21 00:52:04 +00:00
|
|
|
tileset_hillshade:
|
|
|
|
|
url: "/tiles/hillshade-na.pmtiles"
|
|
|
|
|
encoding: "terrarium"
|
|
|
|
|
max_zoom: 12
|
|
|
|
|
|
|
|
|
|
traffic:
|
|
|
|
|
provider: "tomtom"
|
|
|
|
|
proxy_url: "/api/traffic/flow/{z}/{x}/{y}.png"
|
|
|
|
|
|
2026-04-21 03:06:51 +00:00
|
|
|
place_details:
|
|
|
|
|
local_source: "nominatim"
|
2026-04-22 04:08:12 +00:00
|
|
|
local_bbox: [-125.0, 31.3, -104.0, 49.0]
|
2026-04-21 03:06:51 +00:00
|
|
|
fallback_source: "overpass"
|
|
|
|
|
|
2026-04-20 23:35:39 +00:00
|
|
|
services:
|
|
|
|
|
geocode: "/api/geocode"
|
|
|
|
|
reverse: "/api/reverse"
|
|
|
|
|
address_book: "/api/address_book"
|
|
|
|
|
valhalla: "/valhalla"
|
|
|
|
|
|
|
|
|
|
features:
|
2026-04-21 03:06:51 +00:00
|
|
|
has_nominatim_details: true
|
2026-04-20 23:35:39 +00:00
|
|
|
has_kiwix_wiki: false
|
2026-04-21 00:52:04 +00:00
|
|
|
has_hillshade: true
|
2026-04-20 23:35:39 +00:00
|
|
|
has_3d_terrain: false
|
2026-04-21 00:52:04 +00:00
|
|
|
has_traffic_overlay: true
|
2026-04-20 23:35:39 +00:00
|
|
|
has_landclass: false
|
|
|
|
|
has_address_book_write: false
|
2026-04-21 16:51:25 +00:00
|
|
|
has_overture_enrichment: true
|
2026-04-22 04:08:12 +00:00
|
|
|
has_google_places_enrichment: true
|
2026-04-22 05:29:54 +00:00
|
|
|
has_contacts: true
|
2026-04-20 23:35:39 +00:00
|
|
|
|
|
|
|
|
defaults:
|
|
|
|
|
center: [42.5736, -114.6066]
|
|
|
|
|
zoom: 10
|