Salesforce-org-Impact-Labs / 01HousingandHomelessness

Impact Lab - Housing & Homelessness
BSD 3-Clause "New" or "Revised" License
12 stars 12 forks source link

Geocoding CA failed. Google geocoder status is OVER_QUERY_LIMIT #175

Open AndersonTarren opened 4 years ago

AndersonTarren commented 4 years ago

I noticed that the data that comes back from Aunt Bertha doesn't come back with Lat/Long, or it's datatype checklist populated (Homeless, for example). The Map component seems to want these things populated to show results.

I wrote a small apex script to give all the Service__c entries the Homeless checkbox value and a Lat/Lng.

The services did indeed show up in the list on the component, however the map markers do not. I noticed an error in the console. Posting this for review.

map-console-error

mshanemc commented 4 years ago

@arupsarkar-sfdc says there is geocoding coming back, but that he wasn't saving it yet.

mshanemc commented 4 years ago

without that, it's hard to know if this is a lwc or apex problem