Kartographer
Extension that adds maps to wiki pages
|
@license MIT More...
Static Public Member Functions | |
static | latLonToPoint (array $latLon) |
EPSG3857 (Spherical Mercator) is the most common CRS for web mapping and is used by Leaflet by default. | |
@license MIT
|
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)
float[] | $latLon | Latitude (north–south) and longitude (east-west) in degree. |