Skip to content

Commit

Permalink
#85 use loaded config template for default map style loading, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Apr 17, 2020
1 parent c9322fa commit 0080b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/scripts/map.view.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function view(mapConfig, mapData, dataType) {
function initializeMap(keplerGl, store, config, data, dataType) {
console.log(`initializeMap: loading ${dataType} data ...`);
let dataSets = {};
let dataConfig;
let dataConfig = config;
let tagData = false;
let geoDataFeatures;
const geoJsonFormat = new ol.format.GeoJSON();
Expand Down

0 comments on commit 0080b65

Please sign in to comment.