Skip to content

Commit 8796815

Browse files
committed
test stickler
1 parent 70e1b12 commit 8796815

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

folium/features.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ def __init__(self, url, name=None, layers=None, styles=None, format=None,
6868
self.format = format if format else 'image/jpeg'
6969
self.transparent = transparent
7070
self.version = version
71-
# FIXME: Should be map CRS!
72-
# self.crs = crs if crs else 'null
7371
self._template = Template(u"""
7472
{% macro script(this, kwargs) %}
7573
var {{this.get_name()}} = L.tileLayer.wms(
@@ -129,7 +127,7 @@ def __init__(self, location, color='black', opacity=1, weight=2,
129127
number_of_sides=4, rotation=0, radius=15, popup=None):
130128
super(RegularPolygonMarker, self).__init__(location, popup=popup)
131129
self._name = 'RegularPolygonMarker'
132-
self.color = color
130+
self.color=color
133131
self.opacity = opacity
134132
self.weight = weight
135133
self.fill_color = fill_color

0 commit comments

Comments
 (0)