JQVMap Version 1.3.0
manifestinteractive
released this
07 Dec 00:38
·
81 commits
to master
since this release
Released on December 4th, 2015
IMPORTANT: This is a backwards breaking change. You will need to use the new map files with this version of JQVMap. Our focus was to make any file you create here compatible with the other vector map libraries as well as allow theirs to work with ours. Everybody wins ... except our old map files.
- Added
./create
folder for users wishing to create custom maps. Folder has detailed writeup on how to create your own maps. - Added Unit Tests to
./tests
folder and added them as part of of thenpm test
suite and build process. These tests can also be run in the browser. - Renamed
WorldMap
toJQVMap
as "WorldMap" did not really make sense as a variable name - Removed case sensitivity for reference regions by code.
- Fixed incorrect license header in distributed files
- Updated
README.md
&CONTRIBUTING.md
files