Marker
A point on the earth. Singly, at: takes a coordinate (latitude first) — parametised and animatable, so a marker rides a slider or a keyframe — with an optional label:. Data-bound, lat: and lon: name @data columns and one marker draws every row; size-by: names a numeric column and symbol AREA scales with the value, size: giving the largest symbol's radius — the proportional-symbol map.
#Attributes
at
colour
Default
#Allowed in
#Examples
marker(at: 51.47, -0.46; label: London)marker(lat: #quakes.lat; lon: #quakes.lon; size-by: #quakes.magnitude; colour: red; opacity: 0.6)