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.
shows an error message on the pilot branch because search.get("sources") seems to return undefined. I opened #928 to disable it temporarily to silence the error message, but it may be straightforward to fix.
The text was updated successfully, but these errors were encountered:
The search box doesn't have the same custom styling as applied on develop, but it looks like that's because it's constructed a bit differently in 4.x, and is missing a class (plus maybe more, adding the class didn't apply the same style). This may also explain why sources error was occuring on it as well. I don't think it's worth it to run this to the ground now. It'll looking pretty good for its intended use.
The code in this routine:
https://github.com/CoastalResilienceNetwork/GeositeFramework/blob/js-api-4x-pilot/src/GeositeFramework/js/Map.js#L258
shows an error message on the pilot branch because
search.get("sources")
seems to return undefined. I opened #928 to disable it temporarily to silence the error message, but it may be straightforward to fix.The text was updated successfully, but these errors were encountered: