-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #56 * Display the full region name in the header bar * New search experience * feat: Add stops-for-route api * refactor: MapContainer component to export mapProvider and mapSource variables * refactor: OpenStreetMapProvider to separate arrow decoration logic * chore: Update eslint.config.js to include 'google' as a readonly global variable * feat: Add StopItem component * refactor: Add handling for search for route state * refactor: Separate stop marker logic into a reusable function * feat: RouteModal Component * feat: SearchPane implementation * refactor: Separate stop marker logic into a reusable function * refactor: Add all search management (zoom, pan, poly lines) functionality into Google and OSM map providers --------- Co-authored-by: Ahmedhossamdev <[email protected]>
- Loading branch information
1 parent
29495a9
commit 1fcdf96
Showing
23 changed files
with
737 additions
and
502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
PUBLIC_OBA_REGION_NAME="Puget Sound" | ||
PUBLIC_OBA_SEARCH_ENABLED=true | ||
PUBLIC_OBA_SERVER_URL="https://api.pugetsound.onebusaway.org/" | ||
PUBLIC_OBA_REGION_CENTER_LAT=47.60728155903877 | ||
PUBLIC_OBA_REGION_CENTER_LNG=-122.3339240843084 | ||
PUBLIC_OBA_GOOGLE_MAPS_API_KEY="" | ||
PRIVATE_OBA_API_KEY="test" | ||
PRIVATE_OBA_GEOCODER_API_KEY="" | ||
PRIVATE_OBA_GEOCODER_PROVIDER="google" | ||
PUBLIC_OBA_LOGO_URL="https://onebusaway.org/wp-content/uploads/oba_logo-1.png" | ||
PUBLIC_OBA_MAP_PROVIDER="osm" | ||
PUBLIC_NAV_BAR_LINKS={"Home": "/","About": "/about","Contact": "/contact","Fares & Tolls": "/fares-and-tolls"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.