You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`OVERTURE_ENABLED`| Set to `true` to discover and atomically import newer Overture Places releases for `OPENMAPX_REGION`. | Optional. Default unset |
294
-
|`OVERTURE_SYNC_CRON`| Cron schedule for checking and refreshing the regional snapshot. | Optional. Default `0 5 1 * *` (monthly) |
295
-
|`OVERTURE_CONFLATION_RETRY_CRON`| Retry an incomplete OSM↔Overture link rebuild without downloading or importing Places again. | Optional. Default `15 */6 * * *` (every six hours)|
294
+
|`OVERTURE_SYNC_CRON`| Cron schedule for checking and refreshing the regional snapshot. | Optional. Default `0 5 * * 2` (weekly, Tuesday 05:00 UTC) |
295
+
|`OVERTURE_CONFLATION_RETRY_CRON`| Retry an incomplete OSM↔Overture link rebuild without downloading or importing Places again. Recovery also runs once at startup. | Optional. Default `*/15 * * * *`|
296
296
|`OVERTURE_RELEASE_RETENTION`| Number of completed local release snapshots to retain, including the active release. Applied only after fused quality validation and link publication. | Optional. Default `2`; range 1–12 |
|`OVERTURE_FIRST_PULL_ESTIMATE_BYTES`| Working-space estimate for the first regional pull when no earlier snapshot exists. Later pulls use prior local snapshot sizes. | Optional. Default `2147483648` (2 GiB) |
297
299
298
300
The job uses Overture's official STAC catalog, skips an installed release,
299
301
resolves exact spatially relevant Places assets, validates a local release
@@ -303,6 +305,11 @@ retry schedule with resumable extraction, scoring, assignment, and publication
303
305
phases: a missing PBF or failed rebuild does not roll back a valid Places
304
306
release. See [Overture Places](../features/overture-places.md).
305
307
308
+
After the first successful ingest, enable `poi-overture` in **Admin →
309
+
Integrations** to return Overture search results and `knowledge-overture` to
310
+
enrich matched OSM place cards. `OVERTURE_ENABLED` maintains the data but does
311
+
not silently enable either runtime integration.
312
+
306
313
## Natural-language search
307
314
308
315
[Natural-language search](../features/natural-language-search.md) (the
0 commit comments