Questions tagged [mapsvg]

mapSVG is a jQuery/Wordpress plugin for drawing and displaying information on maps using SVG.

mapSVG is a jQuery/Wordpress plugin for drawing and displaying information on maps using SVG.

7 questions
2
votes
0 answers

Mapsvg and AWS - viewbox parameters not defined

I'm trying to use the MapSVG jquery plugin on my webpage. An error occurs indicating that the viewbox paramters are not defined, however, these parameters appear in my HTML script. My understanding of the error is that my server does not recognize…
Ouen A
  • 109
  • 1
  • 1
  • 8
0
votes
0 answers

Error MapSVG.Location is not a constructor

I am using the MapSVG plug in in WP and from the JS panel of the plug in I am trying to insert a marker, as per the documentation. But it gives me the error: MapSVG.Location is not a constructor. How can I solve this? The code I use is as…
0
votes
0 answers

value from php EOT causing javascript map error

trying to render mapSvg via value from php. however having an issue when mapSvg trying to read value from php variable... if I bring in php value into chosen_source, then and do this jQuery('#map-'+chosen_source).mapSvg( then this above line will…
i need help
  • 2,386
  • 10
  • 54
  • 72
0
votes
0 answers

nanoScroller Error after adding library to Angular project

after adding mapsvg jQuery library to Angular (4) project and add popover functionality to map, I receiving an error in Console and popover functionality doesn't work. I added references to all js files into Angular project. Error: core.js:1673…
Sepcio
  • 235
  • 1
  • 6
  • 17
0
votes
0 answers

Change the status of blocks on the basis of id in mapSVG

I am new to mapSVG. I am using onclick event on the blocks of the svg files. On click I want to change the status of blocks selected/unselected of all the other blocks. I have the id of all the blocks dynamically. How can I use the id of block to…
Ashish
  • 468
  • 2
  • 8
  • 24
0
votes
1 answer

Can not call Selector of Map SVG (Wordpress map plugin) when clicked

I am working on a Wordpress website with a MapSVG plugin. Here it is:http://www.wordpressdemo7.mozaikdesign.fr/ My client want to open specific tab bellow when click on an area of the map. For example, when click on Kalimantan area, the tab…
0
votes
2 answers

jQuery SVG map - pulling content as JSON from jQuery Ajax not working

Below is my code: $.ajax({ type: "GET", url: "content/content.json", success: function( data ) { check = true; ajaxMap = data; drawMap(data); } }); function drawMap( data ) { $('#map').mapSvg({ …
Sophea Phy
  • 388
  • 3
  • 20