修改地图可视化编辑时url不能添加的bug
This commit is contained in:
parent
bf150590b0
commit
2c49a1e125
|
@ -170,7 +170,7 @@
|
|||
varHtml = '<input type="text" placeholder="标题" name="layers['+current_count+'][title]" class="input-xlarge"> '
|
||||
+ '<input type="text" placeholder="类型" name="layers['+current_count+'][type]" class="input-xlarge">'
|
||||
+ '</div><div class="controls" style="padding-top:10px;">'
|
||||
+ '<input type="text" placeholder="url" name="layers['+current_count+'][sql]" class="input-block-level">'
|
||||
+ '<input type="text" placeholder="url" name="layers['+current_count+'][url]" class="input-block-level">'
|
||||
+ '</div><div class="controls" style="padding-top:10px;">'
|
||||
+ '<input type="text" placeholder="最大经度" name="layers['+current_count+'][extent][lon_max]" class="input-mini"> '
|
||||
+ '<input type="text" placeholder="最小经度" name="layers['+current_count+'][extent][lon_min]" class="input-mini"> '
|
||||
|
|
Loading…
Reference in New Issue