Message Boards Message Boards

Show a world ReliefMap with Geographics (but only on the land)?

Posted 6 years ago

I'm wanting to create a map of the world's terrain (i.e. using GeoStyling["ReliefMap"] ), but one that only shows the relief on the land, and not in the oceans (i.e. excluding submarine ridges, etc). Is there a way to restrict Geographics to show only land relief, and display the seas and oceans as e.g. a neutral grey? Ideally, the coastlines would be outlined with a black line, but not also showing national borders (which Polygon[Entity["Country", "World"]], EdgeForm[Black] seems to force).

Can anyone help with this please? Apologies if this is answered elsewhere - I can't find anything similar with searches.

Cheers, Lewis

POSTED BY: Lewis Dartnell

You can play around with GeoStyling and GeoBackground:

GeoGraphics[{GeoStyling[None], EdgeForm[Black], Brown, 
  Polygon[Entity["GeographicRegion", "Europe"]], {GeoStyling[
    "ReliefMap"], Polygon[Entity["Country", "Italy"]]}}, 
 GeoBackground -> Blend[{White, Blue}, .2]]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract