Skip to content

Commit 591f0c4

Browse files
authored
Merge pull request #33 from nasa-gibs/epsg3857-twms-getmap-fix
Corrected URL for TWMS EPSG:3857 request
2 parents 6871512 + 6a717fe commit 591f0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/access-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The following table contains the root service endpoint for each GIBS-supported m
122122
| Geographic (EPSG:4326) |https://gibs.earthdata.nasa.gov/twms/epsg4326/best/ | [KVP](https://gibs.earthdata.nasa.gov/twms/epsg4326/best/twms.cgi?SERVICE=TWMS&request=GetCapabilities){:target="_blank"} | [KVP](https://gibs.earthdata.nasa.gov/twms/epsg4326/best/twms.cgi?SERVICE=TWMS&request=GetTileService){:target="_blank"} | [KVP](https://gibs.earthdata.nasa.gov/twms/epsg4326/best/twms.cgi?request=GetMap&layers=MODIS_Terra_CorrectedReflectance_TrueColor&srs=EPSG:4326&format=image/jpeg&styles=&time=2012-07-09&width=512&height=512&bbox=-18,27,-13.5,31.5){:target="_blank"} |
123123
| NSIDC Sea Ice Polar Stereographic North (EPSG:3413) | https://gibs.earthdata.nasa.gov/twms/epsg3413/best/ | [KVP](https://gibs.earthdata.nasa.gov/twms/epsg3413/best/twms.cgi?SERVICE=TWMS&request=GetCapabilities){:target="_blank"} | [KVP](https://gibs.earthdata.nasa.gov/twms/epsg3413/best/twms.cgi?SERVICE=TWMS&request=GetTileService){:target="_blank"} | [KVP](https://gibs.earthdata.nasa.gov/twms/epsg3413/best/twms.cgi?request=GetMap&layers=MODIS_Terra_CorrectedReflectance_TrueColor&srs=EPSG:3413&format=image%2Fjpeg&styles=&time=2012-07-09&width=512&height=512&bbox=1048576.00000000,-524288.00000000,1572864.00000000,0000.00000000){:target="_blank"} |
124124
| Antarctic Polar Stereographic / WGS 84 (EPSG:3031) | https://gibs.earthdata.nasa.gov/twms/epsg3031/best/ | [KVP](https://gibs.earthdata.nasa.gov/twms/epsg3031/best/twms.cgi?SERVICE=TWMS&request=GetCapabilities){:target="_blank"} | [KVP](https://gibs.earthdata.nasa.gov/twms/epsg3031/best/twms.cgi?SERVICE=TWMS&request=GetTileService){:target="_blank"} | [KVP](https://gibs.earthdata.nasa.gov/twms/epsg3031/best/twms.cgi?request=GetMap&layers=MODIS_Terra_CorrectedReflectance_TrueColor&srs=EPSG:3031&format=image%2Fjpeg&styles=&time=2012-02-09&width=512&height=512&bbox=1048576.00000000,-524288.00000000,1572864.00000000,0000.00000000){:target="_blank"} |
125-
| Web Mercator - (EPSG:3857) | https://gibs.earthdata.nasa.gov/twms/epsg3857/best/ | [KVP](https://gibs.earthdata.nasa.gov/twms/epsg3857/best/twms.cgi?SERVICE=TWMS&request=GetCapabilities){:target="_blank"} | [KVP](https://gibs.earthdata.nasa.gov/twms/epsg3857/best/twms.cgi?SERVICE=TWMS&request=GetTileService){:target="_blank"} | [KVP](https://gibs.earthdata.nasa.gov/twms/epsg4326/best/twms.cgi?request=GetMap&layers=MODIS_Terra_CorrectedReflectance_TrueColor&srs=EPSG:4326&format=image%2Fjpeg&styles=&time=2012-07-09&width=512&height=512&bbox=-180.00000000,-018.00000000,-144.00000000,0018.00000000){:target="_blank"} |
125+
| Web Mercator - (EPSG:3857) | https://gibs.earthdata.nasa.gov/twms/epsg3857/best/ | [KVP](https://gibs.earthdata.nasa.gov/twms/epsg3857/best/twms.cgi?SERVICE=TWMS&request=GetCapabilities){:target="_blank"} | [KVP](https://gibs.earthdata.nasa.gov/twms/epsg3857/best/twms.cgi?SERVICE=TWMS&request=GetTileService){:target="_blank"} | [KVP](https://gibs.earthdata.nasa.gov/twms/epsg3857/best/twms.cgi?request=GetMap&layers=MODIS_Terra_CorrectedReflectance_TrueColor&srs=EPSG:3857&format=image/jpeg&styles=&time=2012-07-09&width=256&height=256&bbox=-20037508.342789,10018754.171395,-10018754.171395,20037508.342789){:target="_blank"} |
126126

127127

128128
#### Example Clients

0 commit comments

Comments
 (0)