-
Notifications
You must be signed in to change notification settings - Fork 12
circle marker element
stefano edited this page Feb 14, 2017
·
1 revision
This is the circlemarker element
parameters and predefined values
parameters | type | default values | description |
---|---|---|---|
lat | Input | 52.6 | |
lon | Input | -1.1 | |
mouseover | Input | ||
onclick | Input | ||
Options | Input | leaflet's default |
this element implements the following pattern for popup content
examples
with lat lon and default options inherited from path
<circle-marker-element [lat]=52.65 [lon]=-1.15>
popup text
</circle-marker-element>
with lat lon and overridden color property from the default options inherited from path
<circle-marker-element [lat]=52.63 [lon]=-1.13 [Options]="{color:'#576887'}">
</circle-marker-element>