Error using satellite Basemap in geoplot-function
Mostrar comentarios más antiguos
Hey community,
I simply want to display my latitude / longitude data on a satellite map:
geoplot(lat,lon)
geobasemap satellite
It works fine on my pc at home. However, at work I get the error message:
Error using geoplot (line 98)
Expected Basemap to match one of these values:
'darkwater', 'grayland', 'bluegreen', 'grayterrain', 'colorterrain', 'landcover', 'none'
The input, 'satellite', did not match any of the valid values.
I tried some other options to change the basemap but none is working:
set(groot,'defaultGeoaxesBasemap','satellite')
geoaxes('Basemap','satellite')
The siteviewer works fine with the satellite map anyway... Any suggestions?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Geographic Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!