Fix Geometry field (GeoJSON) field

This commit is contained in:
Janette Day 2016-12-13 13:22:07 -06:00 committed by Teofilo Sibileau
parent 60bcfc087c
commit e23266e100
2 changed files with 4 additions and 4 deletions

4
dist/recline.js vendored
View File

@ -2357,9 +2357,9 @@ my.MapMenu = Backbone.View.extend({
</div> \
</div> \
<div class="editor-field-type-geom" style="display:none"> \
<label>Geometry field (GeoJSON)</label> \
<label for="form-field-type-geom">Geometry field (GeoJSON)</label> \
<div class="input editor-geom-field"> \
<select class="form-control"> \
<select id="form-field-type-geom" class="form-control"> \
<option value=""></option> \
{{#fields}} \
<option value="{{id}}">{{label}}</option> \

View File

@ -540,9 +540,9 @@ my.MapMenu = Backbone.View.extend({
</div> \
</div> \
<div class="editor-field-type-geom" style="display:none"> \
<label>Geometry field (GeoJSON)</label> \
<label for="form-field-type-geom">Geometry field (GeoJSON)</label> \
<div class="input editor-geom-field"> \
<select class="form-control"> \
<select id="form-field-type-geom" class="form-control"> \
<option value=""></option> \
{{#fields}} \
<option value="{{id}}">{{label}}</option> \