JQVmap added
authorLaury GvR <laury@gaslightmedia.com>
Mon, 27 Jun 2016 21:10:06 +0000 (17:10 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 27 Jun 2016 21:10:06 +0000 (17:10 -0400)
commitf709dfbde00d0e5797c49e26d880896fdcab4b12
treea04cdce29ab183cc06ab532e54e5f2263f826d11
parent2de752c82ac727de2091744c013ecf2635eeaded
JQVmap added
155 files changed:
assets/tours-default.jpg [new file with mode: 0644]
footer.php
front-page.php
functions.php
js/vmap/.editorconfig [new file with mode: 0644]
js/vmap/.eslintignore [new file with mode: 0644]
js/vmap/.eslintrc [new file with mode: 0644]
js/vmap/.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
js/vmap/.gitignore [new file with mode: 0644]
js/vmap/CHANGELOG.md [new file with mode: 0644]
js/vmap/CONTRIBUTING.md [new file with mode: 0644]
js/vmap/LICENSE [new file with mode: 0644]
js/vmap/README.md [new file with mode: 0644]
js/vmap/REGIONS.md [new file with mode: 0644]
js/vmap/bower.json [new file with mode: 0644]
js/vmap/create/README.md [new file with mode: 0644]
js/vmap/create/config/.gitignore [new file with mode: 0644]
js/vmap/create/config/continent.json [new file with mode: 0644]
js/vmap/create/config/fr_regions_2016_mill.json [new file with mode: 0644]
js/vmap/create/config/new-york.json [new file with mode: 0644]
js/vmap/create/config/syria.json [new file with mode: 0644]
js/vmap/create/jqvmap.py [new file with mode: 0644]
js/vmap/create/output/.gitignore [new file with mode: 0644]
js/vmap/create/source/.gitignore [new file with mode: 0644]
js/vmap/dist/jquery.vmap.js [new file with mode: 0644]
js/vmap/dist/jquery.vmap.min.js [new file with mode: 0644]
js/vmap/dist/jqvmap.css [new file with mode: 0644]
js/vmap/dist/jqvmap.min.css [new file with mode: 0644]
js/vmap/dist/maps/continents/jquery.vmap.africa.js [new file with mode: 0644]
js/vmap/dist/maps/continents/jquery.vmap.asia.js [new file with mode: 0644]
js/vmap/dist/maps/continents/jquery.vmap.australia.js [new file with mode: 0644]
js/vmap/dist/maps/continents/jquery.vmap.europe.js [new file with mode: 0644]
js/vmap/dist/maps/continents/jquery.vmap.north-america.js [new file with mode: 0644]
js/vmap/dist/maps/continents/jquery.vmap.south-america.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.algeria.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.argentina.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.brazil.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.canada.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.europe.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.fr_regions_2016_mill.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.france.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.germany.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.greece.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.iran.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.iraq.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.russia.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.tunisia.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.turkey.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.usa.js [new file with mode: 0644]
js/vmap/dist/maps/jquery.vmap.world.js [new file with mode: 0644]
js/vmap/examples/algeria.html [new file with mode: 0644]
js/vmap/examples/argentina.html [new file with mode: 0644]
js/vmap/examples/brazil.html [new file with mode: 0644]
js/vmap/examples/continents.html [new file with mode: 0644]
js/vmap/examples/europe.html [new file with mode: 0644]
js/vmap/examples/france.html [new file with mode: 0644]
js/vmap/examples/germany.html [new file with mode: 0644]
js/vmap/examples/greece.html [new file with mode: 0644]
js/vmap/examples/images/background.png [new file with mode: 0644]
js/vmap/examples/images/flag.png [new file with mode: 0644]
js/vmap/examples/images/globe.png [new file with mode: 0644]
js/vmap/examples/images/marker/black.png [new file with mode: 0644]
js/vmap/examples/images/marker/blue.png [new file with mode: 0644]
js/vmap/examples/images/marker/green.png [new file with mode: 0644]
js/vmap/examples/images/marker/grey.png [new file with mode: 0644]
js/vmap/examples/images/marker/orange.png [new file with mode: 0644]
js/vmap/examples/images/marker/purple.png [new file with mode: 0644]
js/vmap/examples/images/marker/red.png [new file with mode: 0644]
js/vmap/examples/images/marker/white.png [new file with mode: 0644]
js/vmap/examples/images/marker/yellow.png [new file with mode: 0644]
js/vmap/examples/images/thumb.jpg [new file with mode: 0644]
js/vmap/examples/images/tip.png [new file with mode: 0644]
js/vmap/examples/inactive_regions.html [new file with mode: 0644]
js/vmap/examples/iran.html [new file with mode: 0644]
js/vmap/examples/iraq.html [new file with mode: 0644]
js/vmap/examples/js/jquery.vmap.sampledata.js [new file with mode: 0644]
js/vmap/examples/labels.html [new file with mode: 0644]
js/vmap/examples/mobile.html [new file with mode: 0644]
js/vmap/examples/multi.html [new file with mode: 0644]
js/vmap/examples/pins.html [new file with mode: 0644]
js/vmap/examples/pins_custom.html [new file with mode: 0644]
js/vmap/examples/responsive.html [new file with mode: 0644]
js/vmap/examples/russia.html [new file with mode: 0644]
js/vmap/examples/touch_detect.html [new file with mode: 0644]
js/vmap/examples/tunisia.html [new file with mode: 0644]
js/vmap/examples/turkey.html [new file with mode: 0644]
js/vmap/examples/usa.html [new file with mode: 0644]
js/vmap/examples/world.html [new file with mode: 0644]
js/vmap/grunt/bump.js [new file with mode: 0755]
js/vmap/grunt/changelog.js [new file with mode: 0755]
js/vmap/grunt/clean.js [new file with mode: 0755]
js/vmap/grunt/concat.js [new file with mode: 0755]
js/vmap/grunt/index.js [new file with mode: 0755]
js/vmap/grunt/qunit.js [new file with mode: 0755]
js/vmap/grunt/shell.js [new file with mode: 0755]
js/vmap/grunt/uglify.js [new file with mode: 0755]
js/vmap/gruntfile.js [new file with mode: 0755]
js/vmap/jquery-jvectormap-fr_regions_2016-mill.js [new file with mode: 0644]
js/vmap/package.json [new file with mode: 0644]
js/vmap/src/Base.js [new file with mode: 0644]
js/vmap/src/ColorScale.js [new file with mode: 0644]
js/vmap/src/ColorScale/arrayToRgb.js [new file with mode: 0644]
js/vmap/src/ColorScale/getColor.js [new file with mode: 0644]
js/vmap/src/ColorScale/rgbToArray.js [new file with mode: 0644]
js/vmap/src/ColorScale/setColors.js [new file with mode: 0644]
js/vmap/src/ColorScale/setMax.js [new file with mode: 0644]
js/vmap/src/ColorScale/setMin.js [new file with mode: 0644]
js/vmap/src/ColorScale/setNormalizeFunction.js [new file with mode: 0644]
js/vmap/src/ColorScale/vectorAdd.js [new file with mode: 0644]
js/vmap/src/ColorScale/vectorLength.js [new file with mode: 0644]
js/vmap/src/ColorScale/vectorMult.js [new file with mode: 0644]
js/vmap/src/ColorScale/vectorSubtract.js [new file with mode: 0644]
js/vmap/src/ColorScale/vectorToNum.js [new file with mode: 0644]
js/vmap/src/JQVMap.js [new file with mode: 0644]
js/vmap/src/JQVMap/applyTransform.js [new file with mode: 0644]
js/vmap/src/JQVMap/bindZoomButtons.js [new file with mode: 0644]
js/vmap/src/JQVMap/deselect.js [new file with mode: 0644]
js/vmap/src/JQVMap/getCountryId.js [new file with mode: 0644]
js/vmap/src/JQVMap/getPin.js [new file with mode: 0644]
js/vmap/src/JQVMap/getPinId.js [new file with mode: 0644]
js/vmap/src/JQVMap/getPins.js [new file with mode: 0644]
js/vmap/src/JQVMap/highlight.js [new file with mode: 0644]
js/vmap/src/JQVMap/isSelected.js [new file with mode: 0644]
js/vmap/src/JQVMap/makeDraggable.js [new file with mode: 0644]
js/vmap/src/JQVMap/placePins.js [new file with mode: 0644]
js/vmap/src/JQVMap/positionPins.js [new file with mode: 0644]
js/vmap/src/JQVMap/removePin.js [new file with mode: 0644]
js/vmap/src/JQVMap/removePins.js [new file with mode: 0644]
js/vmap/src/JQVMap/reset.js [new file with mode: 0644]
js/vmap/src/JQVMap/resize.js [new file with mode: 0644]
js/vmap/src/JQVMap/select.js [new file with mode: 0644]
js/vmap/src/JQVMap/selectIndex.js [new file with mode: 0644]
js/vmap/src/JQVMap/setBackgroundColor.js [new file with mode: 0644]
js/vmap/src/JQVMap/setColors.js [new file with mode: 0644]
js/vmap/src/JQVMap/setNormalizeFunction.js [new file with mode: 0644]
js/vmap/src/JQVMap/setScale.js [new file with mode: 0644]
js/vmap/src/JQVMap/setScaleColors.js [new file with mode: 0644]
js/vmap/src/JQVMap/setValues.js [new file with mode: 0644]
js/vmap/src/JQVMap/unhighlight.js [new file with mode: 0644]
js/vmap/src/JQVMap/zoomIn.js [new file with mode: 0644]
js/vmap/src/JQVMap/zoomOut.js [new file with mode: 0644]
js/vmap/src/VectorCanvas.js [new file with mode: 0644]
js/vmap/src/VectorCanvas/applyTransformParams.js [new file with mode: 0644]
js/vmap/src/VectorCanvas/createGroup.js [new file with mode: 0644]
js/vmap/src/VectorCanvas/createPath.js [new file with mode: 0644]
js/vmap/src/VectorCanvas/pathSvgToVml.js [new file with mode: 0644]
js/vmap/src/VectorCanvas/setSize.js [new file with mode: 0644]
js/vmap/tests/index.html [new file with mode: 0644]
js/vmap/tests/qunit/qunit.css [new file with mode: 0644]
js/vmap/tests/qunit/qunit.js [new file with mode: 0644]
js/vmap/tests/tests.js [new file with mode: 0644]
js/vmap/vmap.js [new file with mode: 0644]
parts/glm-blocks.php
parts/interactive-map.php [new file with mode: 0644]
parts/top-bar.php