Apply further cleanup and renaming

This commit is contained in:
Franc Camps-Febrer
2018-11-15 06:42:12 -05:00
parent 640baf904e
commit a33e8769a9
5 changed files with 54 additions and 29 deletions

View File

@@ -5,7 +5,7 @@ import {
import hash from 'object-hash';
import 'leaflet-polylinedecorator';
export default function(newApp, ui, select) {
export default function(newApp, ui) {
let svg, g, defs;
let categoryColorGroups = {};
@@ -24,7 +24,8 @@ export default function(newApp, ui, select) {
const getCategoryGroup = newApp.getCategoryGroup;
const getCategoryGroupColor = newApp.getCategoryGroupColor;
const groupColors = ui.style.groupColors;
const select = newApp.select;
const groupColors = ui.groupColors;
// Map Settings
const center = newApp.mapAnchor;