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

Missing ol styles in olwidget #30

Closed elpaso closed 14 years ago

elpaso commented 14 years ago

Maybe those ol styles can be added as well:

# ABP: added
'font_weight' : 'font_weight',
'label_align' : 'labelAlign',
'label_x_offset' : 'labelXOffset',
'label_y_offset' : 'labelYOffset',
yourcelf commented 14 years ago

Thanks, should be fixed in master. Removed PEP8_OPTIONS_TRANSLATION dict in favor of a function.