You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When maps are created by the create/jqvmap.py script, a suffix -merc is automatically appended to the map name in the resulting javascript file. Of course the maps won't load if the name originally given in the json config file is used.
I saw this with two maps I created. After manually removing the -merc suffix, I could load the maps all right of course.
Is this a bug or some feature, am I missing something?
The text was updated successfully, but these errors were encountered:
This is likely how the map file is named and I just forgot to remove the suffix. There is some code in there thats adding it, so simply removing the suffix should do the trick. It might be a few days before I can look into this myself, but in the mean time, removing the suffix as you stated will solve the issue.
2. Fixed bugs in labels and pins where mouse events were not passing through to clickable region
3. Removed -merc suffix from map files created by map creator ( fixes#204 )
4. Added new example for custom placement of pins `./examples/pins_custom.html`
5. Fixed `onRegionSelect` issue not returning region ( fixes#201 )
6. Added better support to make regions disabled ( see #197 and new `./examples/inactive_regions.html` )
When maps are created by the
create/jqvmap.py
script, a suffix-merc
is automatically appended to the map name in the resulting javascript file. Of course the maps won't load if the name originally given in the json config file is used.I saw this with two maps I created. After manually removing the
-merc
suffix, I could load the maps all right of course.Is this a bug or some feature, am I missing something?
The text was updated successfully, but these errors were encountered: