Feat 1: Add support for fly to point on row selection (on map page with station selector) #2
Reference in New Issue
Block a user
Delete Branch "feat/1/map-focus-station-select"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Inclusions:
There is zero chance that refactor of the CustomMap is going to break anything trust me bro
If only there was some way to test software!
@MaxWroe — Just pulled and ran it; works well! This page feels much more natural from a UX perspective now. Couple of small things I want to adjust in the PR, I'll just go ahead and make the changes on this branch so we can get this merged up.
Thanks for being the first contributor!
@@ -1,3 +1,3 @@DEPLOYMENT_ENVIRONMENT=developmentNEXT_PUBLIC_API_BASE_URL=http://localhost:5161I will revert this back, as it's the development
.envfile.@@ -0,0 +3,4 @@import { Marker as LeafletMarker } from "leaflet";export const ControlledMarker = (props: MarkerProps & { forceOpen?: boolean }) => {const leafletRef = useRef<LeafletMarker | null>(null);Glad you found the patience to start pulling some of this map stuff out of the mega file 😆
@@ -0,0 +1,24 @@Microsoft Visual Studio Solution File, Format Version 12.00Now this, I cannot abide 😢
lgtm