Skip to content

Commit 9a8853d

Browse files
committed
updated to v 1.1
1 parent f670e7a commit 9a8853d

File tree

3 files changed

+358
-224
lines changed

3 files changed

+358
-224
lines changed

scripts/constants.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ var constants = {
3232
// Point Map Display
3333
_pointsLegendTitle: 'Point Legend Title',
3434
_pointsLegendPos: 'Point Legend Position',
35+
_pointsLegendIcon: 'Point Legend Icon',
3536
// Table Map
3637
_displayTable: 'Display Table',
3738
_tableHeight: 'Table Height',
@@ -40,11 +41,12 @@ var constants = {
4041
// Polyline Map Controls
4142
_polylinesLegendTitle: 'Polyline Legend Title',
4243
_polylinesLegendPos: 'Polyline Legend Position',
44+
_polylinesLegendIcon: 'Polyline Legend Icon',
4345
_polylinesWeight: 'Polyline Thickness',
4446
// Polygon Map Display
4547
_polygonsLegendTitle: 'Polygon Legend Title',
4648
_polygonsLegendPosition: 'Polygon Legend Position',
47-
_polygonsGeojsonName: 'Polygon GeoJSON Name',
49+
_polygonsLegendIcon: 'Polygon Legend Icon',
4850
_polygonsGeojsonURL: 'Polygon GeoJSON URL',
4951
_popupProp: 'Property Popups, Labels',
5052
_polygonLayers: 'Polygon Properties, Labels',
@@ -53,7 +55,8 @@ var constants = {
5355
_colorOpacity: 'Polygon Color Opacity',
5456
_outlineColor: 'Polygon Outline Color',
5557
_bucketColors: 'Property Range Manual Colors',
56-
_polygonDisplayImages: 'Display Images When Available',
57-
_polygonLabel: 'Display Polygon Labels at Zoom Level',
58-
_polygonLabelMaxZoom: 'Maximum Zoom for Polygon Label',
58+
_polygonDisplayImages: 'Show Images When Available',
59+
_polygonLabel: 'Show Polygon Labels',
60+
_polygonLabelZoomLevel: 'Show Polygon Labels at Zoom Level',
61+
_polygonShowOnStart: 'Show Polygon Data on Start',
5962
};

0 commit comments

Comments
 (0)