jvectormap Questions
1
Solved
does anyone know how to add two different images to two different marker's labels?
$('#map').vectorMap({
markerStyle: {
initial: {
fill: '#F8E23B',
stroke: '#383f47'
}
},
backgroundColor: '...
Underthecounter asked 4/12, 2013 at 18:23
3
Solved
With jVectorMap is it possible to hide zoom buttons and call Zoom In/Out using their API? I've checked the API documentation and couldn't find any methods, causing the map re-zoom.
Pseudoscope asked 11/2, 2013 at 13:57
1
Solved
I have issues with coding US Map that would allow randomly assing colors to the US states map using JVector API. Here is the code:
<html>
<script src="scripts/jquery-1.8.2.js"></sc...
Ambros asked 30/4, 2013 at 0:8
2
SO,
I've got a custom jVectorMap and I've succeeded in changing the color of the regions using this code from the jVectorMap API:
regionStyle: {
initial: {
fill: '#5e7073',
"fill-opacity": 1,
...
Pestle asked 3/4, 2013 at 3:57
2
Solved
I'm trying to switch between maps using Jvectormap.
Currently I have two divs, one "world-map" and one "us-map". The US Map is hidden. When someone clicks on the USA on the world map the world ma...
Partitive asked 20/2, 2013 at 23:54
2
Solved
I want to know how to create or generate a map for jquery plugin jvectormap http://jvectormap.com/
The project has several maps:
http://jvectormap.com/maps/
but I need I map with Australia and ne...
Buckden asked 17/6, 2012 at 3:8
1
Solved
I've just implemented the jQuery plugin jvectormap, for the use of a world map. Everything's working perfectly, except this maybe..
I added a few markers and have been trying to implement HTML to t...
Spermic asked 17/10, 2012 at 15:34
2
Solved
Im using the jvectormap plugin, and I am trying to set the colors of each of the regions on the map. However, after applying the code below the map is displayed but with no colours applied. It just...
Unexceptionable asked 12/10, 2012 at 21:53
1
I'm using jVectormap plugin for country highlighting on world map. Now As my question suggests i want to show country's flag when specific country is hovered over.
I don't want to do image mapping...
Ramey asked 7/4, 2012 at 7:6
1
Solved
I cannot seem to find any support forums for his plugin...
I have a button which I want to focus on Europe when clicked.
I can focus on regions for example, at the moment I have
$('#map1').vec...
Crossopterygian asked 4/10, 2012 at 17:7
2
Solved
I'm trying to setup a map of US states, I've dropped in a jVectorMap but can't get the color to change no matter what I do.
I have tried to implement my problem in jsfiddle but it doesn't want to...
Beaudoin asked 16/9, 2012 at 16:22
2
Solved
Is there a better way to check multiple items match a variable in if statement
I have 3 if statements and i need to see if a item matches an array/variable named code. There are a lot of ite...
Minuteman asked 2/8, 2012 at 14:18
1
Solved
I have a dynamically-generated object that looks like this:
colorArray = {
AR: "#8BBDE1",
AU: "#135D9E",
AT: "#8BBDE1",
... }
I'm trying to use it to color a map by using this plugin and ...
Confess asked 31/7, 2012 at 22:48
1
Hello I am using Jvectormap http://jvectormap.owl-hollow.net/ in my ASP.NET/C# web application.
I am using the world map. is there a way to center it and zoom it to only show africa by default? cur...
Androgen asked 28/3, 2012 at 17:51
3
Solved
I know that google maps has markers to highlight certain points in the map. I am for some reason not comfortable putting this type of map on my site and love the jvector map effects. But I am not a...
Amoebocyte asked 30/10, 2011 at 7:15
© 2022 - 2024 — McMap. All rights reserved.