36 lines
1.3 KiB
HTML
36 lines
1.3 KiB
HTML
<div class="row-fluid">
|
|
<div class="span11">
|
|
This panel uses geoJSON points in a field to place markers on a map.
|
|
Coordinates <strong>must be stored as an array in Elasticsearch</strong>.
|
|
Also note that geoJSON is <strong>long,lat NOT lat,long</strong>.
|
|
</div>
|
|
</div>
|
|
<div class="row-fluid">
|
|
<div class="span4">
|
|
<form>
|
|
<h6>Coordinate Field</h6>
|
|
<input bs-typeahead="fields.list" type="text" class="input-small" ng-model="panel.field">
|
|
</form>
|
|
</div>
|
|
<div class="span4">
|
|
<form>
|
|
<h6>Tooltip Field</h6>
|
|
<input bs-typeahead="fields.list" type="text" class="input-small" ng-model="panel.tooltip">
|
|
</form>
|
|
</div>
|
|
<div class="span2"><h6>Max Points</h6>
|
|
<input type="number" class="input-small" ng-model="panel.size">
|
|
</div>
|
|
</div>
|
|
<h5>Panel Spy</h5>
|
|
<div class="row-fluid">
|
|
<div class="span2">
|
|
<label class="small"> Spyable </label><input type="checkbox" ng-model="panel.spyable" ng-checked="panel.spyable">
|
|
</div>
|
|
<div class="span9 small">
|
|
The panel spy shows 'behind the scenes' information about a panel. It can
|
|
be accessed by clicking the <i class='icon-eye-open'></i> in the top right
|
|
of the panel.
|
|
</div>
|
|
</div>
|