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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Encountered this while working on CoastalResilienceNetwork/regional-planning#78. This effects the regional planning plugin, but I believe the fix needs to be made in the framework.
The method we are using to set the extent of the map object has been moved to the mapView, which isn't available in the MapWrapper class. We'll need to make it available there or find another way to access the mapView instead of the map.
The text was updated successfully, but these errors were encountered:
Encountered this while working on CoastalResilienceNetwork/regional-planning#78. This effects the regional planning plugin, but I believe the fix needs to be made in the framework.
The method we are using to set the extent of the
map
object has been moved to themapView
, which isn't available in theMapWrapper
class. We'll need to make it available there or find another way to access themapView
instead of themap
.The text was updated successfully, but these errors were encountered: