adding county data to the map add on
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Nov 2018 17:14:37 +0000 (12:14 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Nov 2018 17:14:37 +0000 (12:14 -0500)
commit6e524940e8071915d71595c13c4426cb12f16460
treeb5a4125023989c64d5e2fc72da1315205f44d75d
parent20b8d626a1d8a237616884b26dcde9ce47ca9c15
adding county data to the map add on
38 files changed:
.gitignore [new file with mode: 0644]
.nvmrc [new file with mode: 0644]
assets/counties/Alger.GeoJson [new file with mode: 0644]
assets/counties/Baraga.GeoJson [new file with mode: 0644]
assets/counties/Chippewa.GeoJson [new file with mode: 0644]
assets/counties/Delta.GeoJson [new file with mode: 0644]
assets/counties/Dickinson.GeoJson [new file with mode: 0644]
assets/counties/Gogebic.GeoJson [new file with mode: 0644]
assets/counties/Houghton.GeoJson [new file with mode: 0644]
assets/counties/Iron.GeoJson [new file with mode: 0644]
assets/counties/Keweenaw.GeoJson [new file with mode: 0644]
assets/counties/Luce.GeoJson [new file with mode: 0644]
assets/counties/Mackinac.GeoJson [new file with mode: 0644]
assets/counties/Marquette.GeoJson [new file with mode: 0644]
assets/counties/Menominee.GeoJson [new file with mode: 0644]
assets/counties/Ontonagon.GeoJson [new file with mode: 0644]
assets/counties/Schoolcraft.GeoJson [new file with mode: 0644]
classes/data/dataMapSettings.php [new file with mode: 0644]
css/admin.min.css [new file with mode: 0644]
css/front.min.css [new file with mode: 0644]
defines.php
gulpfile.js [new file with mode: 0644]
models/admin/ajax/mapSettings.php [new file with mode: 0644]
models/admin/settings/mapSettings.php [new file with mode: 0644]
models/front/map/display.php [new file with mode: 0644]
package.json [new file with mode: 0644]
sass/admin/_settings.scss [new file with mode: 0644]
sass/admin/admin.scss [new file with mode: 0644]
sass/front/_map.scss [new file with mode: 0644]
sass/front/front.scss [new file with mode: 0644]
setup/adminTabs.php
setup/databaseScripts/create_database_V0.0.1.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php [new file with mode: 0644]
setup/shortcodes.php
setup/validActions.php
views/admin/settings/mapSettings.html [new file with mode: 0644]
views/front/map/display.html [new file with mode: 0644]
yarn.lock [new file with mode: 0644]