Background / Issue
There are several instances where google maps instead of mapbox is being used in Doorway. We need to support those cases in core so that jurisdictions can use either mapbox or Google maps.
Places:
- Listing details page - map on the bottom of the page
Out of scope places:
- Public Application form - Address validation step
- This is still using mapBox on Doorway production
- Partners listing edit - Building address field (get the lat/long)
- This is still using mapBox on Doorway production
Technical Context
- To determine if google maps vs mapbox should be used on the public site we can use the google map environment variables. If they exist use google maps otherwise fallback to mapbox
Acceptance Criteria
- If google maps is configured for a jurisdiction's public site the listing details page should use a google map instead of mapbox
Background / Issue
There are several instances where google maps instead of mapbox is being used in Doorway. We need to support those cases in core so that jurisdictions can use either mapbox or Google maps.
Places:
Out of scope places:
Technical Context
Acceptance Criteria