Package | Description |
---|---|
com.gwidgets.api.leaflet | |
com.gwidgets.api.leaflet.options |
Modifier and Type | Field and Description |
---|---|
static CRS |
L.CRS.Earth
Serves as the base for CRS that are global such that they cover the earth.
|
static CRS |
L.CRS.EPSG3395
Rarely used by some commercial tile providers.
|
static CRS |
L.CRS.EPSG3857
The most common CRS for online maps, used by almost all free and commercial tile providers.
|
static CRS |
L.CRS.EPSG4326
A common CRS among GIS enthusiasts.
|
static CRS |
L.CRS.Simple
A simple CRS that maps longitude and latitude into x and y directly.
|
Modifier and Type | Method and Description |
---|---|
CRS |
TileLayerWMSOptions.getCrs()
Gets the Coordinate Reference System to use for the WMS requests,
defaults to map CRS.
|
Modifier and Type | Method and Description |
---|---|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.crs(CRS crs)
Coordinate Reference System to use for the WMS requests, defaults to
map CRS.
|
Copyright © 2018 G-Widgets. All rights reserved.