mirror of
https://github.com/zvx-echo6/recon.git
synced 2026-05-20 06:34:40 +02:00
Add Google Places (New) tertiary enrichment for business POIs
Fills opening_hours, phone, and website gaps when OSM + Overture data is incomplete. Only fires for business-class POIs (amenity, shop, tourism, leisure, office, craft). Daily API call cap with SQLite tracking. cache_put now preserves google columns across cache refreshes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
620f99c762
commit
095bf8c2af
5 changed files with 527 additions and 7 deletions
|
|
@ -40,6 +40,7 @@ features:
|
|||
has_landclass: true
|
||||
has_address_book_write: true
|
||||
has_overture_enrichment: false
|
||||
has_google_places_enrichment: false
|
||||
|
||||
defaults:
|
||||
center: [44.0, -114.0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue