https://github.com/gumblex/cntms
Tile Map Server reverse proxy with coordinates regularization
https://github.com/gumblex/cntms
gcj gcj-02 gis online-maps tms
Last synced: 3 months ago
JSON representation
Tile Map Server reverse proxy with coordinates regularization
- Host: GitHub
- URL: https://github.com/gumblex/cntms
- Owner: gumblex
- License: bsd-2-clause
- Created: 2018-01-26T18:05:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T14:04:23.000Z (over 2 years ago)
- Last Synced: 2025-04-10T23:01:56.670Z (about 1 year ago)
- Topics: gcj, gcj-02, gis, online-maps, tms
- Language: Python
- Homepage: https://tms.gumble.pw/
- Size: 115 KB
- Stars: 38
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cntms
[Tile Map Server](https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames) reverse proxy with coordinates regularization.
This TMS proxy solves the problems that map services in China geneally have distorted coordinates. It stitches the upstream tiles to make standard EPSG:3857 tiles. This proxy also caches tile images.
Supports: Baidu, Tencent, Gaode, Google, GeoQ, Tianditu, OpenStreetMap and ArcGIS MapServer.
Edit `tmsapi.ini` to set listen address, port, cache size, and upstream APIs.
Use this software at your own risk.
You can use [leaflet.ChineseCRS](https://github.com/gumblex/leaflet.ChineseCRS) on Leaflet web maps without this proxy.
---
纠偏[瓦片地图](https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames)代理,可修复图块中 GCJ02、BD09 等坐标系的偏移。可用于 GIS 软件、网页地图等。
配置文件在 `tmsapi.ini`。请自行架设服务器,请勿滥用,风险自担。