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
Uncaught (in promise) SyntaxError: The requested module '/_nuxt/@fs/C:/Projects//src/PublicSite/client-app/node_modules/xml-utils/find-tags-by-name.js?v=f1b9b628' does not provide an export named 'default' (at geotiffimage.js:4:8)*
Describe the bug
I have an error:
Uncaught (in promise) SyntaxError: The requested module '/_nuxt/@fs/C:/Projects//src/PublicSite/client-app/node_modules/xml-utils/find-tags-by-name.js?v=f1b9b628' does not provide an export named 'default' (at geotiffimage.js:4:8)*
when I have the latest version of packages:
[email protected]
[email protected]
vue3-openlayers@latest
And this error:
Maximum recursive updates exceeded in component ol-source-vector.
when I have:
[email protected]
[email protected]
[email protected]
Expected behavior
It works without red errors
Screenshots
Desktop (please complete the following information):
Additional context
const center = ref([-84.570812, 33.907047]);
const projection = ref('EPSG:4326');
const zoom = ref(5.75);
const rotation = ref(0);
const markerIcon = ref('/images/partnership/logo.png');
const geoJson = new GeoJSON();
The text was updated successfully, but these errors were encountered: