摘要: QQ地图已经添加了卫星图资源。但并未提供卫星图API,我们完全可以自己写。来个图片看看 废话不多说直接代码<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>SOSOMap</title><style type="text/css">*{ margin:0px; padding:0px;}body, 阅读全文
posted @ 2012-04-05 19:51 gisvip 阅读(1979) 评论(4) 推荐(0) 编辑
摘要: 废话不说 直接代码dojo.declare("MapABCLayer", esri.layers.TiledMapServiceLayer, {_subDomains : new Array("emap0","emap1","emap2","emap3"),constructor: function() {this.spatialReference = new esri.SpatialReference({ wkid:102113 });this.initialExtent = (this.fu 阅读全文
posted @ 2012-03-25 23:32 gisvip 阅读(2252) 评论(1) 推荐(0) 编辑
摘要: 废话不说直接上代码dojo.declare("TDTLayer", esri.layers.TiledMapServiceLayer, { constructor: function() { this.spatialReference = new esri.SpatialReference({ wkid:4326 }); this.initialExtent = (this.fullExtent = new esri.geometry.Extent(-180.0, -90.0, 180.0, 90.0, this.spatialReferenc... 阅读全文
posted @ 2012-03-25 23:24 gisvip 阅读(3150) 评论(5) 推荐(0) 编辑
摘要: openLayers-API中文版下载下载地址http://files.cnblogs.com/gisvip/openLayers-API%E4%B8%AD%E6%96%87%E7%89%88.rar更多openLayers教程信息 请关注GIS维普社区http://bbs.gisvip.com 阅读全文
posted @ 2012-02-17 16:25 gisvip 阅读(5006) 评论(3) 推荐(0) 编辑