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
This is to allow the whole preview thing while choosing maps (I think...). I should be able to refactor that into a function in maps to eliminate the dependency
This will cause some issues as it uses
requireNamespace('sf')
without being inside anif
.Ideally, anything requiring
sf
should instead access functions inside iNZightMaps which can do the bulk of the work.This is probably a significant amount of work, so I wont adjust it now (and instead manually remove sf from the build).
The text was updated successfully, but these errors were encountered: