2013年8月11日

css

摘要: #yangdianchaxun{ width:300px;height:200px; position:absolute; top:100px;left:80px; z-index:10000;border:solid 2px #929761; background-color:#FFFFFF; display:none;}.drsMoveHandle{ background-color:#5D79A1; position:absolute; width:100%;}#shangechaxun{ width:300px;height:200px; position:absolute; ... 阅读全文

posted @ 2013-08-11 19:26 Felixlovechina 阅读(108) 评论(0) 推荐(0) 编辑

identify.js

摘要: var identifyTask, identifyParams, symbol;//栅格function identify(Layer){ console.log("Console identifyRaster"); dojo.connect(app.map, "onClick", doIdentify); //实例化IdentifyTask identifyTask = new esri.tasks.IdentifyTask(Layer.url); //IdentifyTask参数设置 identifyParams = new esri.tasks. 阅读全文

posted @ 2013-08-11 19:23 Felixlovechina 阅读(447) 评论(0) 推荐(0) 编辑

map.js

摘要: function init() { //var aField=new Array(); //var allFeatureUrl = new Array();//存放所有layer //var allRasterUrl = new Array();//存放所有layer //var allRasterId = new Array();//存放所有栅格layer的ID与养分下拉框对应 //var allFeatureId = new Array()... 阅读全文

posted @ 2013-08-11 19:22 Felixlovechina 阅读(265) 评论(0) 推荐(0) 编辑

div.js

摘要: //显示二级菜单 function showDiv(divName) { document.getElementById(divName).style.display = "block"; switch (divName){ case "menu1": document.getElementById(divName+"S").style.color="#2E4560"; document.getElementById(divName+"S").style.background="#ff 阅读全文

posted @ 2013-08-11 19:21 Felixlovechina 阅读(151) 评论(0) 推荐(0) 编辑

导航