jVectorMap 增加(世界)地图大小
我正在使用 http://jvectormap.owl-hollow.net/ 中的 jVectorMap,一切正常。但世界地图的标准尺寸非常小。如果有人想打例如波斯尼亚和黑塞哥维那,他需要大眼镜!有可用的缩放按钮,但您必须在容器内移动地图。
我尝试放大 div 元素,但地图似乎具有固定大小。 为了帮助我提供更大的世界地图:
- 当用户进入地图网站时是否有机会获得不同的标准缩放?
- 我需要更大的世界地图吗?
或者我还能做什么来提供更大的世界地图?
干杯!
I am using the jVectorMap from http://jvectormap.owl-hollow.net/ and everything works fine. But the standard size of the world-en map is very small. If someone wants to hit for example Bosnia and Herzegovina, he needs big glasses! There are zoom Buttons available but then you have to move the map within the container.
I tried to enlarge the div element but it seems that the map has a fixed size.
To help me provida a bigger world map:
- is there any chance to get a different standard-zoom when a user enters the map website?
- do I need a bigger world map?
Or what else could I do in order to provide a bigger world map?
Cheers!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
文件 jquery-jvectormap.js 中的代码是:
我刚刚将scale:更改为3,这似乎有效
Within the file jquery-jvectormap.js is the code:
I just changed scale: to 3 and that seems to work
你只需要改变这些值:
you just have to change these values:
要使其成为更大的世界地图,只需调整容器的大小即可。
如果您想默认放大,缩放按钮将绑定到以下代码:
您只需复制并调整该代码即可。
To make it a bigger world map, just adjust the size of the container.
If you want to zoom in by default, the zoom buttons are bound to the following bit of code:
You could simply copy and adjust that code.
这为我做了
This did it for me