|
static | latLonToPoint (array $latLon) |
| EPSG3857 (Spherical Mercator) is the most common CRS for web mapping and is used by Leaflet by default.
|
|
◆ latLonToPoint()
static Kartographer\Projection\EPSG3857::latLonToPoint |
( |
array | $latLon | ) |
|
|
static |
EPSG3857 (Spherical Mercator) is the most common CRS for web mapping and is used by Leaflet by default.
Converted to PHP from L.CRS.EPSG3857 (leaflet.js)
- Parameters
-
float[] | $latLon | Latitude (north–south) and longitude (east-west) in degree. |
- Returns
- float[] Point (x, y)
The documentation for this class was generated from the following file:
- includes/Projection/EPSG3857.php