With this command the user can plot a mark on the map. The name of the shape for the mark must be specified in the argument and can be one of the following:


1. Circle

2. Cross

3. Diamond

4. Square

5. Triangle

6. X


The size of the mark can be specified in pixels using the option GISThickness, the color of the mark can be specified using the option GISColor. By default, the size is 3 pix and color red (0xFF0000).

For example, assume that the user wants to plot a blue triangle at -118.59292195047032692, 34.22088014327628969, then, the OpenDSS code will be as follows:


set GISCoords = [-118.59292195047032692,34.22088014327628969]

set GISThickness = 15 GISColor=0000FF

GIS PlotPoint triangle