Skip to content

Commit

Permalink
updated to v 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDougherty committed Apr 10, 2017
1 parent f670e7a commit 9a8853d
Show file tree
Hide file tree
Showing 3 changed files with 358 additions and 224 deletions.
11 changes: 7 additions & 4 deletions scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ var constants = {
// Point Map Display
_pointsLegendTitle: 'Point Legend Title',
_pointsLegendPos: 'Point Legend Position',
_pointsLegendIcon: 'Point Legend Icon',
// Table Map
_displayTable: 'Display Table',
_tableHeight: 'Table Height',
Expand All @@ -40,11 +41,12 @@ var constants = {
// Polyline Map Controls
_polylinesLegendTitle: 'Polyline Legend Title',
_polylinesLegendPos: 'Polyline Legend Position',
_polylinesLegendIcon: 'Polyline Legend Icon',
_polylinesWeight: 'Polyline Thickness',
// Polygon Map Display
_polygonsLegendTitle: 'Polygon Legend Title',
_polygonsLegendPosition: 'Polygon Legend Position',
_polygonsGeojsonName: 'Polygon GeoJSON Name',
_polygonsLegendIcon: 'Polygon Legend Icon',
_polygonsGeojsonURL: 'Polygon GeoJSON URL',
_popupProp: 'Property Popups, Labels',
_polygonLayers: 'Polygon Properties, Labels',
Expand All @@ -53,7 +55,8 @@ var constants = {
_colorOpacity: 'Polygon Color Opacity',
_outlineColor: 'Polygon Outline Color',
_bucketColors: 'Property Range Manual Colors',
_polygonDisplayImages: 'Display Images When Available',
_polygonLabel: 'Display Polygon Labels at Zoom Level',
_polygonLabelMaxZoom: 'Maximum Zoom for Polygon Label',
_polygonDisplayImages: 'Show Images When Available',
_polygonLabel: 'Show Polygon Labels',
_polygonLabelZoomLevel: 'Show Polygon Labels at Zoom Level',
_polygonShowOnStart: 'Show Polygon Data on Start',
};
Loading

0 comments on commit 9a8853d

Please sign in to comment.