# tile-loader **Repository Path**: endlesshh/tile-loader ## Basic Information - **Project Name**: tile-loader - **Description**: 在别人基础上下载百度个性化地图 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-05-27 - **Last Updated**: 2024-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 地图瓦片下载器 1、在原有基础上添加了手动下载的类、2千万个瓦片大概要3天时间全部下载完毕。 2、添加了使用demo,使用openlayers实现了百度坐标系的瓦片的加载和坐标加载和展示。实现了易都市地图瓦片的百度坐标新加载和展示。 ##map文件夹 1、下面的index.html是使用openlayers框架加载本地瓦片的demo。 ##下载百度个性化地图瓦片 1、CodeMapServiceToolkit手动下载瓦片 2、点击地理位置,通过浏览器12查看返回范围 ##支持百度、高德、谷歌地图的瓦片下载,内置三大厂家的js离线api
直接启动,默认访问路径:[http://localhost:10080/tile-loader/index](http://localhost:10080/tile-loader/index)
三大厂商的离线版本,访问地址分别为:
百度:[http://localhost:10080/tile-loader/bmap/index.html](http://localhost:10080/tile-loader/bmap/index.html)
高德:[http://localhost:10080/tile-loader/amap/index.html](http://localhost:10080/tile-loader/amap/index.html)
谷歌:[http://localhost:10080/tile-loader/gmap/index.html](http://localhost:10080/tile-loader/gmap/index.html)
利用jxbrower实现基于web的客户端 本项目来源于:[https://gitee.com/wenchang666/tile-loader.git](https://gitee.com/wenchang666/tile-loader.git)