OpenLayers 不使用主题 CSS?
我需要自定义某些元素的位置(使用 CSS),但是当我更改 OpenLayers 内 theme/default 目录中的 style.css 文档时,CSS 更改不会应用于地图。
此外,不使用地图的 theme/default/img 目录中包含的图标。相反,使用位于基本 /img 目录中的图标。
有谁知道如何告诉 OpenLayers 使用特定主题中的 CSS 和图像?
如何告诉 OpenLayers 使用主题?
I need to customize the position (using CSS) of some of the elements, but when I change the style.css document in the theme/default directory inside OpenLayers, the CSS changes are not applied to the Map.
Additionally, the icons contained inside the theme/default/img directory for the map are not used. Instead the icons residing in the base /img directory are used.
Does anyone know how to tell OpenLayers to use the CSS and images from a specific theme?
How do I tell OpenLayers to use a theme?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保正确引用位于“themes/default”目录中的 style.css。否则 OpenLayers 将依赖内联定义的图像路径,而不是 CSS 类中定义的路径,这就是为什么你的图像是从根目录加载的,而不是“themes/default/img”,我猜。
Make sure you reference style.css that resides in 'themes/default' directory correctly. Otherwise OpenLayers will rely on path to images defined inline, not in CSS classes, which is why your images are loaded from root directory and not 'themes/default/img', I guess.