userSetting.html 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244
  1. <div id="globalSetting">
  2. <iframe frameborder="0" class="cover-iframe"></iframe>
  3. <div class="cover-content">
  4. <div class="bacover"></div>
  5. <div id="map2DOrigin">
  6. <select class="map2DOrigin">
  7. <option value="thematicOrigin">专题图图源</option>
  8. <option value="vectorOrigin">矢量图源</option>
  9. <option value="weatherMap">气象云图</option>
  10. <option value="otherOrigin">第三方图源</option>
  11. <option value="shixuOrigin">时序图层图源</option>
  12. </select>
  13. <button class="btn-default originCancel">取消</button>
  14. <button class="btn-default originSure">添加</button>
  15. </div>
  16. <div class="panel-header">
  17. <h2>地图设置</h2>
  18. <button class="btn-default closeSetting" title="退出">X</button>
  19. </div>
  20. <div class="panel-body">
  21. <div class="itemleft">
  22. <div class="left_header">
  23. <ul>
  24. <li tab="map2DSetting">二维地图设置</li>
  25. <li tab="map3DSetting" class="map3DSetting">三维地球设置</li>
  26. <!-- <li tab="IGoalsSetting">地理空间内容</li> -->
  27. </ul>
  28. </div>
  29. <div class="left_body">
  30. <div id="map2DSetting">
  31. <div id="map2DForm" class="part">
  32. <div class="header">
  33. <h4>地图默认显示设置</h4>
  34. </div>
  35. <div class="map-form">
  36. <dl>
  37. <dt>中心点:[lat,lng]</dt>
  38. <dd>
  39. <input type="text" style="width:66px" id="mapLat" name="mapLat"
  40. class="input map-lat" value="39.90743" />
  41. <input type="text" style="width:66px" id="mapLng" name="mapLng"
  42. class="input map-lng" value="116.39134" />
  43. </dd>
  44. </dl>
  45. <dl>
  46. <dt>缩放等级:</dt>
  47. <dd>
  48. <select id="mapZoom">
  49. <option value="2">2</option>
  50. <option value="3">3</option>
  51. <option value="4">4</option>
  52. <option value="5">5</option>
  53. <option value="6">6</option>
  54. <option value="7">7</option>
  55. <option value="8">8</option>
  56. <option value="9">9</option>
  57. <option value="10">10</option>
  58. <option value="11">11</option>
  59. <option value="12">12</option>
  60. <option value="13">13</option>
  61. <option value="14">14</option>
  62. <option value="15">15</option>
  63. <option value="16">16</option>
  64. <option value="17">17</option>
  65. <option value="18">18</option>
  66. <option value="19">19</option>
  67. </select>
  68. </dd>
  69. </dl>
  70. <dl>
  71. <dt>默认图层类型:</dt>
  72. <dd>
  73. <select id="mapType">
  74. <option value="1">交通图</option>
  75. <option value="2">影像图</option>
  76. <option value="3">地势图</option>
  77. </select>
  78. </dd>
  79. </dl>
  80. </div>
  81. <div class="footer">
  82. <button class="btn-default beforebtn" id="thematicSetting">专题图层设置</button>
  83. <button class="btn-default beforebtn" id="thematicCategorySetting">专题图分类设置</button>
  84. <button class="btn-default" id="kuozhanSetting">扩展服务设置</button>
  85. </div>
  86. </div>
  87. <div id="thematicList">
  88. <h4>专题图层列表</h4>
  89. <a class="alink add-new beforelink">添加新的专题图层</a>
  90. <a class="alink add-newCa beforelink">添加新的专题图层分类</a>
  91. <a class="alink add-kz">添加新的扩展服务</a>
  92. <ul class="listContent"></ul>
  93. </div>
  94. </div>
  95. <div id="map3DSetting">
  96. <div id="map3DForm" class="part">
  97. <div class="header">
  98. <h4>三维地球基础数据设置</h4>
  99. </div>
  100. <div class="map-form">
  101. <!-- <dl>
  102. <dt>地图底图:</dt>
  103. <dd>
  104. <input type="text" class="input" id="base3DMapUrl" name="base3DMapUrl">
  105. </dd>
  106. </dl> -->
  107. <dl>
  108. <dt>地图DEM:</dt>
  109. <dd>
  110. <input type="text" class="input" id="base3DMapDEM" name="base3DMapDEM">
  111. </dd>
  112. </dl>
  113. <dl>
  114. <dt>地图注记:</dt>
  115. <dd>
  116. <input type="text" class="input" id="base3DMapName" name="base3DMapName">
  117. </dd>
  118. </dl>
  119. </div>
  120. <div class="footer">
  121. <button class="btn-default" id="model3DSetting">模型设置</button>
  122. <button class="btn-default" id="model3DCategorySetting">模型分类设置</button>
  123. </div>
  124. </div>
  125. <div id="model3DList">
  126. <h4>三维数据列表</h4>
  127. <a class="alink add-newb">从三维数据服务添加</a>
  128. <a class="alink add-new">手动添加</a>
  129. <a class="alink add-newCa">添加新的三维数据分类</a>
  130. <ul class="listContent"></ul>
  131. </div>
  132. </div>
  133. <!-- <div id="IGoalsSetting">
  134. <div class="header">
  135. <button class="btn-default" id="IGoalsContentSetting">地理空间内容</button>
  136. <button class="btn-default" id="IGoalsCategorySetting">分类设置</button>
  137. </div>
  138. <div id="iGNameList">
  139. <h4>地理空间内容列表</h4> <a class="alink add-new">添加地理空间内容</a>
  140. <a class="alink add-newCa">添加地理空间内容分类</a>
  141. <ul class="listContent"></ul>
  142. </div>
  143. </div> -->
  144. </div>
  145. </div>
  146. <div class="itemright">
  147. <div id="map2DSettingInfoContent">
  148. <div class="thematicModelList beforelist">
  149. <div id="dxList"></div>
  150. </div>
  151. <div class="thematicCategoryList beforelist">
  152. <ul id="dxCList"></ul>
  153. </div>
  154. <div class="kuozhanList">
  155. <ul id="kzList"></ul>
  156. </div>
  157. </div>
  158. <div id="map3DSettingInfoContent">
  159. <div class="model3DModelList">
  160. <div id="mxList"></div>
  161. </div>
  162. <div class="model3DCategoryList">
  163. <ul id="mxCList"></ul>
  164. </div>
  165. </div>
  166. <!-- <div id="IGoalsSettingInfoContent">
  167. <div class="iGItemList">
  168. <div id="iGList"></div>
  169. </div>
  170. <div class="iGItemCList">
  171. <ul id="iGCList"></ul>
  172. </div>
  173. </div> -->
  174. </div>
  175. </div>
  176. <div class="panel-footer">
  177. <button class="btn-default sure">保存设置</button>
  178. </div>
  179. <script id="IG-item-template" type="text/x-handlebars-template">
  180. <div class="item-form" id="{{id}}">
  181. <a class="btn delete btn2 btn-small">删除</a>
  182. <dl>
  183. <dt>分类:</dt>
  184. <dd>
  185. <input value="{{category}}" name="category" style="width:150px" type="text" class="input category" />
  186. </dd>
  187. </dl>
  188. <dl>
  189. <dt>名称:</dt>
  190. <dd>
  191. <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
  192. </dd>
  193. </dl>
  194. <dl>
  195. <dt>栏目名称:</dt>
  196. <dd>
  197. <input value="{{columnName}}" name="columnName" style="width:150px" type="text" class="input columnName" />
  198. </dd>
  199. </dl>
  200. </div>
  201. </script>
  202. <script id="IG-item-form-template" type="text/x-handlebars-template">
  203. <div class="item-form">
  204. <a class="btn delete btn2 btn-small">删除</a>
  205. <dl>
  206. <dt>分类:</dt>
  207. <dd>
  208. <input name="category" style="width:150px" type="text" class="input category" />
  209. </dd>
  210. </dl>
  211. <dl>
  212. <dt>名称:</dt>
  213. <dd>
  214. <input name="name" style="width:150px" type="text" class="input name" />
  215. </dd>
  216. </dl>
  217. <dl>
  218. <dt>栏目名称:</dt>
  219. <dd>
  220. <input name="columnName" style="width:150px" type="text" class="input columnName" />
  221. </dd>
  222. </dl>
  223. </div>
  224. </script>
  225. <script id="dixing-item-templateTOrigin" type="text/x-handlebars-template">
  226. <div class="item-form" id="{{id}}">
  227. <a class="btn delete btn2 btn-small">删除</a>
  228. <a class="btn up btn2 btn-small">上调</a>
  229. <a class="btn down btn2 btn-small">下调</a>
  230. <!-- <a class="btn tile-view btn2 btn-small">预览</a> -->
  231. <dl>
  232. <dt>分类:</dt>
  233. <dd>
  234. <input value="{{category}}" name="category" style="width:150px" type="text" class="input category" />
  235. </dd>
  236. </dl>
  237. <dl>
  238. <dt>名称:</dt>
  239. <dd>
  240. <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
  241. </dd>
  242. </dl>
  243. <dl>
  244. <dt>类别:</dt>
  245. <dd>
  246. <input readonly="readonly" value="专题图图源" name="type" style="width:150px" type="text" class="input type" />
  247. </dd>
  248. </dl>
  249. <dl>
  250. <dt>Guid:</dt>
  251. <dd>
  252. <input value="{{guid}}" name="guid" style="width:150px" type="text" class="input guid" />
  253. </dd>
  254. </dl>
  255. <dl>
  256. <dt>初始缩放等级:</dt>
  257. <dd>
  258. <input value="{{zoom}}" name="zoom" type="text" style="width:150px" class="input zoom" />
  259. </dd>
  260. </dl>
  261. <dl>
  262. <dt>中心点:[lat,lng]</dt>
  263. <dd>
  264. <input value="{{center.lat}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
  265. <input value="{{center.lng}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
  266. </dd>
  267. </dl>
  268. <dl>
  269. <dt>服务器地址:</dt>
  270. <dd>
  271. <input value="{{url}}" name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
  272. </dd>
  273. </dl>
  274. <dl>
  275. <dt>描述:</dt>
  276. <dd>
  277. <input value="{{info}}" name="info" style="width:150px" type="text" class="input info" />
  278. </dd>
  279. </dl>
  280. <dl>
  281. <dt>图例:</dt>
  282. <dd>
  283. <input value="{{legend}}" name="legend" style="width:150px" type="text" class="input legend" />
  284. </dd>
  285. </dl>
  286. </div>
  287. </script>
  288. <script id="dixing-item-templateWOrigin" type="text/x-handlebars-template">
  289. <div class="item-form" id="{{id}}">
  290. <a class="btn delete btn2 btn-small">删除</a>
  291. <a class="btn up btn2 btn-small">上调</a>
  292. <a class="btn down btn2 btn-small">下调</a>
  293. <!-- <a class="btn tile-view btn2 btn-small">预览</a> -->
  294. <dl>
  295. <dt>分类:</dt>
  296. <dd>
  297. <input value="{{category}}" name="category" style="width:150px" type="text" class="input category" />
  298. </dd>
  299. </dl>
  300. <dl>
  301. <dt>名称:</dt>
  302. <dd>
  303. <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
  304. </dd>
  305. </dl>
  306. <dl>
  307. <dt>类别:</dt>
  308. <dd>
  309. <input readonly="readonly" value="气象云图" name="type" style="width:150px" type="text" class="input type" />
  310. </dd>
  311. </dl>
  312. <dl>
  313. <dt>产品服务地址:</dt>
  314. <dd>
  315. <input value="{{productUrl}}" name="productUrl" style="width:150px" type="text" class="input productUrl" />
  316. </dd>
  317. </dl>
  318. <dl>
  319. <dt>产品id:</dt>
  320. <dd>
  321. <input value="{{guid}}" name="guid" style="width:150px" type="text" class="input guid" />
  322. </dd>
  323. </dl>
  324. <dl>
  325. <dt>初始缩放等级:</dt>
  326. <dd>
  327. <input value="{{zoom}}" name="zoom" type="text" style="width:150px" class="input zoom" />
  328. </dd>
  329. </dl>
  330. <dl>
  331. <dt>中心点:[lat,lng]</dt>
  332. <dd>
  333. <input value="{{center.lat}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
  334. <input value="{{center.lng}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
  335. </dd>
  336. </dl>
  337. <dl>
  338. <dt>服务器地址:</dt>
  339. <dd>
  340. <input value="{{url}}" name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
  341. </dd>
  342. </dl>
  343. <dl>
  344. <dt>描述:</dt>
  345. <dd>
  346. <input value="{{info}}" name="info" style="width:150px" type="text" class="input info" />
  347. </dd>
  348. </dl>
  349. <dl>
  350. <dt>图例:</dt>
  351. <dd>
  352. <input value="{{legend}}" name="legend" style="width:150px" type="text" class="input legend" />
  353. </dd>
  354. </dl>
  355. </div>
  356. </script>
  357. <script id="dixing-item-templateVOrigin" type="text/x-handlebars-template">
  358. <div class="item-form" id="{{id}}">
  359. <a class="btn delete btn2 btn-small">删除</a>
  360. <a class="btn up btn2 btn-small">上调</a>
  361. <a class="btn down btn2 btn-small">下调</a>
  362. <!-- <a class="btn tile-view btn2 btn-small">预览</a> -->
  363. <dl>
  364. <dt>分类:</dt>
  365. <dd>
  366. <input value="{{category}}" name="category" style="width:150px" type="text" class="input category" />
  367. </dd>
  368. </dl>
  369. <dl>
  370. <dt>名称:</dt>
  371. <dd>
  372. <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
  373. </dd>
  374. </dl>
  375. <dl>
  376. <dt>类别:</dt>
  377. <dd>
  378. <input readonly="readonly" value="矢量图源" name="type" style="width:150px" type="text" class="input type" />
  379. </dd>
  380. </dl>
  381. <dl>
  382. <dt>描述:</dt>
  383. <dd>
  384. <input value="{{info}}" name="info" style="width:150px" type="text" class="input info" />
  385. </dd>
  386. </dl>
  387. <dl>
  388. <dt>图例:</dt>
  389. <dd>
  390. <input value="{{legend}}" name="legend" style="width:150px" type="text" class="input legend" />
  391. </dd>
  392. </dl>
  393. <dl>
  394. <dt>初始缩放等级:</dt>
  395. <dd>
  396. <input value="{{zoom}}" name="zoom" type="text" style="width:150px" class="input zoom" />
  397. </dd>
  398. </dl>
  399. <dl>
  400. <dt>中心点:[lat,lng]</dt>
  401. <dd>
  402. <input value="{{center.lat}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
  403. <input value="{{center.lng}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
  404. </dd>
  405. </dl>
  406. <dl>
  407. <dt>viz.json地址:</dt>
  408. <dd>
  409. <input value="{{url}}" name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
  410. </dd>
  411. </dl>
  412. </div>
  413. </script>
  414. <script id="dixing-item-templateOOrigin" type="text/x-handlebars-template">
  415. <div class="item-form" id="{{id}}">
  416. <a class="btn delete btn2 btn-small">删除</a>
  417. <a class="btn up btn2 btn-small">上调</a>
  418. <a class="btn down btn2 btn-small">下调</a>
  419. <!-- <a class="btn tile-view btn2 btn-small">预览</a> -->
  420. <dl>
  421. <dt>分类:</dt>
  422. <dd>
  423. <input value="{{category}}" name="category" style="width:150px" type="text" class="input category" />
  424. </dd>
  425. </dl>
  426. <dl>
  427. <dt>名称:</dt>
  428. <dd>
  429. <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
  430. </dd>
  431. </dl>
  432. <dl>
  433. <dt>类别:</dt>
  434. <dd>
  435. <input readonly="readonly" value="第三方图源" name="type" style="width:150px" type="text" class="input type" />
  436. </dd>
  437. </dl>
  438. <dl>
  439. <dt>描述:</dt>
  440. <dd>
  441. <input value="{{info}}" name="info" style="width:150px" type="text" class="input info" />
  442. </dd>
  443. </dl>
  444. <dl>
  445. <dt>图例:</dt>
  446. <dd>
  447. <input value="{{legend}}" name="legend" style="width:150px" type="text" class="input legend" />
  448. </dd>
  449. </dl>
  450. <dl>
  451. <dt>初始缩放等级:</dt>
  452. <dd>
  453. <input value="{{zoom}}" name="zoom" type="text" style="width:150px" class="input zoom" />
  454. </dd>
  455. </dl>
  456. <dl>
  457. <dt>中心点:[lat,lng]</dt>
  458. <dd>
  459. <input value="{{center.lat}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
  460. <input value="{{center.lng}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
  461. </dd>
  462. </dl>
  463. <dl>
  464. <dt>瓦片访问地址:</dt>
  465. <dd>
  466. <input value="{{url}}" name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
  467. </dd>
  468. </dl>
  469. </div>
  470. </script>
  471. <script id="dixing-item-templateSOrigin" type="text/x-handlebars-template">
  472. <div class="item-form" id={{id}}>
  473. <a class="btn delete btn2 btn-small">删除</a>
  474. <a class="btn up btn2 btn-small">上调</a>
  475. <a class="btn down btn2 btn-small">下调</a>
  476. <dl>
  477. <dt>名称:</dt>
  478. <dd>
  479. <input value={{name}} name="name" style="width:150px" type="text" class="input name" />
  480. </dd>
  481. </dl>
  482. <dl>
  483. <dt>类别:</dt>
  484. <dd>
  485. <input readonly="readonly" name="type" value="时序图层图源" style="width:150px" type="text" class="input type" />
  486. </dd>
  487. </dl>
  488. <dl>
  489. <dt>描述:</dt>
  490. <dd>
  491. <input value={{info}} name="info" style="width:150px" type="text" class="input info" />
  492. </dd>
  493. </dl>
  494. <dl>
  495. <dt>时间间隔(ms):</dt>
  496. <dd>
  497. <input value={{intervalTime}} name="intervalTime" style="width:150px" type="text" class="input intervalTime" />
  498. </dd>
  499. </dl>
  500. <dl>
  501. <dt>中心点:[lat,lng]</dt>
  502. <dd>
  503. <input value={{center.lat}} name="center-lat" style="width:60px" type="text" class="input center-lat" />
  504. <input value={{center.lng}} name="center-lng" style="width:64px" type="text" class="input center-lng" />
  505. </dd>
  506. </dl>
  507. <dl>
  508. <dt>初始缩放级别:</dt>
  509. <dd>
  510. <input value={{zoom}} name="zoom" style="width:150px" type="text" class="input zoom" />
  511. </dd>
  512. </dl>
  513. {{#each zixiang}}
  514. <div class="zixiang">
  515. <dl>
  516. <dt>年份:</dt>
  517. <dd>
  518. <input value={{sxTime}} name="time" style="width:150px" type="text" class="input time" placeholder="2014.01.25" />
  519. </dd>
  520. </dl>
  521. <dl>
  522. <dt>url地址:</dt>
  523. <dd>
  524. <input value={{sxUrl}} name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
  525. </dd>
  526. </dl>
  527. </div>
  528. {{/each}}
  529. </div>
  530. </script>
  531. <script id="dixing-itemTOrigin-template" type="text/x-handlebars-template">
  532. <div class="item-form">
  533. <a class="btn delete btn2 btn-small">删除</a>
  534. <a class="btn up btn2 btn-small">上调</a>
  535. <a class="btn down btn2 btn-small">下调</a>
  536. <!-- <a class="btn tile-view btn2 btn-small">预览</a> -->
  537. <dl>
  538. <dt>分类:</dt>
  539. <dd>
  540. <input name="category" value="{{category}}" style="width:150px" type="text" class="input category" />
  541. </dd>
  542. </dl>
  543. <dl>
  544. <dt>类别:</dt>
  545. <dd>
  546. <input readonly="readonly" name="type" value="{{type}}" style="width:150px" type="text" class="input type" />
  547. </dd>
  548. </dl>
  549. <dl>
  550. <dt>名称:</dt>
  551. <dd>
  552. <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
  553. </dd>
  554. </dl>
  555. <dl>
  556. <dt>Guid:</dt>
  557. <dd>
  558. <input value="{{guid}}" name="guid" style="width:150px" type="text" class="input guid" />
  559. </dd>
  560. </dl>
  561. <dl>
  562. <dt>初始缩放等级:</dt>
  563. <dd>
  564. <input value="{{zoom}}" name="zoom" type="text" style="width:150px" class="input zoom" />
  565. </dd>
  566. </dl>
  567. <dl>
  568. <dt>中心点:[lat,lng]</dt>
  569. <dd>
  570. <input value="{{center.[0]}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
  571. <input value="{{center.[1]}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
  572. </dd>
  573. </dl>
  574. <dl>
  575. <dt>服务器地址:</dt>
  576. <dd>
  577. <input value="{{url}}" name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
  578. </dd>
  579. </dl>
  580. <dl>
  581. <dt>描述:</dt>
  582. <dd>
  583. <input value="{{info}}" name="info" style="width:150px" type="text" class="input info" />
  584. </dd>
  585. </dl>
  586. <dl>
  587. <dt>图例:</dt>
  588. <dd>
  589. <input value="{{legend}}" name="legend" style="width:150px" type="text" class="input legend" />
  590. </dd>
  591. </dl>
  592. </div>
  593. </script>
  594. <script id="dixing-itemOOrigin-template" type="text/x-handlebars-template">
  595. <div class="item-form">
  596. <a class="btn delete btn2 btn-small">删除</a>
  597. <a class="btn up btn2 btn-small">上调</a>
  598. <a class="btn down btn2 btn-small">下调</a>
  599. <!-- <a class="btn tile-view btn2 btn-small">预览</a> -->
  600. <dl>
  601. <dt>分类:</dt>
  602. <dd>
  603. <input name="category" value="{{category}}" style="width:150px" type="text" class="input category" />
  604. </dd>
  605. </dl>
  606. <dl>
  607. <dt>名称:</dt>
  608. <dd>
  609. <input name="name" value="{{name}}" style="width:150px" type="text" class="input name" />
  610. </dd>
  611. </dl>
  612. <dl>
  613. <dt>类别:</dt>
  614. <dd>
  615. <input readonly="readonly" name="type" value="{{type}}" style="width:150px" type="text" class="input type" />
  616. </dd>
  617. </dl>
  618. <dl>
  619. <dt>描述:</dt>
  620. <dd>
  621. <input name="info" value="{{info}}" style="width:150px" type="text" class="input info" />
  622. </dd>
  623. </dl>
  624. <dl>
  625. <dt>图例:</dt>
  626. <dd>
  627. <input name="legend" value="{{legend}}" style="width:150px" type="text" class="input legend" />
  628. </dd>
  629. </dl>
  630. <dl>
  631. <dt>初始缩放等级:</dt>
  632. <dd>
  633. <input name="zoom" value="{{zoom}}" type="text" style="width:150px" class="input zoom" />
  634. </dd>
  635. </dl>
  636. <dl>
  637. <dt>中心点:[lat,lng]</dt>
  638. <dd>
  639. <input value="{{center.lat}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
  640. <input value="{{center.lng}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
  641. </dd>
  642. </dl>
  643. <dl>
  644. <dt>瓦片访问地址:</dt>
  645. <dd>
  646. <input name="tileLayerUrl" value="{{url}}" style="width:150px" type="text" class="input tileLayerUrl" />
  647. </dd>
  648. </dl>
  649. </div>
  650. </script>
  651. <script id="dixing-item-formTOrigin-template" type="text/x-handlebars-template">
  652. <div class="item-form">
  653. <a class="btn delete btn2 btn-small">删除</a>
  654. <a class="btn up btn2 btn-small">上调</a>
  655. <a class="btn down btn2 btn-small">下调</a>
  656. <!-- <a class="btn tile-view btn2 btn-small">预览</a> -->
  657. <dl>
  658. <dt>分类:</dt>
  659. <dd>
  660. <input name="category" style="width:150px" type="text" class="input category" />
  661. </dd>
  662. </dl>
  663. <dl>
  664. <dt>名称:</dt>
  665. <dd>
  666. <input name="name" style="width:150px" type="text" class="input name" />
  667. </dd>
  668. </dl>
  669. <dl>
  670. <dt>类别:</dt>
  671. <dd>
  672. <input readonly="readonly" name="type" value="专题图图源" style="width:150px" type="text" class="input type" />
  673. </dd>
  674. </dl>
  675. <dl>
  676. <dt>Guid:</dt>
  677. <dd>
  678. <input name="guid" style="width:150px" type="text" class="input guid" />
  679. </dd>
  680. </dl>
  681. <dl>
  682. <dt>初始缩放等级:</dt>
  683. <dd>
  684. <input name="zoom" type="text" style="width:150px" class="input zoom" />
  685. </dd>
  686. </dl>
  687. <dl>
  688. <dt>中心点:[lat,lng]</dt>
  689. <dd>
  690. <input name="center-lat" style="width:60px" type="text" class="input center-lat" />
  691. <input name="center-lng" style="width:64px" type="text" class="input center-lng" />
  692. </dd>
  693. </dl>
  694. <dl>
  695. <dt>服务器地址:</dt>
  696. <dd>
  697. <input name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
  698. </dd>
  699. </dl>
  700. <dl>
  701. <dt>描述:</dt>
  702. <dd>
  703. <input name="info" style="width:150px" type="text" class="input info" />
  704. </dd>
  705. </dl>
  706. <dl>
  707. <dt>图例:</dt>
  708. <dd>
  709. <input name="legend" style="width:150px" type="text" class="input legend" />
  710. </dd>
  711. </dl>
  712. </div>
  713. </script>
  714. <script id="dixing-item-formWeather-template" type="text/x-handlebars-template">
  715. <div class="item-form">
  716. <a class="btn delete btn2 btn-small">删除</a>
  717. <a class="btn up btn2 btn-small">上调</a>
  718. <a class="btn down btn2 btn-small">下调</a>
  719. <!-- <a class="btn tile-view btn2 btn-small">预览</a> -->
  720. <dl>
  721. <dt>分类:</dt>
  722. <dd>
  723. <input name="category" style="width:150px" type="text" class="input category" />
  724. </dd>
  725. </dl>
  726. <dl>
  727. <dt>名称:</dt>
  728. <dd>
  729. <input name="name" style="width:150px" type="text" class="input name" />
  730. </dd>
  731. </dl>
  732. <dl>
  733. <dt>类别:</dt>
  734. <dd>
  735. <input readonly="readonly" name="type" value="气象云图" style="width:150px" type="text" class="input type" />
  736. </dd>
  737. </dl>
  738. <dl>
  739. <dt>产品服务地址:</dt>
  740. <dd>
  741. <input name="productUrl" style="width:150px" type="text" class="input productUrl" />
  742. </dd>
  743. </dl>
  744. <dl>
  745. <dt>产品Guid:</dt>
  746. <dd>
  747. <input name="guid" style="width:150px" type="text" class="input guid" />
  748. </dd>
  749. </dl>
  750. <dl>
  751. <dt>初始缩放等级:</dt>
  752. <dd>
  753. <input name="zoom" type="text" style="width:150px" class="input zoom" />
  754. </dd>
  755. </dl>
  756. <dl>
  757. <dt>中心点:[lat,lng]</dt>
  758. <dd>
  759. <input name="center-lat" style="width:60px" type="text" class="input center-lat" />
  760. <input name="center-lng" style="width:64px" type="text" class="input center-lng" />
  761. </dd>
  762. </dl>
  763. <dl>
  764. <dt>服务器地址:</dt>
  765. <dd>
  766. <input name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
  767. </dd>
  768. </dl>
  769. <dl>
  770. <dt>描述:</dt>
  771. <dd>
  772. <input name="info" style="width:150px" type="text" class="input info" />
  773. </dd>
  774. </dl>
  775. <dl>
  776. <dt>图例:</dt>
  777. <dd>
  778. <input name="legend" style="width:150px" type="text" class="input legend" />
  779. </dd>
  780. </dl>
  781. </div>
  782. </script>
  783. <script id="dixing-item-formVOrigin-template" type="text/x-handlebars-template">
  784. <div class="item-form">
  785. <a class="btn delete btn2 btn-small">删除</a>
  786. <a class="btn up btn2 btn-small">上调</a>
  787. <a class="btn down btn2 btn-small">下调</a>
  788. <!-- <a class="btn tile-view btn2 btn-small">预览</a> -->
  789. <dl>
  790. <dt>分类:</dt>
  791. <dd>
  792. <input name="category" style="width:150px" type="text" class="input category" />
  793. </dd>
  794. </dl>
  795. <dl>
  796. <dt>名称:</dt>
  797. <dd>
  798. <input name="name" style="width:150px" type="text" class="input name" />
  799. </dd>
  800. </dl>
  801. <dl>
  802. <dt>类别:</dt>
  803. <dd>
  804. <input readonly="readonly" name="type" value="矢量图源" style="width:150px" type="text" class="input type" />
  805. </dd>
  806. </dl>
  807. <dl>
  808. <dt>描述:</dt>
  809. <dd>
  810. <input name="info" style="width:150px" type="text" class="input info" />
  811. </dd>
  812. </dl>
  813. <dl>
  814. <dt>图例:</dt>
  815. <dd>
  816. <input name="legend" style="width:150px" type="text" class="input legend" />
  817. </dd>
  818. </dl>
  819. <dl>
  820. <dt>初始缩放等级:</dt>
  821. <dd>
  822. <input name="zoom" type="text" style="width:150px" class="input zoom" />
  823. </dd>
  824. </dl>
  825. <dl>
  826. <dt>中心点:[lat,lng]</dt>
  827. <dd>
  828. <input name="center-lat" style="width:60px" type="text" class="input center-lat" />
  829. <input name="center-lng" style="width:64px" type="text" class="input center-lng" />
  830. </dd>
  831. </dl>
  832. <dl>
  833. <dt>viz.json地址:</dt>
  834. <dd>
  835. <input name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
  836. </dd>
  837. </dl>
  838. </div>
  839. </script>
  840. <script id="dixing-item-formOOrigin-template" type="text/x-handlebars-template">
  841. <div class="item-form">
  842. <a class="btn delete btn2 btn-small">删除</a>
  843. <a class="btn up btn2 btn-small">上调</a>
  844. <a class="btn down btn2 btn-small">下调</a>
  845. <!-- <a class="btn tile-view btn2 btn-small">预览</a> -->
  846. <dl>
  847. <dt>分类:</dt>
  848. <dd>
  849. <input name="category" style="width:150px" type="text" class="input category" />
  850. </dd>
  851. </dl>
  852. <dl>
  853. <dt>名称:</dt>
  854. <dd>
  855. <input name="name" style="width:150px" type="text" class="input name" />
  856. </dd>
  857. </dl>
  858. <dl>
  859. <dt>类别:</dt>
  860. <dd>
  861. <input readonly="readonly" name="type" value="第三方图源" style="width:150px" type="text" class="input type" />
  862. </dd>
  863. </dl>
  864. <dl>
  865. <dt>描述:</dt>
  866. <dd>
  867. <input name="info" style="width:150px" type="text" class="input info" />
  868. </dd>
  869. </dl>
  870. <dl>
  871. <dt>图例:</dt>
  872. <dd>
  873. <input name="legend" style="width:150px" type="text" class="input legend" />
  874. </dd>
  875. </dl>
  876. <dl>
  877. <dt>初始缩放等级:</dt>
  878. <dd>
  879. <input name="zoom" type="text" style="width:150px" class="input zoom" />
  880. </dd>
  881. </dl>
  882. <dl>
  883. <dt>中心点:[lat,lng]</dt>
  884. <dd>
  885. <input name="center-lat" style="width:60px" type="text" class="input center-lat" />
  886. <input name="center-lng" style="width:64px" type="text" class="input center-lng" />
  887. </dd>
  888. </dl>
  889. <dl>
  890. <dt>瓦片访问地址:</dt>
  891. <dd>
  892. <input name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
  893. </dd>
  894. </dl>
  895. </div>
  896. </script>
  897. <script id="dixing-item-formSOrigin-template" type="text/x-handlebars-template">
  898. <div class="item-form">
  899. <a class="btn delete btn2 btn-small">删除</a>
  900. <!-- <a class="btn up btn2 btn-small">上调</a> -->
  901. <!-- <a class="btn down btn2 btn-small">下调</a> -->
  902. <a class="btn addsx btn2 btn-small">添加</a>
  903. <dl>
  904. <dt>名称:</dt>
  905. <dd>
  906. <input name="name" style="width:150px" type="text" class="input name" />
  907. </dd>
  908. </dl>
  909. <dl>
  910. <dt>类别:</dt>
  911. <dd>
  912. <input readonly="readonly" name="type" value="时序图层图源" style="width:150px" type="text" class="input type" />
  913. </dd>
  914. </dl>
  915. <dl>
  916. <dt>描述:</dt>
  917. <dd>
  918. <input name="info" style="width:150px" type="text" class="input info" />
  919. </dd>
  920. </dl>
  921. <dl>
  922. <dt>时间间隔(ms):</dt>
  923. <dd>
  924. <input name="intervalTime" style="width:150px" type="text" class="input intervalTime" />
  925. </dd>
  926. </dl>
  927. <dl>
  928. <dt>中心点:[lat,lng]</dt>
  929. <dd>
  930. <input name="center-lat" style="width:60px" type="text" class="input center-lat" />
  931. <input name="center-lng" style="width:64px" type="text" class="input center-lng" />
  932. </dd>
  933. </dl>
  934. <dl>
  935. <dt>初始缩放级别:</dt>
  936. <dd>
  937. <input name="zoom" style="width:150px" type="text" class="input zoom" />
  938. </dd>
  939. </dl>
  940. <div class="zixiang">
  941. <dl>
  942. <dt>时间:</dt>
  943. <dd>
  944. <input name="time" style="width:150px" type="text" class="input time" placeholder="请输入年份" />
  945. </dd>
  946. </dl>
  947. <dl>
  948. <dt>url地址:</dt>
  949. <dd>
  950. <input name="tileLayerUrl" style="width:150px" type="text" class="input tileLayerUrl" />
  951. </dd>
  952. </dl>
  953. </div>
  954. </div>
  955. </script>
  956. <script id="moxing-item-templatemx" type="text/x-handlebars-template">
  957. <div class="item-form" id="{{id}}">
  958. <a class="btn delete btn2 btn-small">删除</a>
  959. <a class="btn up btn2 btn-small">上调</a>
  960. <a class="btn down btn2 btn-small">下调</a>
  961. <dl>
  962. <dt>分类:</dt>
  963. <dd>
  964. <input value="{{category}}" name="category" style="width:150px" type="text" class="input category" />
  965. </dd>
  966. </dl>
  967. <dl>
  968. <dt>名称:</dt>
  969. <dd>
  970. <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
  971. </dd>
  972. </dl>
  973. <dl>
  974. <dt>类别:</dt>
  975. <dd>
  976. <select name="type" disabled value="{{type}}" style="width:150px" class="select type">
  977. <option value='mxData'>三维模型</option>
  978. <option value='qxData'>倾斜摄影</option>
  979. </select>
  980. </dd>
  981. </dl>
  982. <dl>
  983. <dt>中心点:[lat,lng]</dt>
  984. <dd>
  985. <input value="{{center.lat}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
  986. <input value="{{center.lng}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
  987. </dd>
  988. </dl>
  989. <dl>
  990. <dt>数据访问地址:</dt>
  991. <dd>
  992. <input value="{{url}}" name="modelUrl" style="width:150px" type="text" class="input modelUrl" />
  993. </dd>
  994. </dl>
  995. <dl>
  996. <dt>描述:</dt>
  997. <dd>
  998. <input value="{{info}}" name="info" style="width:150px" type="text" class="input info" />
  999. </dd>
  1000. </dl>
  1001. <dl class="mxparams">
  1002. <dt>模型高度(米):</dt>
  1003. <dd>
  1004. <input name="m_height" value="{{m_height}}" style="width:150px" type="text" class="input m_height" />
  1005. </dd>
  1006. </dl>
  1007. <dl class="mxparams">
  1008. <dt>缩放比例:</dt>
  1009. <dd>
  1010. <input name="m_scale" value="{{m_scale}}" style="width:150px" type="text" class="input m_scale" />
  1011. </dd>
  1012. </dl>
  1013. <dl class="mxparams">
  1014. <dt>绕Z轴旋转角度:</dt>
  1015. <dd>
  1016. <input name="m_hdeading" value="{{m_hdeading}}" style="width:150px" type="text" class="input m_hdeading" />
  1017. </dd>
  1018. </dl>
  1019. <dl class="mxparams">
  1020. <dt>绕Y轴旋转角度:</dt>
  1021. <dd>
  1022. <input name="m_pitch" value="{{m_pitch}}" style="width:150px" type="text" class="input m_pitch" />
  1023. </dd>
  1024. </dl>
  1025. <dl class="mxparams">
  1026. <dt>绕X轴旋转角度:</dt>
  1027. <dd>
  1028. <input name="m_roll" value="{{m_roll}}" style="width:150px" type="text" class="input m_roll" />
  1029. </dd>
  1030. </dl>
  1031. </div>
  1032. </script>
  1033. <script id="moxing-item-templateqx" type="text/x-handlebars-template">
  1034. <div class="item-form" id="{{id}}">
  1035. <a class="btn delete btn2 btn-small">删除</a>
  1036. <a class="btn up btn2 btn-small">上调</a>
  1037. <a class="btn down btn2 btn-small">下调</a>
  1038. <dl>
  1039. <dt>分类:</dt>
  1040. <dd>
  1041. <input value="{{category}}" name="category" style="width:150px" type="text" class="input category" />
  1042. </dd>
  1043. </dl>
  1044. <dl>
  1045. <dt>名称:</dt>
  1046. <dd>
  1047. <input value="{{name}}" name="name" style="width:150px" type="text" class="input name" />
  1048. </dd>
  1049. </dl>
  1050. <dl>
  1051. <dt>类别:</dt>
  1052. <dd>
  1053. <select name="type" disabled value="{{type}}" style="width:150px" class="select type">
  1054. <option value='qxData'>倾斜摄影</option>
  1055. <option value='mxData'>三维模型</option>
  1056. </select>
  1057. </dd>
  1058. </dl>
  1059. <dl>
  1060. <dt>中心点:[lat,lng]</dt>
  1061. <dd>
  1062. <input value="{{center.lat}}" name="center-lat" style="width:60px" type="text" class="input center-lat" />
  1063. <input value="{{center.lng}}" name="center-lng" style="width:64px" type="text" class="input center-lng" />
  1064. </dd>
  1065. </dl>
  1066. <dl>
  1067. <dt>数据访问地址:</dt>
  1068. <dd>
  1069. <input value="{{url}}" name="modelUrl" style="width:150px" type="text" class="input modelUrl" />
  1070. </dd>
  1071. </dl>
  1072. <dl>
  1073. <dt>描述:</dt>
  1074. <dd>
  1075. <input value="{{info}}" name="info" style="width:150px" type="text" class="input info" />
  1076. </dd>
  1077. </dl>
  1078. </div>
  1079. </script>
  1080. <script id="moxing-item-form-template" type="text/x-handlebars-template">
  1081. <div class="item-form">
  1082. <a class="btn delete btn2 btn-small">删除</a>
  1083. <a class="btn up btn2 btn-small">上调</a>
  1084. <a class="btn down btn2 btn-small">下调</a>
  1085. <dl>
  1086. <dt>分类:</dt>
  1087. <dd>
  1088. <input name="category" style="width:150px" type="text" class="input category" />
  1089. </dd>
  1090. </dl>
  1091. <dl>
  1092. <dt>名称:</dt>
  1093. <dd>
  1094. <input name="name" style="width:150px" type="text" class="input name" />
  1095. </dd>
  1096. </dl>
  1097. <dl>
  1098. <dt>类别:</dt>
  1099. <dd>
  1100. <select name="type" style="width:150px" class="select type">
  1101. <option value='mxData'>三维模型</option>
  1102. <option value='qxData'>倾斜摄影</option>
  1103. </select>
  1104. </dd>
  1105. </dl>
  1106. <dl>
  1107. <dt>中心点:[lat,lng]</dt>
  1108. <dd>
  1109. <input name="center-lat" style="width:60px" type="text" class="input center-lat" />
  1110. <input name="center-lng" style="width:64px" type="text" class="input center-lng" />
  1111. </dd>
  1112. </dl>
  1113. <dl>
  1114. <dt>数据访问地址:</dt>
  1115. <dd>
  1116. <input name="modelUrl" style="width:150px" type="text" class="input modelUrl" />
  1117. </dd>
  1118. </dl>
  1119. <dl>
  1120. <dt>描述:</dt>
  1121. <dd>
  1122. <input name="info" style="width:150px" type="text" class="input info" />
  1123. </dd>
  1124. </dl>
  1125. <dl class="mxparams">
  1126. <dt>模型高度(米):</dt>
  1127. <dd>
  1128. <input name="m_height" value="0" style="width:150px" type="text" class="input m_height" />
  1129. </dd>
  1130. </dl>
  1131. <dl class="mxparams">
  1132. <dt>缩放比例:</dt>
  1133. <dd>
  1134. <input name="m_scale" value="1" style="width:150px" type="text" class="input m_scale" />
  1135. </dd>
  1136. </dl>
  1137. <dl class="mxparams">
  1138. <dt>绕Z轴旋转角度:</dt>
  1139. <dd>
  1140. <input name="m_hdeading" value="0" style="width:150px" type="text" class="input m_hdeading" />
  1141. </dd>
  1142. </dl>
  1143. <dl class="mxparams">
  1144. <dt>绕Y轴旋转角度:</dt>
  1145. <dd>
  1146. <input name="m_pitch" value="0" style="width:150px" type="text" class="input m_pitch" />
  1147. </dd>
  1148. </dl>
  1149. <dl class="mxparams">
  1150. <dt>绕X轴旋转角度:</dt>
  1151. <dd>
  1152. <input name="m_roll" value="0" style="width:150px" type="text" class="input m_roll" />
  1153. </dd>
  1154. </dl>
  1155. </div>
  1156. </script>
  1157. </div>
  1158. </div>
  1159. <div id="tdTheSelect">
  1160. <iframe frameborder="0" class="cover-iframe"></iframe>
  1161. <div class="cover-content active">
  1162. <select name="" id="tdMChoose">
  1163. <option value="1">手动编辑</option>
  1164. <option value="2">列表勾选</option>
  1165. </select>
  1166. <div class="btns">
  1167. <button class="submit">添加</button>
  1168. <button class="cancel">取消</button>
  1169. </div>
  1170. </div>
  1171. </div>
  1172. <div id="tdtsList">
  1173. <iframe frameborder="0" class="cover-iframe"></iframe>
  1174. <div class="cover-content active">
  1175. <div class="p1 mtype">
  1176. <div class="title">三维模型<span></span></div>
  1177. <ul></ul>
  1178. </div>
  1179. <div class="p2 mtype">
  1180. <div class="title">倾斜摄影<span></span></div>
  1181. <ul></ul>
  1182. </div>
  1183. <div class="btns">
  1184. <button class="submit">添加</button>
  1185. <button class="cancel">取消</button>
  1186. </div>
  1187. </div>
  1188. </div>
  1189. <div id="tdyuanModel">
  1190. <div class="item-form">
  1191. <a class="btn delete btn2 btn-small">删除</a>
  1192. <a class="btn up btn2 btn-small">上调</a>
  1193. <a class="btn down btn2 btn-small">下调</a>
  1194. <dl>
  1195. <dt>分类:</dt>
  1196. <dd>
  1197. <input name="category" style="width:150px" type="text" class="input category" />
  1198. </dd>
  1199. </dl>
  1200. <dl>
  1201. <dt>名称:</dt>
  1202. <dd>
  1203. <input name="name" style="width:150px" type="text" class="input name" />
  1204. </dd>
  1205. </dl>
  1206. <dl>
  1207. <dt>类别:</dt>
  1208. <dd>
  1209. <select name="type" style="width:150px" class="select type">
  1210. <option value="mxData">三维模型</option>
  1211. <option value="qxData">倾斜摄影</option>
  1212. </select>
  1213. </dd>
  1214. </dl>
  1215. <dl>
  1216. <dt>视角高度:</dt>
  1217. <dd>
  1218. <input name="height" type="text" style="width:150px" class="input zoom" />
  1219. </dd>
  1220. </dl>
  1221. <dl>
  1222. <dt>中心点:[lat,lng]</dt>
  1223. <dd>
  1224. <input name="center-lat" style="width:60px" type="text" class="input center-lat" />
  1225. <input name="center-lng" style="width:64px" type="text" class="input center-lng" />
  1226. </dd>
  1227. </dl>
  1228. <dl>
  1229. <dt>数据访问地址:</dt>
  1230. <dd>
  1231. <input name="modelUrl" style="width:150px" type="text" class="input modelUrl" />
  1232. </dd>
  1233. </dl>
  1234. <dl>
  1235. <dt>描述:</dt>
  1236. <dd>
  1237. <input name="info" style="width:150px" type="text" class="input info" />
  1238. </dd>
  1239. </dl>
  1240. </div>
  1241. </div>