-
Notifications
You must be signed in to change notification settings - Fork 14
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
training/app-basemap does not display #27
Comments
We may be able to use the quickview app for a lot of this functionality in the course. |
I tried out the WAR locally, and got the same error.
Debugging into WFSService, it look like Looking at sdk master, seems like WFSService doesn't exist anymore? |
SDK master is 2.x and is a complete rewrite of 1.x |
That explains that. Looking at 1.x branch, I don't see the problematic call either. Seems like the training-apps depend upon "boundless-sdk": "^0.10.2" (Actuall version downloaded is 0.10.32). An update to SDK 1.x latest might be the simplest fix? |
ah I see what is the issue, a mismatch of openlayers versions, will fix |
@jgarnett please check out the changes I did in master just now: b798453 Please note you will need to clear out your node_modules and run npm install again I removed the cdnjs reference, assuming you will use Chrome for training. Chrome doesn't need any of the polyfills. If similar changes are needed to the other training apps, let me know |
Prepping app-basemap onto new training VM has two problems:
Looks like app uses a CDN, cannot use that for teaching on discounted network
app does not display console:
The text was updated successfully, but these errors were encountered: