Skip to content

Commit 2d6e911

Browse files
committed
Fix typo
1 parent 46870ae commit 2d6e911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folium/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ class GeoJson(Layer):
572572
function {{ this.get_name() }}_pointToLayer(feature, latlng) {
573573
var opts = {{ this.marker.options | tojavascript }};
574574
{% if this.marker._name == 'Marker' and this.marker.icon %}
575-
const iconOptions = {{ this.marker.icon.options | tojavscript }}
575+
const iconOptions = {{ this.marker.icon.options | tojavascript }}
576576
const iconRootAlias = L{%- if this.marker.icon._name == "Icon" %}.AwesomeMarkers{%- endif %}
577577
opts.icon = new iconRootAlias.{{ this.marker.icon._name }}(iconOptions)
578578
{% endif %}

0 commit comments

Comments
 (0)