# Enable/Disable the circular point markers. pointMarkersEnabled: true
# Radius. Set the radius to 0 to use the update distance as the radius. pointRadius: 0
# Set the fill style. Color is in RGB. pointFillOpacity: 0.2
pointFillColor: 85, 85, 255
# Set the border style. Color is in RGB. pointBorderWeight: 2
pointBorderOpacity: 0.7
pointBorderColor: 255, 0, 0
# Set the clickable popup description on each point. # The description is written in HTML Markup. pointDescription:
- '<h2>Point: %point%</h2>' - '<b>Location:</b>
%location%<hr>' - '<b>Connections:</b>'
- '
%connectionList%'
# Set how lines in the connection list appears. connectionListLine: '<i>
%connection%</i>'