We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46870ae commit 2d6e911Copy full SHA for 2d6e911
folium/features.py
@@ -572,7 +572,7 @@ class GeoJson(Layer):
572
function {{ this.get_name() }}_pointToLayer(feature, latlng) {
573
var opts = {{ this.marker.options | tojavascript }};
574
{% if this.marker._name == 'Marker' and this.marker.icon %}
575
- const iconOptions = {{ this.marker.icon.options | tojavscript }}
+ const iconOptions = {{ this.marker.icon.options | tojavascript }}
576
const iconRootAlias = L{%- if this.marker.icon._name == "Icon" %}.AwesomeMarkers{%- endif %}
577
opts.icon = new iconRootAlias.{{ this.marker.icon._name }}(iconOptions)
578
{% endif %}
0 commit comments