免费地图资源(持续更新)

GISer们在构建GIS应用时,常需要各种GIS数据,地形、影像、行政区划、道路、POI数据等等,我将平时的地图下载渠道、地图服务地址等罗列出来,供GISer们使用。

在线的地图下载:

http://www.gscloud.cn/

http://www.tianditu.com/service/query.html


在线的地图服务:

http://services.arcgisonline.com/arcgis/rest/services

https://www.geoq.cn/basemap.html

深色地图

http://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetPurplishBlue/MapServer


OL代码:

 baseLayers: [  
          {
              layerName: 'vector',
              isDefault: true,
              layerType: 'TileXYZ',
              layerUrl: 'http://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetPurplishBlue/MapServer'
          }
        ]

天地图

http://t3.tianditu.com/DataServer?T=vec_w&x={x}&y={y}&l={z}


OL代码

var layer = new ol.layer.Tile({
            title: "航班",
            source: new ol.source.XYZ({
                url: "http://t3.tianditu.com/DataServer?T=vec_w&x={x}&y={y}&l={z}"
            })
        });
        map.addLayer(layer);

4个GeoQ不同颜色的版本

经典彩色版:"http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineCommunity/MapServer",
国际英文版:"http://map.geoq.cn/arcgis/rest/services/ChinaOnlineCommunityENG/MapServer",
低调灰色版:"http://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetGray/MapServer",
典雅蓝黑版:"http://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetPurplishBlue/MapServer"


地图下载器软件:

太乐地图下载器 http://www.arctiler.com




评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值