-
Notifications
You must be signed in to change notification settings - Fork 12
leaflet group
stefano edited this page Nov 25, 2016
·
3 revisions
This is the leaflet-group component
Wrap around around any common type elements to create a group
parameters | type | default values | description |
---|---|---|---|
name | Input | the name for the layercontrol | |
globalId | Internal | unique Identifier | |
examples |
<leaflet-group>
<marker-element [lat]=52.6 [lon]=-1.1 [mouseover]="'marker A'"></marker-element>
<marker-element [lat]=52.65 [lon]=-1.15 [mouseover]="'marker B'"></marker-element>
</leaflet-group>
<leaflet-group>
<circle-element [lat]=52.62 [lon]=-1.12 [radius]=180></circle-element>
<circle-element [lat]=52.63 [lon]=-1.13 [radius]=180 [Options]="{color:'#576887', weight:6}"></circle-element>
</leaflet-group>