赞
踩
目录
1. 安装JDK(GeoServer服务是基于Java开发),JDK安装略。
2. 下载稳定版本的GeoServer,本次安装基于二进制文件安装。
- <context-param>
- <param-name>GEOWEBCACHE_CACHE_DIR</param-name>
- <param-value>D:\geoserver</param-value>
- </context-param>
例如:实际使用:http://localhost:8089/geoserver/gwc/service/wmts?layer=Hongshan%3Ageotools_coverage&style=&tilematrixset=EPSG%3A4326&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix=EPSG%3A4326%3A13&TileCol=13400&TileRow=2707文档URL:http://localhost:8089/geoserver/gwc/service/wmts/rest/Hongshan:geotools_coverage/{style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}?format=image/png相互比较后最终结果:http://localhost:8089/geoserver/gwc/service/wmts?layer=Hongshan:geotools_coverage&style=&tilematrixset=EPSG:4326&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image/png&TileMatrix=EPSG:4326:{level}&TileCol={TileCol}&TileRow={TileRow}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。