I am trying a simple example from the GeoGraphics tutorial. I can see that Cosica is listed as part of the land mass of France:
GeoGraphics@Polygon[France]
However I would not expect this overlay app to redraw the image over the dis-contiguous polygon (i.e. Corsica). Is there a simple explanation? Is this a known problem?
The simple commands are:
dg0=EntityValue[Charles de Gaulle
, "Image"]
GeoGraphics[{GeoStyling[{"Image", dg0}],
Polygon[Entity["Country", "France"]]}]
Thanks in advance.