[#427] Fixed map in multiview.
This commit is contained in:
@@ -40,6 +40,19 @@
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.recline-data-explorer .radio,
|
||||||
|
.recline-data-explorer .checkbox {
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.recline-data-explorer .editor-update-map {
|
||||||
|
margin: 30px 0px 20px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.recline-data-explorer label {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
/**********************************************************
|
/**********************************************************
|
||||||
* Query Editor
|
* Query Editor
|
||||||
*********************************************************/
|
*********************************************************/
|
||||||
|
|||||||
@@ -511,7 +511,7 @@ my.MapMenu = Backbone.View.extend({
|
|||||||
<div class="editor-field-type-latlon"> \
|
<div class="editor-field-type-latlon"> \
|
||||||
<label>Latitude field</label> \
|
<label>Latitude field</label> \
|
||||||
<div class="input editor-lat-field"> \
|
<div class="input editor-lat-field"> \
|
||||||
<select> \
|
<select class="form-control"> \
|
||||||
<option value=""></option> \
|
<option value=""></option> \
|
||||||
{{#fields}} \
|
{{#fields}} \
|
||||||
<option value="{{id}}">{{label}}</option> \
|
<option value="{{id}}">{{label}}</option> \
|
||||||
@@ -520,7 +520,7 @@ my.MapMenu = Backbone.View.extend({
|
|||||||
</div> \
|
</div> \
|
||||||
<label>Longitude field</label> \
|
<label>Longitude field</label> \
|
||||||
<div class="input editor-lon-field"> \
|
<div class="input editor-lon-field"> \
|
||||||
<select> \
|
<select class="form-control"> \
|
||||||
<option value=""></option> \
|
<option value=""></option> \
|
||||||
{{#fields}} \
|
{{#fields}} \
|
||||||
<option value="{{id}}">{{label}}</option> \
|
<option value="{{id}}">{{label}}</option> \
|
||||||
@@ -531,7 +531,7 @@ my.MapMenu = Backbone.View.extend({
|
|||||||
<div class="editor-field-type-geom" style="display:none"> \
|
<div class="editor-field-type-geom" style="display:none"> \
|
||||||
<label>Geometry field (GeoJSON)</label> \
|
<label>Geometry field (GeoJSON)</label> \
|
||||||
<div class="input editor-geom-field"> \
|
<div class="input editor-geom-field"> \
|
||||||
<select> \
|
<select class="form-control"> \
|
||||||
<option value=""></option> \
|
<option value=""></option> \
|
||||||
{{#fields}} \
|
{{#fields}} \
|
||||||
<option value="{{id}}">{{label}}</option> \
|
<option value="{{id}}">{{label}}</option> \
|
||||||
@@ -541,7 +541,7 @@ my.MapMenu = Backbone.View.extend({
|
|||||||
</div> \
|
</div> \
|
||||||
</div> \
|
</div> \
|
||||||
<div class="editor-buttons"> \
|
<div class="editor-buttons"> \
|
||||||
<button class="btn editor-update-map">Update</button> \
|
<button class="btn btn-default editor-update-map">Update</button> \
|
||||||
</div> \
|
</div> \
|
||||||
<div class="editor-options" > \
|
<div class="editor-options" > \
|
||||||
<label class="checkbox"> \
|
<label class="checkbox"> \
|
||||||
|
|||||||
Reference in New Issue
Block a user