Group Abstract Group Abstract

Message Boards Message Boards

Geographical Maps - replace an area with a density illustration

Posted 11 years ago
POSTED BY: Priyan Fernando
4 Replies

Have you seen this example in documentation (below)? You can use scatter plots instead of flags.

flags = EntityValue[EntityClass["Country", "Africa"], {"Entity", "Flag"}]; 
GeoGraphics[{EdgeForm[Black], {GeoStyling[{"Image", #2}], 
     Tooltip[Polygon[#1], CommonName[#1]]} & @@@ flags}, 
 GeoBackground -> "StreetMapNoLabels"]

enter image description here

POSTED BY: Vitaliy Kaurov
Posted 11 years ago

you can set area = 100. I have edited the. code. Thanks

POSTED BY: Priyan Fernando
Posted 11 years ago
POSTED BY: Priyan Fernando

In your last code block variable area is undefined. Could not run it.

POSTED BY: Sam Carrettie
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard