-
Notifications
You must be signed in to change notification settings - Fork 3
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
import issue with source.js #1
Comments
have same error using deno and skypack |
Possibly related comment: openlayers/openlayers#14152 (comment) |
yeah if i import ol/source from esh.sh its works fine |
true: false: error: why? |
true: false: |
I have the same issue. |
While attempting to replicate the shape drawing example here:
https://openlayers.org/en/latest/examples/draw-shapes.html
This import statement:
import {OSM, Vector as VectorSource} from 'https://cdn.skypack.dev/ol/source.js';
throws the following error:
GeoTIFF.js:4 Uncaught SyntaxError: The requested module '/-/[email protected]/dist=es2019,mode=imports/optimized/geotiff.js' does not provide an export named 'Pool' (at GeoTIFF.js:4:3)
The text was updated successfully, but these errors were encountered: