You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So if the grid drawn is to 44.001 precision, .getPrecision() would return 3. This should have a test written to it -- zoom the map with a Leaflet command, and check that the precision has changed!
It can be calculated based on the zoom level of the map, and should match the grid drawn by the Grid system (detailed in #18).
As the map is zoomed in and out, the precision will change (as shown in the displayed grid).
The text was updated successfully, but these errors were encountered:
So if the grid drawn is to 44.001 precision,
.getPrecision()
would return3
. This should have a test written to it -- zoom the map with a Leaflet command, and check that the precision has changed!It can be calculated based on the zoom level of the map, and should match the grid drawn by the Grid system (detailed in #18).
As the map is zoomed in and out, the precision will change (as shown in the displayed grid).
The text was updated successfully, but these errors were encountered: