123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250 |
- <div id="globalSetting" class="panel">
- <div class="panel-body">
- <div id="mapForm" class="part">
- <div class="header">
- <h4>基础图设置</h4></div>
- <div class="map-form">
- <dl>
- <dt>中心点:[lat,lng]</dt>
- <dd>
- <input type="text" style="width:66px" id="mapLat" name="mapLat" class="input map-lat" value="39.90743" />
- <input type="text" style="width:66px" id="mapLng" name="mapLng" class="input map-lng" value="116.39134" />
- </dd>
- </dl>
- <dl>
- <dt>缩放等级:</dt>
- <dd>
- <select id="mapZoom">
- <option value="2">2</option>
- <option value="3">3</option>
- <option value="4">4</option>
- <option value="5">5</option>
- <option value="6">6</option>
- <option value="7">7</option>
- <option value="8">8</option>
- <option value="9">9</option>
- <option value="10">10</option>
- <option value="11">11</option>
- <option value="12">12</option>
- <option value="13">13</option>
- <option value="14">14</option>
- <option value="15">15</option>
- <option value="16">16</option>
- <option value="17">17</option>
- <option value="18">18</option>
- <option value="19">19</option>
- </select>
- </dd>
- </dl>
- <dl>
- <dt>默认图层类型:</dt>
- <dd>
- <select id="mapType">
- <option value="1">交通图</option>
- <option value="2">影像图</option>
- <option value="3">地势图</option>
- </select>
- </dd>
- </dl>
- </div>
- </div>
- <div id="dxForm" class="part">
- <div class="header"><h4>专题图层设置</h4>
- <a class="alink add-new">添加新的专题一张图</a>
- </div>
- <div class="body">
- <div id="dxList"></div>
- </div>
- </div>
- <div id="mxForm" class="part">
- <div class="header"><h4>三维数据设置</h4>
- <a class="alink add-new">添加新的三维数据</a>
- </div>
- <div class="body">
- <div id="mxList"></div>
- </div>
- </div>
- </div>
- <div class="panel-footer">
- <button class="btn-default sure">保存设置</button>
- </div>
- <script id="dixing-item-template" type="text/x-handlebars-template">
- {{#each this}}
- <div class="item-form">
- <a class="btn delete btn2 btn-small" >删除</a>
- <a class="btn up btn2 btn-small">上调</a>
- <a class="btn down btn2 btn-small">下调</a>
- <!-- <a class="btn tile-view btn2 btn-small">预览</a> -->
- <dl>
- <dt>名称:</dt>
- <dd>
- <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>Guid:</dt>
- <dd>
- <input value="{{guid}}" name="guid" style="width:150px" type="text" class="input guid" />
- </dd>
- </dl>
- <dl>
- <dt>初始缩放等级:</dt>
- <dd>
- <input value="{{zoom}}" name="zoom" type="text" style="width:150px" class="input zoom" />
- </dd>
- </dl>
- <dl>
- <dt>最小缩放等级:</dt>
- <dd>
- <input value="{{min_zoom}}" name="min_zoom" type="text" style="width:150px" class="input min_zoom" />
- </dd>
- </dl>
- <dl>
- <dt>最大缩放等级:</dt>
- <dd>
- <input value="{{max_zoom}}" name="max_zoom" type="text" style="width:150px" class="input max_zoom" />
- </dd>
- </dl>
- <dl>
- <dt>中心点:[lat,lng]</dt>
- <dd>
- <input value="{{center.[0]}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
- <input value="{{center.[1]}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
- </dd>
- </dl>
- <dl>
- <dt>瓦片源:</dt>
- <dd>
- <input value="{{tileLayerUrl}}" name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
- </dd>
- </dl>
- </div>
- {{/each}}
- </script>
- <script id="dixing-item-form-template" type="text/x-handlebars-template">
- <div class="item-form">
- <a class="btn delete btn2 btn-small" >删除</a>
- <a class="btn up btn2 btn-small">上调</a>
- <a class="btn down btn2 btn-small">下调</a>
- <!-- <a class="btn tile-view btn2 btn-small">预览</a> -->
- <dl>
- <dt>名称:</dt>
- <dd>
- <input name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>Guid:</dt>
- <dd>
- <input name="guid" style="width:150px" type="text" class="input guid" />
- </dd>
- </dl>
- <dl>
- <dt>初始缩放等级:</dt>
- <dd>
- <input name="zoom" type="text" style="width:150px" class="input zoom" />
- </dd>
- </dl>
- <dl>
- <dt>最小缩放等级:</dt>
- <dd>
- <input name="min_zoom" type="text" style="width:150px" class="input min_zoom" />
- </dd>
- </dl>
- <dl>
- <dt>最大缩放等级:</dt>
- <dd>
- <input name="max_zoom" type="text" style="width:150px" class="input max_zoom" />
- </dd>
- </dl>
- <dl>
- <dt>中心点:[lat,lng]</dt>
- <dd>
- <input name="center-lat" style="width:60px" type="text" class="input center-lat" />
- <input name="center-lng" style="width:64px" type="text" class="input center-lng" />
- </dd>
- </dl>
- <dl>
- <dt>瓦片源:</dt>
- <dd>
- <input name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
- </dd>
- </dl>
- </div>
- </script>
-
- <script id="moxing-item-template" type="text/x-handlebars-template">
- {{#each this}}
- <div class="item-form">
- <a class="btn delete btn2 btn-small" >删除</a>
- <a class="btn up btn2 btn-small">上调</a>
- <a class="btn down btn2 btn-small">下调</a>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>视角高度:</dt>
- <dd>
- <input value="{{height}}" name="height" type="text" style="width:150px" class="input zoom" />
- </dd>
- </dl>
- <dl>
- <dt>中心点:[lat,lng]</dt>
- <dd>
- <input value="{{center.[0]}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
- <input value="{{center.[1]}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
- </dd>
- </dl>
- <dl>
- <dt>模型源:</dt>
- <dd>
- <input value="{{modelUrl}}" name="modelUrl" style="width:150px" type="text" class="input modelUrl" />
- </dd>
- </dl>
- </div>
- {{/each}}
- </script>
- <script id="moxing-item-form-template" type="text/x-handlebars-template">
- <div class="item-form">
- <a class="btn delete btn2 btn-small" >删除</a>
- <a class="btn up btn2 btn-small">上调</a>
- <a class="btn down btn2 btn-small">下调</a>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>视角高度:</dt>
- <dd>
- <input name="height" type="text" style="width:150px" class="input zoom" />
- </dd>
- </dl>
- <dl>
- <dt>中心点:[lat,lng]</dt>
- <dd>
- <input name="center-lat" style="width:60px" type="text" class="input center-lat" />
- <input name="center-lng" style="width:64px" type="text" class="input center-lng" />
- </dd>
- </dl>
- <dl>
- <dt>模型源:</dt>
- <dd>
- <input name="modelUrl" style="width:150px" type="text" class="input modelUrl" />
- </dd>
- </dl>
- </div>
- </script>
- </div>
|