Namespace: Util

L.Util

Methods

L.Util.transform(feature, sourceCRS, targetCRS){GeoJSONObject}

leaflet/core/Transform.js, line 7

将要素转换为指定坐标。

Name Type Default Description
feature L.Marker | L.CircleMarker | L.Polyline | L.Polygon | L.Rectangle | L.LatLngBounds | L.Bounds | Object

待转要素包括 Leaflet Vector Layers 的 L.Marker|L.CircleMarker|L.Polyline|L.Polygon|L.Rectangle|L.LatLngBounds|L.Bounds|GeoJSONObject 类型。

sourceCRS L.Proj.CRS L.CRS.EPSG4326 可选

要素转换源坐标系。

targetCRS L.Proj.CRS

要素转换目标坐标系。

Returns:
Type Description
GeoJSONObject 返回 GeoJSON 规范数据类型。