yourcelf / olwidget

Javascript library to replace textareas that contain WKT data with editable OpenLayers maps, and a django app using it for django forms and admin.
Other
91 stars 43 forks source link

Not sure about PEPs but this seems wrong #28

Closed elpaso closed 14 years ago

elpaso commented 14 years ago
'stroke_dash_style': 'strokeDashstyle',

should'nt it be

'stroke_dashstyle': 'strokeDashstyle',

??

yourcelf commented 14 years ago

You're right. The algorithm should do it better now.