简介
在切片地图服务(TMS)中定义的全局地图切片。生成Web上使用的全局切片所需的函数。包含实现坐标转换的类:
- GlobalMercator (基于 EPSG:900913=EPSG:3857)
用户Google Map,Yahoo Maps,Microsoft Maps 兼容切片
- GlobalGeodetic (基于EPSG:4326)
用于 Openlayers底图和Google Earth兼容切片
1、地理坐标下切片系统的计算
地理坐标下切片系统的计算,主要适用于google地球中切片系统,以及目标底图参考系统为EPSG:4326的情况。
Functions necessary for generation of global tiles in Plate Carre projection,
EPSG:4326, "unprojected profile".
Such tiles are compatible with Google Earth (as any other EPSG:4326 rasters)
and you can overlay the tiles on top of OpenLayers base map.
Pixel and tile coordinates are in TMS notation (origin [0,0] in bottom-left).
What coordinate conversions do we need for TMS Global Geodetic tiles?
Global Geode