Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Dependencies #101

Closed
wants to merge 10 commits into from

Conversation

EricSoroos
Copy link

This PR contains a forklift upgrade of all the JS dependencies for geoview, including some updates to the ol-helpers.

  "dependencies": {
-    "ol-helpers": "pduchesne/ol-helpers#ol4",
-    "leaflet": "~0.7.7",
-    "proj4leaflet": "~0.7.2",
-    "proj4": "^2.3.17"
+    "ol-helpers": "derilinx/ol-helpers#ol9",
+    "leaflet": "1.9.4",
+    "proj4leaflet": "1.0.2",
+    "proj4": "^2.11.0"
  },

There's still some work that can be done to pare down some of the code in ol-helpers -- there's a bunch that's not called.

This also adds:

  • Working proxy with AGOL online open data endpoints, due to their cors setup it's a bit tricky.
  • Style expressions and stying working in the OpenLayers viewer, from the view config.
  • Removed bootstrap 2, using ckan's core vendered version.

Note -- the first commit is gigantic, because bower is pulling in a ton of vendored source, and not the just dist files. Bower itself is deprecated, so we might want to figure out how to do this using some other method.

@amercader
Copy link
Member

Closed in favour of #102

@amercader amercader closed this Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants