openlayers / ol-cesium

OpenLayers - Cesium integration
http://openlayers.org/ol-cesium/
BSD 2-Clause "Simplified" License
1.01k stars 327 forks source link

olcs package module path is nonexistent #1062

Open matthias-ccri opened 1 year ago

matthias-ccri commented 1 year ago

It looks like the olcs package is broken. Its package.json says "module": "./dist/olcesium.umd.js" but there is no such file or dist directory in the package.

Version 2.14.0

gberaudo commented 1 year ago

Thank you very much @matthias-ccri for this report. See in #1051 what you should do so that it works.

I think import OLCesium from 'olcs' should be made to work. It is what people expect nowadays.

We will discuss the topic at the next community meeting so that we decide how to tackle that. If someone has some opinion about it in the meantime, please comment.

Yawiezel0506 commented 4 months ago

right now the import '''import OLCesium from 'olcs'''' not work do you now why?