Changes between Initial Version and Version 1 of Ticket #23137
- Timestamp:
- Aug 5, 2014, 9:52:27 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23137 – Description
initial v1 1 1 I try to create my form with GeoDjango and I didn't found an good example in document. 2 2 3 So, I use django/contrib/gis/static/gis/js/OSMapWidget.jsand found that have some of bugs.3 So, I use `django/contrib/gis/static/gis/js/OSMapWidget.js` and found that have some of bugs. 4 4 5 First, in line 173 (miss .) eg. if geom_name = 'MultiPoint', then options['geom_type'] will be '''OpenLayers.GeometryMultiPoint'''5 First, in line 173 (miss .) eg. if `geom_name = 'MultiPoint'`, then `options['geom_type']` will be `OpenLayers.GeometryMultiPoint` 6 6 7 7 {{{