User`s guide

9-5
'request=GetMap&layers=global_mosaic&srs=EPSG:4326&' ...
'format=image/jpeg&styles=visual&width=512&height=512&' ...
'bbox=-180,58,-148,90'];
[A, R] = wmsread(url);
Enhancements to geotiffinfo, geotiffread, and worldfileread
The geotiffinfo, geotiffread, and worldfileread functions now have additional syntax
options. Also, the geotiffinfo function now returns information about GeoTIFF tags.
Improved Performance for gtopo30
Enhanced performance for reading GTOPO30 tiles using the gtopo30 function.
Improved Performance for gshhs
Enhanced performance for reading GSHHS data sets using the gshhs function. The
gshhs function has been qualified on GSHHS releases 1.1 through 2.1 (version 8).
Also, it can now read even newer versions, if they adhere to the same header format as
releases 2.0 and 2.1.
The improved gshhs can now read the files below:
wdb_borders_x.b
wdb_rivers_x.b
where x is one of the letters c, l, i, h, and f, corresponding to increasing resolution.
Second Input Argument of roundn No Longer Optional
The second input argument to roundn, a real, integer-valued exponent n, is no longer
optional.
Compatibility Considerations
If you omitted n in previous releases, a warning was issued and a default value of −2 was
used. Now, if you omit n, you will receive an error. Change any code that calls roundn
with one input argument like this: roundn(x) to this: roundn(x,-2).