neveldo / jQuery-Mapael

jQuery plugin based on raphael.js that allows you to display dynamic vector maps
https://www.vincentbroute.fr/mapael/
MIT License
1.01k stars 195 forks source link

Very simple SVG to Mapael map not working #360

Open felipe-correia opened 6 years ago

felipe-correia commented 6 years ago

Description

I want to create a very simple map with rectangles and circles.

Expected Behavior

I expected that the map was placed correctly within the screen.

Current Behavior

The path is placed at a strange position.

image

I have already resized the drawing with inkscape but no success.

Environment

neveldo commented 6 years ago

Hello @felipe-correia ,

I think we will need to see the SVG source of the map, and a JSFiddle example of your code in order to be able to help you.