Openlayer Zoomify 依赖项
我需要一些关于 Zoomify 的帮助。 我想显示大图像,一切正常,但我不想包含我需要的所有 openlayer Javascript 文件。
一切顺利, 罗伯特
I need a little help about the zoomify.
I want to display big images, everything is working, but I don't want to include all openlayer Javascript files which Javascript do I need there.
All the best,
Robert
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
OpenLayers 有特殊的工具来帮助我们进行部署。您可以使用它们构建一个个人 OpenLayers 文件,该文件仅包含您需要的内容。
链接位于:http://docs.openlayers.org/library/deploying.html(阅读“自定义构建配置文件”部分)
OpenLayers has special tools to help us with our deployments. You can use them to build a personal OpenLayers file that has only and exactly what you need.
The link is here: http://docs.openlayers.org/library/deploying.html (read section 'Custom Build Profiles')
下载openlayer后,在build目录中你会发现不同的配置文件。你可以自己做。例如,为了仅使用 Zoomify,这个应该可以工作。
使用 python 构建自定义 openlayer.js
After downloading openlayer, in the directory build you will find different config file. You can make your own. For example in order to use only zoomify, this one should work.
Build the custom openlayer.js with python