Tileify WMS 代理
这是一个节点应用程序,它使用创建一个简单的代理,用于将 WMS 地图服务作为可以轻松添加到任何滑动地图(Leaflet、OpenLayers、Google Maps)的地图图块提供。
安装 - 运行
cd /path/to/tileify-wms-proxy
npm install
npm start
部署
简单的方法
单击此按钮。
稍微困难但仍然非常简单的方法
Procfile使此应用程序易于部署到 。
cd /path/to/tileify-wms-proxy
heroku create
git push heroku master
用法
运行应用程序后,访问应用程序根目录 ( http://localhost:5000/ ) 以获取一些文档和交互式演示。
切片代理可以在http://localhost:5000/tiles/{z}/{x}/{y}
1