12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244 |
- <div id="globalSetting">
- <iframe frameborder="0" class="cover-iframe"></iframe>
- <div class="cover-content">
- <div class="bacover"></div>
- <div id="map2DOrigin">
- <select class="map2DOrigin">
- <option value="thematicOrigin">专题图图源</option>
- <option value="vectorOrigin">矢量图源</option>
- <option value="weatherMap">气象云图</option>
- <option value="otherOrigin">第三方图源</option>
- <option value="shixuOrigin">时序图层图源</option>
- </select>
- <button class="btn-default originCancel">取消</button>
- <button class="btn-default originSure">添加</button>
- </div>
- <div class="panel-header">
- <h2>地图设置</h2>
- <button class="btn-default closeSetting" title="退出">X</button>
- </div>
- <div class="panel-body">
- <div class="itemleft">
- <div class="left_header">
- <ul>
- <li tab="map2DSetting">二维地图设置</li>
- <li tab="map3DSetting" class="map3DSetting">三维地球设置</li>
- <!-- <li tab="IGoalsSetting">地理空间内容</li> -->
- </ul>
- </div>
- <div class="left_body">
- <div id="map2DSetting">
- <div id="map2DForm" 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 class="footer">
- <button class="btn-default beforebtn" id="thematicSetting">专题图层设置</button>
- <button class="btn-default beforebtn" id="thematicCategorySetting">专题图分类设置</button>
- <button class="btn-default" id="kuozhanSetting">扩展服务设置</button>
- </div>
- </div>
- <div id="thematicList">
- <h4>专题图层列表</h4>
- <a class="alink add-new beforelink">添加新的专题图层</a>
- <a class="alink add-newCa beforelink">添加新的专题图层分类</a>
- <a class="alink add-kz">添加新的扩展服务</a>
- <ul class="listContent"></ul>
- </div>
- </div>
- <div id="map3DSetting">
- <div id="map3DForm" class="part">
- <div class="header">
- <h4>三维地球基础数据设置</h4>
- </div>
- <div class="map-form">
- <!-- <dl>
- <dt>地图底图:</dt>
- <dd>
- <input type="text" class="input" id="base3DMapUrl" name="base3DMapUrl">
- </dd>
- </dl> -->
- <dl>
- <dt>地图DEM:</dt>
- <dd>
- <input type="text" class="input" id="base3DMapDEM" name="base3DMapDEM">
- </dd>
- </dl>
- <dl>
- <dt>地图注记:</dt>
- <dd>
- <input type="text" class="input" id="base3DMapName" name="base3DMapName">
- </dd>
- </dl>
- </div>
- <div class="footer">
- <button class="btn-default" id="model3DSetting">模型设置</button>
- <button class="btn-default" id="model3DCategorySetting">模型分类设置</button>
- </div>
- </div>
- <div id="model3DList">
- <h4>三维数据列表</h4>
- <a class="alink add-newb">从三维数据服务添加</a>
- <a class="alink add-new">手动添加</a>
- <a class="alink add-newCa">添加新的三维数据分类</a>
- <ul class="listContent"></ul>
- </div>
- </div>
- <!-- <div id="IGoalsSetting">
- <div class="header">
- <button class="btn-default" id="IGoalsContentSetting">地理空间内容</button>
- <button class="btn-default" id="IGoalsCategorySetting">分类设置</button>
- </div>
- <div id="iGNameList">
- <h4>地理空间内容列表</h4> <a class="alink add-new">添加地理空间内容</a>
- <a class="alink add-newCa">添加地理空间内容分类</a>
- <ul class="listContent"></ul>
- </div>
- </div> -->
- </div>
- </div>
- <div class="itemright">
- <div id="map2DSettingInfoContent">
- <div class="thematicModelList beforelist">
- <div id="dxList"></div>
- </div>
- <div class="thematicCategoryList beforelist">
- <ul id="dxCList"></ul>
- </div>
- <div class="kuozhanList">
- <ul id="kzList"></ul>
- </div>
- </div>
- <div id="map3DSettingInfoContent">
- <div class="model3DModelList">
- <div id="mxList"></div>
- </div>
- <div class="model3DCategoryList">
- <ul id="mxCList"></ul>
- </div>
- </div>
- <!-- <div id="IGoalsSettingInfoContent">
- <div class="iGItemList">
- <div id="iGList"></div>
- </div>
- <div class="iGItemCList">
- <ul id="iGCList"></ul>
- </div>
- </div> -->
- </div>
- </div>
- <div class="panel-footer">
- <button class="btn-default sure">保存设置</button>
- </div>
- <script id="IG-item-template" type="text/x-handlebars-template">
- <div class="item-form" id="{{id}}">
- <a class="btn delete btn2 btn-small">删除</a>
- <dl>
- <dt>分类:</dt>
- <dd>
- <input value="{{category}}" name="category" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <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="{{columnName}}" name="columnName" style="width:150px" type="text" class="input columnName" />
- </dd>
- </dl>
- </div>
- </script>
- <script id="IG-item-form-template" type="text/x-handlebars-template">
- <div class="item-form">
- <a class="btn delete btn2 btn-small">删除</a>
- <dl>
- <dt>分类:</dt>
- <dd>
- <input name="category" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>栏目名称:</dt>
- <dd>
- <input name="columnName" style="width:150px" type="text" class="input columnName" />
- </dd>
- </dl>
- </div>
- </script>
- <script id="dixing-item-templateTOrigin" type="text/x-handlebars-template">
- <div class="item-form" id="{{id}}">
- <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="{{category}}" name="category" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>类别:</dt>
- <dd>
- <input readonly="readonly" value="专题图图源" name="type" style="width:150px" type="text" class="input type" />
- </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>中心点:[lat,lng]</dt>
- <dd>
- <input value="{{center.lat}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
- <input value="{{center.lng}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
- </dd>
- </dl>
- <dl>
- <dt>服务器地址:</dt>
- <dd>
- <input value="{{url}}" name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
- </dd>
- </dl>
- <dl>
- <dt>描述:</dt>
- <dd>
- <input value="{{info}}" name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- <dl>
- <dt>图例:</dt>
- <dd>
- <input value="{{legend}}" name="legend" style="width:150px" type="text" class="input legend" />
- </dd>
- </dl>
- </div>
- </script>
- <script id="dixing-item-templateWOrigin" type="text/x-handlebars-template">
- <div class="item-form" id="{{id}}">
- <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="{{category}}" name="category" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>类别:</dt>
- <dd>
- <input readonly="readonly" value="气象云图" name="type" style="width:150px" type="text" class="input type" />
- </dd>
- </dl>
- <dl>
- <dt>产品服务地址:</dt>
- <dd>
- <input value="{{productUrl}}" name="productUrl" style="width:150px" type="text" class="input productUrl" />
- </dd>
- </dl>
- <dl>
- <dt>产品id:</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>中心点:[lat,lng]</dt>
- <dd>
- <input value="{{center.lat}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
- <input value="{{center.lng}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
- </dd>
- </dl>
- <dl>
- <dt>服务器地址:</dt>
- <dd>
- <input value="{{url}}" name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
- </dd>
- </dl>
- <dl>
- <dt>描述:</dt>
- <dd>
- <input value="{{info}}" name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- <dl>
- <dt>图例:</dt>
- <dd>
- <input value="{{legend}}" name="legend" style="width:150px" type="text" class="input legend" />
- </dd>
- </dl>
- </div>
- </script>
- <script id="dixing-item-templateVOrigin" type="text/x-handlebars-template">
- <div class="item-form" id="{{id}}">
- <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="{{category}}" name="category" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>类别:</dt>
- <dd>
- <input readonly="readonly" value="矢量图源" name="type" style="width:150px" type="text" class="input type" />
- </dd>
- </dl>
- <dl>
- <dt>描述:</dt>
- <dd>
- <input value="{{info}}" name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- <dl>
- <dt>图例:</dt>
- <dd>
- <input value="{{legend}}" name="legend" style="width:150px" type="text" class="input legend" />
- </dd>
- </dl>
- <dl>
- <dt>初始缩放等级:</dt>
- <dd>
- <input value="{{zoom}}" name="zoom" type="text" style="width:150px" class="input zoom" />
- </dd>
- </dl>
- <dl>
- <dt>中心点:[lat,lng]</dt>
- <dd>
- <input value="{{center.lat}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
- <input value="{{center.lng}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
- </dd>
- </dl>
- <dl>
- <dt>viz.json地址:</dt>
- <dd>
- <input value="{{url}}" name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
- </dd>
- </dl>
- </div>
- </script>
- <script id="dixing-item-templateOOrigin" type="text/x-handlebars-template">
- <div class="item-form" id="{{id}}">
- <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="{{category}}" name="category" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>类别:</dt>
- <dd>
- <input readonly="readonly" value="第三方图源" name="type" style="width:150px" type="text" class="input type" />
- </dd>
- </dl>
- <dl>
- <dt>描述:</dt>
- <dd>
- <input value="{{info}}" name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- <dl>
- <dt>图例:</dt>
- <dd>
- <input value="{{legend}}" name="legend" style="width:150px" type="text" class="input legend" />
- </dd>
- </dl>
- <dl>
- <dt>初始缩放等级:</dt>
- <dd>
- <input value="{{zoom}}" name="zoom" type="text" style="width:150px" class="input zoom" />
- </dd>
- </dl>
- <dl>
- <dt>中心点:[lat,lng]</dt>
- <dd>
- <input value="{{center.lat}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
- <input value="{{center.lng}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
- </dd>
- </dl>
- <dl>
- <dt>瓦片访问地址:</dt>
- <dd>
- <input value="{{url}}" name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
- </dd>
- </dl>
- </div>
- </script>
- <script id="dixing-item-templateSOrigin" type="text/x-handlebars-template">
- <div class="item-form" id={{id}}>
- <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 readonly="readonly" name="type" value="时序图层图源" style="width:150px" type="text" class="input type" />
- </dd>
- </dl>
- <dl>
- <dt>描述:</dt>
- <dd>
- <input value={{info}} name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- <dl>
- <dt>时间间隔(ms):</dt>
- <dd>
- <input value={{intervalTime}} name="intervalTime" style="width:150px" type="text" class="input intervalTime" />
- </dd>
- </dl>
- <dl>
- <dt>中心点:[lat,lng]</dt>
- <dd>
- <input value={{center.lat}} name="center-lat" style="width:60px" type="text" class="input center-lat" />
- <input value={{center.lng}} name="center-lng" style="width:64px" type="text" class="input center-lng" />
- </dd>
- </dl>
- <dl>
- <dt>初始缩放级别:</dt>
- <dd>
- <input value={{zoom}} name="zoom" style="width:150px" type="text" class="input zoom" />
- </dd>
- </dl>
- {{#each zixiang}}
- <div class="zixiang">
- <dl>
- <dt>年份:</dt>
- <dd>
- <input value={{sxTime}} name="time" style="width:150px" type="text" class="input time" placeholder="2014.01.25" />
- </dd>
- </dl>
- <dl>
- <dt>url地址:</dt>
- <dd>
- <input value={{sxUrl}} name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
- </dd>
- </dl>
- </div>
- {{/each}}
- </div>
- </script>
- <script id="dixing-itemTOrigin-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="category" value="{{category}}" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>类别:</dt>
- <dd>
- <input readonly="readonly" name="type" value="{{type}}" style="width:150px" type="text" class="input type" />
- </dd>
- </dl>
- <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>中心点:[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="{{url}}" name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
- </dd>
- </dl>
-
- <dl>
- <dt>描述:</dt>
- <dd>
- <input value="{{info}}" name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- <dl>
- <dt>图例:</dt>
- <dd>
- <input value="{{legend}}" name="legend" style="width:150px" type="text" class="input legend" />
- </dd>
- </dl>
- </div>
- </script>
- <script id="dixing-itemOOrigin-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="category" value="{{category}}" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input name="name" value="{{name}}" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>类别:</dt>
- <dd>
- <input readonly="readonly" name="type" value="{{type}}" style="width:150px" type="text" class="input type" />
- </dd>
- </dl>
- <dl>
- <dt>描述:</dt>
- <dd>
- <input name="info" value="{{info}}" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- <dl>
- <dt>图例:</dt>
- <dd>
- <input name="legend" value="{{legend}}" style="width:150px" type="text" class="input legend" />
- </dd>
- </dl>
- <dl>
- <dt>初始缩放等级:</dt>
- <dd>
- <input name="zoom" value="{{zoom}}" type="text" style="width:150px" class="input zoom" />
- </dd>
- </dl>
- <dl>
- <dt>中心点:[lat,lng]</dt>
- <dd>
- <input value="{{center.lat}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
- <input value="{{center.lng}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
- </dd>
- </dl>
- <dl>
- <dt>瓦片访问地址:</dt>
- <dd>
- <input name="tileLayerUrl" value="{{url}}" style="width:150px" type="text" class="input tileLayerUrl" />
- </dd>
- </dl>
- </div>
- </script>
- <script id="dixing-item-formTOrigin-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="category" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>类别:</dt>
- <dd>
- <input readonly="readonly" name="type" value="专题图图源" style="width:150px" type="text" class="input type" />
- </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>中心点:[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>
-
- <dl>
- <dt>描述:</dt>
- <dd>
- <input name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- <dl>
- <dt>图例:</dt>
- <dd>
- <input name="legend" style="width:150px" type="text" class="input legend" />
- </dd>
- </dl>
- </div>
- </script>
- <script id="dixing-item-formWeather-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="category" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>类别:</dt>
- <dd>
- <input readonly="readonly" name="type" value="气象云图" style="width:150px" type="text" class="input type" />
- </dd>
- </dl>
- <dl>
- <dt>产品服务地址:</dt>
- <dd>
- <input name="productUrl" style="width:150px" type="text" class="input productUrl" />
- </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>中心点:[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>
-
- <dl>
- <dt>描述:</dt>
- <dd>
- <input name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- <dl>
- <dt>图例:</dt>
- <dd>
- <input name="legend" style="width:150px" type="text" class="input legend" />
- </dd>
- </dl>
- </div>
- </script>
- <script id="dixing-item-formVOrigin-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="category" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>类别:</dt>
- <dd>
- <input readonly="readonly" name="type" value="矢量图源" style="width:150px" type="text" class="input type" />
- </dd>
- </dl>
- <dl>
- <dt>描述:</dt>
- <dd>
- <input name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- <dl>
- <dt>图例:</dt>
- <dd>
- <input name="legend" style="width:150px" type="text" class="input legend" />
- </dd>
- </dl>
- <dl>
- <dt>初始缩放等级:</dt>
- <dd>
- <input name="zoom" 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>viz.json地址:</dt>
- <dd>
- <input name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
- </dd>
- </dl>
- </div>
- </script>
- <script id="dixing-item-formOOrigin-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="category" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>类别:</dt>
- <dd>
- <input readonly="readonly" name="type" value="第三方图源" style="width:150px" type="text" class="input type" />
- </dd>
- </dl>
- <dl>
- <dt>描述:</dt>
- <dd>
- <input name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- <dl>
- <dt>图例:</dt>
- <dd>
- <input name="legend" style="width:150px" type="text" class="input legend" />
- </dd>
- </dl>
- <dl>
- <dt>初始缩放等级:</dt>
- <dd>
- <input name="zoom" 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="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
- </dd>
- </dl>
- </div>
- </script>
- <script id="dixing-item-formSOrigin-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 addsx 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 readonly="readonly" name="type" value="时序图层图源" style="width:150px" type="text" class="input type" />
- </dd>
- </dl>
- <dl>
- <dt>描述:</dt>
- <dd>
- <input name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- <dl>
- <dt>时间间隔(ms):</dt>
- <dd>
- <input name="intervalTime" style="width:150px" type="text" class="input intervalTime" />
- </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="zoom" style="width:150px" type="text" class="input zoom" />
- </dd>
- </dl>
- <div class="zixiang">
- <dl>
- <dt>时间:</dt>
- <dd>
- <input name="time" style="width:150px" type="text" class="input time" placeholder="请输入年份" />
- </dd>
- </dl>
- <dl>
- <dt>url地址:</dt>
- <dd>
- <input name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
- </dd>
- </dl>
- </div>
- </div>
- </script>
- <script id="moxing-item-templatemx" type="text/x-handlebars-template">
- <div class="item-form" id="{{id}}">
- <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="{{category}}" name="category" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>类别:</dt>
- <dd>
- <select name="type" disabled value="{{type}}" style="width:150px" class="select type">
- <option value='mxData'>三维模型</option>
- <option value='qxData'>倾斜摄影</option>
- </select>
- </dd>
- </dl>
- <dl>
- <dt>中心点:[lat,lng]</dt>
- <dd>
- <input value="{{center.lat}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
- <input value="{{center.lng}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
- </dd>
- </dl>
- <dl>
- <dt>数据访问地址:</dt>
- <dd>
- <input value="{{url}}" name="modelUrl" style="width:150px" type="text" class="input modelUrl" />
- </dd>
- </dl>
- <dl>
- <dt>描述:</dt>
- <dd>
- <input value="{{info}}" name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- <dl class="mxparams">
- <dt>模型高度(米):</dt>
- <dd>
- <input name="m_height" value="{{m_height}}" style="width:150px" type="text" class="input m_height" />
- </dd>
- </dl>
- <dl class="mxparams">
- <dt>缩放比例:</dt>
- <dd>
- <input name="m_scale" value="{{m_scale}}" style="width:150px" type="text" class="input m_scale" />
- </dd>
- </dl>
- <dl class="mxparams">
- <dt>绕Z轴旋转角度:</dt>
- <dd>
- <input name="m_hdeading" value="{{m_hdeading}}" style="width:150px" type="text" class="input m_hdeading" />
- </dd>
- </dl>
- <dl class="mxparams">
- <dt>绕Y轴旋转角度:</dt>
- <dd>
- <input name="m_pitch" value="{{m_pitch}}" style="width:150px" type="text" class="input m_pitch" />
- </dd>
- </dl>
- <dl class="mxparams">
- <dt>绕X轴旋转角度:</dt>
- <dd>
- <input name="m_roll" value="{{m_roll}}" style="width:150px" type="text" class="input m_roll" />
- </dd>
- </dl>
- </div>
- </script>
- <script id="moxing-item-templateqx" type="text/x-handlebars-template">
- <div class="item-form" id="{{id}}">
- <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="{{category}}" name="category" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>类别:</dt>
- <dd>
- <select name="type" disabled value="{{type}}" style="width:150px" class="select type">
- <option value='qxData'>倾斜摄影</option>
- <option value='mxData'>三维模型</option>
- </select>
- </dd>
- </dl>
- <dl>
- <dt>中心点:[lat,lng]</dt>
- <dd>
- <input value="{{center.lat}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
- <input value="{{center.lng}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
- </dd>
- </dl>
- <dl>
- <dt>数据访问地址:</dt>
- <dd>
- <input value="{{url}}" name="modelUrl" style="width:150px" type="text" class="input modelUrl" />
- </dd>
- </dl>
- <dl>
- <dt>描述:</dt>
- <dd>
- <input value="{{info}}" name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- </div>
- </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="category" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>类别:</dt>
- <dd>
- <select name="type" style="width:150px" class="select type">
- <option value='mxData'>三维模型</option>
- <option value='qxData'>倾斜摄影</option>
- </select>
- </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>
- <dl>
- <dt>描述:</dt>
- <dd>
- <input name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- <dl class="mxparams">
- <dt>模型高度(米):</dt>
- <dd>
- <input name="m_height" value="0" style="width:150px" type="text" class="input m_height" />
- </dd>
- </dl>
- <dl class="mxparams">
- <dt>缩放比例:</dt>
- <dd>
- <input name="m_scale" value="1" style="width:150px" type="text" class="input m_scale" />
- </dd>
- </dl>
- <dl class="mxparams">
- <dt>绕Z轴旋转角度:</dt>
- <dd>
- <input name="m_hdeading" value="0" style="width:150px" type="text" class="input m_hdeading" />
- </dd>
- </dl>
- <dl class="mxparams">
- <dt>绕Y轴旋转角度:</dt>
- <dd>
- <input name="m_pitch" value="0" style="width:150px" type="text" class="input m_pitch" />
- </dd>
- </dl>
- <dl class="mxparams">
- <dt>绕X轴旋转角度:</dt>
- <dd>
- <input name="m_roll" value="0" style="width:150px" type="text" class="input m_roll" />
- </dd>
- </dl>
- </div>
- </script>
- </div>
- </div>
- <div id="tdTheSelect">
- <iframe frameborder="0" class="cover-iframe"></iframe>
- <div class="cover-content active">
- <select name="" id="tdMChoose">
- <option value="1">手动编辑</option>
- <option value="2">列表勾选</option>
- </select>
- <div class="btns">
- <button class="submit">添加</button>
- <button class="cancel">取消</button>
- </div>
- </div>
- </div>
- <div id="tdtsList">
- <iframe frameborder="0" class="cover-iframe"></iframe>
- <div class="cover-content active">
- <div class="p1 mtype">
- <div class="title">三维模型<span></span></div>
- <ul></ul>
- </div>
- <div class="p2 mtype">
- <div class="title">倾斜摄影<span></span></div>
- <ul></ul>
- </div>
- <div class="btns">
- <button class="submit">添加</button>
- <button class="cancel">取消</button>
- </div>
- </div>
- </div>
- <div id="tdyuanModel">
- <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="category" style="width:150px" type="text" class="input category" />
- </dd>
- </dl>
- <dl>
- <dt>名称:</dt>
- <dd>
- <input name="name" style="width:150px" type="text" class="input name" />
- </dd>
- </dl>
- <dl>
- <dt>类别:</dt>
- <dd>
- <select name="type" style="width:150px" class="select type">
- <option value="mxData">三维模型</option>
- <option value="qxData">倾斜摄影</option>
- </select>
- </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>
- <dl>
- <dt>描述:</dt>
- <dd>
- <input name="info" style="width:150px" type="text" class="input info" />
- </dd>
- </dl>
- </div>
- </div>
|