在一张地图上制作热点图
iserver for javascript 如何刷新地图,用哪个方法?谢谢
我写了一个新建窗口的代码: function openwin() { window.open ("", "123", "height=400, width=600, toolbar =no, menubar=yes, scrollbars=no, resizable=no, location=no, status=no") } ... 内容,怎么弄? 在网上搜的说是直接在body中添加,可是添加后会显示在A这个界面中 请老师帮助!
新建的一个window,是这个样子: 老师,我想请问的是:怎么把左上方的 360安全浏览器 样式去掉? 我的建立窗口的代码是: function openwin() { window.open ("", "123", "height=400, width= ... ; <li><a input type="button" onclick="openwin()""openwin()">国家概况</a> 请老师指点!
Iexpress 缓存的时间是多长时间更新一次?
如何对这种客户端图层进行空间查询
像图2这种自适应信息框怎么才能添加多个呢?
iserver7c发布地图服务成功,浏览时发现地图偏到了屏幕一边,坐标不是中心点的坐标,请问是什么的原因造成的。
安装许可软件后,电脑服务里面没有找到 Sentinel LDK License Manager
function processCompleted(getFeaturesEventArgs){ var features,result = getFeaturesEventArgs.result; if (result && result.features) { ... .addFeatures(lines1); lineVector2.addFeatures(lines2); }
iclient for js 请问哪种图层类型可以添加gif动态图? marker图层可以么?矢量层可以吗?
var vector = new SuperMap.Layer.Vector("vector"); var points=new Array(); points.push(new SuperMap.Geometry.Point(data[i].LON,data[i].LAT)) var line = new SuperMap.Geometry.LinearRing(points); ... (vector); 通过坐标点绘制一个多边形,如果计算多边形的中心点 有没有具体的算法