目前,我正在通过此链接使用编译版本:
但是当出现问题时,无法调试,因为库被最小化了。
有没有办法链接到包含完整源代码的某个文件?
几周前,我曾经使用过 ol-whitespace.js,但现在我在任何地方都找不到它。
目前,我正在通过此链接使用编译版本:
但是当出现问题时,无法调试,因为库被最小化了。
有没有办法链接到包含完整源代码的某个文件?
几周前,我曾经使用过 ol-whitespace.js,但现在我在任何地方都找不到它。
Just to clarify Christophe's answer, the OpenLayers Quick Start guide points you to the following minified file:
<script src="http://openlayers.org/en/v3.0.0/build/ol.js" type="text/javascript"></script>
You can replace this with:
<script src="http://openlayers.org/en/v3.0.0/build/ol-debug.js" type="text/javascript"></script>
我没有看到您的链接,但此文件现在称为 ol-debug.js。您可以在构建文件夹中的 ol.js 旁边找到它。