Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All of the parameters in this editor come directly from Magics, and are documented on the coastlines reference page. Parameters not listed there are as follows:

Map Layer Mode

Specifies how the background (land-sea shading) and foreground (grid, coastlines, rivers, borders and cities) map layers are rendered into the plot with respect to the data layers. The possible values are as follows:

  • split: the coastlines icon is split into background and foreground map layers. The background map layer is rendered first, followed by the data layers with the foreground map layers appearing atop
  • foreground: all the map layers are rendered on top of the data layers
  • background: all the map layers are rendered below the data layers

The default value is split.

Note
titleScript (Macro/Python) usage

If Map Layer Mode is set to split and the Coastlines icon appears after the data objects in the plot(...) command, the coastlines are put on top of the data. This behaviour is required in order to maintain backward compatibility.


Adding a user-supplied shapefile as a layer

...