diff --git a/public/options.html b/public/options.html index 655b6ad..2c78e10 100644 --- a/public/options.html +++ b/public/options.html @@ -1,258 +1,260 @@ - - - - - Map Collar Scale - - - - - Map type - - - - - + + + - Legend Scale - - + Map Collar Scale - + + + Map type + - - - - - - - - Radius - - - - + + + + Legend Scale + + + + - - {{vis.params.heatRadius}} - + + + + - - - Blur - - - - - - {{vis.params.heatBlur}} + + + + Radius + + + + + + {{vis.params.heatRadius}} + - - - - Maximum zoom - - - - - - {{vis.params.heatMaxZoom}} + + + Blur + + + + + + {{vis.params.heatBlur}} + - - - - Minimum opacity - - - - - - {{vis.params.heatMinOpacity}} + + + Maximum zoom + + + + + + {{vis.params.heatMaxZoom}} + - - - - - Show Tooltip - + + + Minimum opacity + + + + + + {{vis.params.heatMinOpacity}} + + + + + + + Show Tooltip + + - - - - - - - Filter by geo_shape field - - - - - - - - - - - - - - - Scroll Wheel Zoom - - - - - - - + + + + - Desaturate map tiles + Filter by geo_shape field - - + + + + + - - - - WMS compliant map server - - - - - - - WMS maps are 3rd party mapping services that have not been verified to work with Kibana. - These should be considered expert settings. - - - WMS url* - - - + - WMS layers* + + + Scroll Wheel Zoom + + - - WMS version* + + + Desaturate map tiles + + - - WMS format* - - - - - - WMS attribution + + + WMS compliant map server + + - - - - WMS styles* - - + + + + WMS maps are 3rd party mapping services that have not been verified to work with Kibana. + These should be considered expert settings. + + + WMS url* + + + + + + WMS layers* + + + + + + WMS version* + + + + + + WMS format* + + + + + + WMS attribution + + + + + + WMS styles* + + + + * if this parameter is incorrect, maps will fail to load. - * if this parameter is incorrect, maps will fail to load. - - - - + + + - + - - \ No newline at end of file + + + \ No newline at end of file diff --git a/public/vis.less b/public/vis.less index 99a6c27..ce92745 100644 --- a/public/vis.less +++ b/public/vis.less @@ -9,192 +9,190 @@ min-height: 0; min-width: 0; overflow: hidden; -} - -.etm-options-section { - display: block; - border-bottom: 2px solid #eee; - margin-bottom: 3px !important; -} - -.etm-well-section { - display: block; - border-bottom: 2px solid #ccc; - margin-bottom: 3px !important; -} - -.btn-input { - padding: 5px 15px; - font-size: 14px; - color: #2D2D2D; - height: 32px; - width: 100%; - background-color: #ffffff; - border: 1px solid #ecf0f1; - border-radius: 4px; -} - -.btn-input:hover { - color: #2D2D2D; -} - -.side-by-side { - float: left; - width: 50%; -} - -.form-control-inline { - display: inline; - width: auto !important; -} -ul.etm-options-list { - list-style:none; - padding-left:0; -} + .leaflet-popup-content-wrapper { + box-shadow: none; + } -li.etm-option-item { - background-color: #ecf0f1; - margin: 0px 5px 2px 5px; - padding: 2px; - position: relative; -} + .interactive-popup { + .leaflet-popup { + pointer-events: auto; + } -div.rightCorner { - position: absolute; - right: 0px; - top: 0px; -} + .leaflet-popup-content { + pointer-events: auto; + } + } -.etm-vis .leaflet-popup-content-wrapper { - box-shadow: none; -} + .leaflet-spin-control { + margin-right: 14px !important; + } -.interactive-popup { - .leaflet-popup { - pointer-events: auto; + .leaflet-spin-control a { + color: #000; } - .leaflet-popup-content { - pointer-events: auto; + .leaflet-draw-tooltip { + display: inline !important; } -} -.leaflet-spin-control { - margin-right: 14px !important; -} + .leaflet-draw-toolbar .leaflet-toolbench-tool { + background-position: -100px -100px; + } -.leaflet-spin-control a { - color: #000; -} + .leaflet-popup-content-wrapper .panel-content { + height:100%; + color: rgb(68, 68, 68); + } -.leaflet-draw-tooltip { - display: inline !important; -} + .leaflet-popup-content-wrapper doc-table.panel-content { + display: block; + color: rgb(206, 206, 206); + } -.leaflet-draw-toolbar .leaflet-toolbench-tool { - background-position: -100px -100px; -} + div.leaflet-layer.no-filter > div.leaflet-tile-container > img.leaflet-tile { + filter: none !important; + } -.leaflet-popup-content-wrapper .panel-content { - height:100%; - color: rgb(68, 68, 68); -} + .vector-marker { + position: absolute; + left: 0; + top: 0; + display: block; + text-align: center; + } -.leaflet-popup-content-wrapper doc-table.panel-content { - display: block; - color: rgb(206, 206, 206); + .tilemap-legend { + .rzslider { + margin: 15px 0 5px 0; + } + + .rzslider .rz-bubble { + bottom: 5px; + } + + .rzslider .rz-pointer { + top: -3px; + width: 10px; + height: 10px; + border-radius: 5px; + background-color: #fed976; + } + + .rz-selection { + background: #fed976; + } + + .rzslider .rz-pointer:after { + display: none; + } + } } .tab-dashboard.theme-dark { - .leaflet-popup-content-wrapper .panel-content { - color: rgb(206, 206, 206); + .etm-vis { + .leaflet-popup-content-wrapper .panel-content { + color: rgb(206, 206, 206); + } } } -div.leaflet-layer.no-filter > div.leaflet-tile-container > img.leaflet-tile { - filter: none !important; -} +.etm-vis-options { + .etm-well-section { + display: block; + border-bottom: 2px solid #ccc; + margin-bottom: 3px !important; + } -.vector-marker { - position: absolute; - left: 0; - top: 0; - display: block; - text-align: center; -} + .side-by-side { + float: left; + width: 50%; + } -.bands .minicolors-theme-bootstrap .minicolors-swatch { - left: inherit; - right: 8px; -} + .form-control-inline { + display: inline; + width: auto !important; + } -.bands .minicolors-theme-bootstrap .minicolors-input { - padding-left: 4px; - padding-right: 44px; -} + ul.etm-options-list { + list-style:none; + padding-left:0; + } -.bands .band-add { - margin-top: 5px; -} + li.etm-option-item { + background-color: #ecf0f1; + margin: 0px 5px 2px 5px; + padding: 2px; + position: relative; + } -.band { - position: relative; -} + div.rightCorner { + position: absolute; + right: 0px; + top: 0px; + } -.band .minicolors { - float: left; - padding-right: 5px; -} + .btn-input { + padding: 5px 15px; + font-size: 14px; + color: #2D2D2D; + height: 32px; + width: 100%; + background-color: #ffffff; + border: 1px solid #ecf0f1; + border-radius: 4px; + } -div.minicolors .minicolors-swatch { - width: 24px; - height: 24px; -} + .btn-input:hover { + color: #2D2D2D; + } -.band .band-remove { - position: absolute; - top: 6px; - left: -24px; -} + .bands .minicolors-theme-bootstrap .minicolors-swatch { + left: inherit; + right: 8px; + } -.saved-search label { - display: block; -} + .bands .minicolors-theme-bootstrap .minicolors-input { + padding-left: 4px; + padding-right: 44px; + } -.saved-search .minicolors { - width: 74%; - display: inline-block; -} + .bands .band-add { + margin-top: 5px; + } -.saved-search .marker-size { - width: 26%; - display: inline; - float: right; -} + .band { + position: relative; + } + + .band .minicolors { + float: left; + padding-right: 5px; + } -.tilemap-legend { - .rzslider { - margin: 15px 0 5px 0; + .band .band-remove { + position: absolute; + top: 6px; + left: -24px; } - .rzslider .rz-bubble { - bottom: 5px; + div.minicolors .minicolors-swatch { + width: 24px; + height: 24px; } - .rzslider .rz-pointer { - top: -3px; - width: 10px; - height: 10px; - border-radius: 5px; - background-color: #fed976; + .saved-search label { + display: block; } - .rz-selection { - background: #fed976; + .saved-search .minicolors { + width: 74%; + display: inline-block; } - .rzslider .rz-pointer:after { - display: none; + .saved-search .marker-size { + width: 26%; + display: inline; + float: right; } }
- WMS maps are 3rd party mapping services that have not been verified to work with Kibana. - These should be considered expert settings. -
+ WMS maps are 3rd party mapping services that have not been verified to work with Kibana. + These should be considered expert settings. +
* if this parameter is incorrect, maps will fail to load.