domoritz / leaflet-locatecontrol

A leaflet control to geolocate the user.
https://domoritz.github.io/leaflet-locatecontrol/demo/
MIT License
801 stars 261 forks source link

Use iconElementTag with other options than CSS class #347

Open henning410 opened 7 months ago

henning410 commented 7 months ago

I try to use it in Ionic. So i set iconElementTag: 'ion-icon',

Now i need to add the name attribute to it, for example: name='location-outline'

This cannot be done at the moment I think?

domoritz commented 7 months ago

I don't think so.