Skip to content

Commit

Permalink
restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
mradamcox committed Jan 13, 2021
1 parent 8155678 commit 0e2eb4d
Show file tree
Hide file tree
Showing 21 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions ifc-map/map.js → map.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ var buttonZoom = function (zoomTo) {

// acquire the geojson features for
var communitiesFeatures = [];
var communitiesJsonFile = "Communities.geojson"
var communitiesJsonFile = "geodata/Communities.geojson"
$.getJSON(communitiesJsonFile, function(data) {
data['features'].forEach(function(feat) {
feat.id = feat.properties.id;
Expand Down Expand Up @@ -315,7 +315,7 @@ map.on('load', function() {

map.addSource('study-areas-source', {
type: "geojson",
data: "StudyAreas.geojson",
data: "geodata/StudyAreas.geojson",
})

map.addLayer({
Expand Down Expand Up @@ -355,7 +355,7 @@ map.on('load', function() {

map.addSource('communities-mask-source', {
type: "geojson",
data: "CommunitiesMask.geojson",
data: "geodata/CommunitiesMask.geojson",
})

map.addLayer({
Expand Down Expand Up @@ -395,7 +395,7 @@ map.on('load', function() {

map.addSource('amite-mask-source', {
type: "geojson",
data: "AmiteWatershedMask.geojson",
data: "geodata/AmiteWatershedMask.geojson",
})

map.addLayer({
Expand Down
File renamed without changes.

0 comments on commit 0e2eb4d

Please sign in to comment.