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 e9cc5db commit d92bdbeCopy full SHA for d92bdbe
folium/templates/geojson_template.html
@@ -78,6 +78,18 @@
78
attribution: '{{ attr }}'
79
}).addTo(map);
80
81
+ {% for style in geo_styles %}
82
+ {{ style }}
83
+ {% endfor %}
84
+
85
+ {% for layer in gjson_layers %}
86
+ {{ layer }}
87
88
89
+ {% for legend in map_legends %}
90
+ {{ legend }}
91
92
93
{% for mark, popup, add_mark in markers %}
94
{{ mark }}
95
{{ popup }}
@@ -97,19 +109,6 @@
97
109
{{ lat_lng_pop }}
98
110
99
111
{{ click_pop }}
100
-
101
- {% for style in geo_styles %}
102
- {{ style }}
103
- {% endfor %}
104
105
- {% for layer in gjson_layers %}
106
- {{ layer }}
107
108
- {% for legend in map_legends %}
- {{ legend }}
112
113
};
114
115
</script>
0 commit comments