native-land-digital / native-land-web-client

Native Land Digital's web client, built with React & TypeScript.
4 stars 1 forks source link

Force Map Start Position with URL searchParams #12

Closed noi5e closed 3 months ago

noi5e commented 3 months ago

The base URL now accepts latitude and longitude params.

For example, entering as params the coordinates for North Dakota-ish yields:

Screenshot 2024-04-15 at 7 48 06 PM

The way I see it, this is a prerequisite for any kind of visual testing that we would implement. (see #9)

The way that visual tests work is that they compare a branch's changes with a baseline screenshot. So, FrontPageMap in both the branch test and the baseline screenshot must both be positioned at the same coordinates.