L.CRS.PTVMercator Class
src\PtvMercator.js:5
Provides the PTV Mercator coordinate reference system.
Constructor
Methods
project
()
Point
Defined in
src\PtvMercator.js:45
Projects a geographical coordinate into a PTV Mercator point.
Returns:
unproject
()
L.LatLng
Defined in
src\PtvMercator.js:55
Unprojects a PTV Mercator point to a geographical coordinate.
Returns:
Properties
code
String
Defined in
src\PtvMercator.js:11
Standard code name of the CRS passed into WMS services.
Default: "PTV:MERCATOR"
earthRadius
Number
private
Defined in
src\PtvMercator.js:36
The earth radius used for projections.
Default: 6371000
transformation
L.Transformation
Defined in
src\PtvMercator.js:28
Transformation that this CRS uses to turn projected coordinates into screen coordinates for a particular tile service.