File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def tilemap(
50
50
51
51
**Note**: By default, standard web map tiles served in a Spherical Mercator
52
52
(EPSG:3857) Cartesian format will be reprojected to a geographic coordinate
53
- reference system (OGC:WGS84 ) and plotted with longitude/latitude bounds when
53
+ reference system (OGC:CRS84 ) and plotted with longitude/latitude bounds when
54
54
``lonlat=True``. If reprojection is not desired, please set ``lonlat=False`` and
55
55
provide Spherical Mercator (EPSG:3857) coordinates to the ``region`` parameter.
56
56
Original file line number Diff line number Diff line change 1
1
outs:
2
2
- md5: 5f225e4dd26f44e07bcbd8e713c67dbe
3
3
size: 37343
4
- path: test_tilemap_ogc_wgs84 .png
4
+ path: test_tilemap_ogc_crs84 .png
5
5
hash: md5
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ def test_tilemap_web_mercator():
41
41
not (_HAS_CONTEXTILY and _HAS_RIOXARRAY ),
42
42
reason = "contextily and rioxarray are not installed" ,
43
43
)
44
- def test_tilemap_ogc_wgs84 ():
44
+ def test_tilemap_ogc_crs84 ():
45
45
"""
46
- Create a tilemap plot using longitude/latitude coordinates (OGC:WGS84 ), centred on
46
+ Create a tilemap plot using longitude/latitude coordinates (OGC:CRS84 ), centred on
47
47
the international date line.
48
48
"""
49
49
fig = Figure ()
You can’t perform that action at this time.
0 commit comments