jvectormap Questions

2

Solved

Another frustrating issue I have with Jvectormap, I wish to focus on a Marker on page/map load via lngLat, how would I do this? Ideally it would be good to say focus on this marker or focus on latl...
Dominy asked 6/2, 2013 at 11:49

3

Solved

I understand that the minified file from the zip is only the base code, and does not include libraries. Therefore I ran the build.sh file and it produced another minified file that I have included ...
Estren asked 17/5, 2016 at 13:4

2

I'm using jVectorMap Plugin to add a map to website. Here is a map where I added markers on page load. Is there a way to do it dynamically? I need to add them on mouse click. I use jVectorMap Plugi...
Ultramodern asked 25/9, 2015 at 18:30

4

Solved

I have been using jvectormap now for a few weeks, but there are a lot of missing countries. Does anyone know where I can get the countries information in the jvectormap format? I searched in goog...
Lynch asked 3/2, 2013 at 19:12

3

Solved

I am trying to get data from the marker array and call it back on the onmarkerclick function so I can go to a URL once a marker is clicked, everything I try seems to fail. I wish to add a URL in to...
Ferrand asked 5/2, 2013 at 17:10

4

My jVectorMap isn't taking the new height I'm providing on the containing div and only renders at the default (?) height of 54px. This is in a document.ready function in my scripts.js file: $('#t...
Craiova asked 13/11, 2014 at 7:42

1

I am trying to use jVectorMap in an application and I'm receiving this error. The example shown on their website says that all you have to do is put, $('#map').vectorMap({map: 'world_mill_en'}); o...
Toothache asked 19/4, 2015 at 21:15

7

I'm trying to recreate the jVectorMap example visualization of US unemployment. I took the code straight from github. The map, won't load and the console gives me this error: "jvm is not defined." ...
Unbelievable asked 14/1, 2013 at 10:0

2

I created a custom SVG country map and plotted it with jVectorMap. Now I am trying to insert markers using lat/long on this map, but I don't understand how the "bbox" x;y system works. I guess I h...

4

I'm trying to verify if it is possible to draw lines between markers on a map using jvectormap. Here is an idea of what I'm trying to achieve: https://i.sstatic.net/kGppM.gif Can someone give me ...
Grig asked 3/4, 2013 at 17:51

4

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 H...
Eurasian asked 12/10, 2011 at 15:36

0

I followed the instruction on the post to convert the shape file into a jvector map, I have downloaded the shape file from this site. Below is the content of my bat file. python converter.py ^ ...
Archilochus asked 28/2, 2017 at 23:47

5

Solved

I have two divs, one with the world map and one with the US map. When the USA is clicked on the world map I want to hide that div and bring the US map into view. This works but the map is tiny, ev...
Gerlachovka asked 19/2, 2013 at 22:42

1

Solved

For example I want to add a custom html object to wold map by gps coords (lat, lng) - like pulsating dot done with css or any other(js?) marker animation <style> #circle { background: red;...
Tropology asked 12/8, 2016 at 15:17

1

Solved

Hi I'm using JVector Map and I know my question maybe asked before , and also I found this article jvectormap markers label image too but my problem still not solved I want to show a picture for e...
Wisteria asked 30/7, 2016 at 9:5

3

With JVectorMap, How can I add two sets of markers that are different colors? There's been one other question asked about it and the solution didn't work on JSFiddle. Right now I have markers like ...
Quietude asked 4/6, 2013 at 16:13

2

So in JVector map I need a function that has each region linked to a URL. So if you click on South Africa it will take you to a page with information about South Africa. I know to start with onRegi...
Berna asked 22/7, 2014 at 10:16

4

Solved

I'd like to please view my source. I have problem: i need to change country colors, but colors: ... feature isn't working for me. Map is white and colors don't change. Please answer. Thanks! <...
Smelser asked 17/10, 2012 at 12:8

1

Solved

I know this questions has been asked but the op didn't provide any code and I can't edit his answer obviously, so I'll start a new one. My objective is to replace the dot with a custom drop-pin mar...
Hydrophilic asked 19/12, 2015 at 17:9

2

Solved

I have the following code to initialize JVector map: map = new jvm.WorldMap({ map: 'us_aea_en', // backgroundColor: #FFFFFF, //Only this line does not work. container: $('#map'), series: { r...
Chieftain asked 2/5, 2013 at 5:17

2

Solved

I'm using this jVectorMap. By default, it shows tooltip on hover. Here is what I'm trying to achieve - Show tooltip only on click (partially working but tooltip should be be above the mouse cur...
Redware asked 29/1, 2015 at 23:1

2

I'm trying to load the specific region map onRegionClick. However it seems as though the region is loading after the change is made. Here's my code: function switchMap(code) { $.getScript('maps/'...
Lichee asked 26/3, 2013 at 17:30

3

Solved

I created a slider panel with a trigger on a webpage. On this panel I placed the jVectorMap. It works fine (the map is visible when I open the slider panel) just the Country labels are not visible...
Rope asked 19/5, 2012 at 11:57

5

I've a question about region selections. I've created a function to switch the selected region in a different way like regionsSelectable(). By using regionsSelectable() I can select more than one r...
Gladdy asked 8/11, 2012 at 11:47

1

Solved

I've searched every where for this, the closest I have found isn't very satisfactory (this), Is there anyway to get google maps looking and acting like jvectormap? By acting I mean hover-able count...
Lippe asked 23/1, 2014 at 7:32

© 2022 - 2024 — McMap. All rights reserved.