Changes between Initial Version and Version 1 of Ticket #23137


Ignore:
Timestamp:
Aug 5, 2014, 9:52:27 AM (10 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23137 – Description

    initial v1  
    11I try to create my form with GeoDjango and I didn't found an good example in document.
    22
    3 So, I use django/contrib/gis/static/gis/js/OSMapWidget.js and found that have some of bugs.
     3So, I use `django/contrib/gis/static/gis/js/OSMapWidget.js` and found that have some of bugs.
    44
    5 First, in line 173 (miss .) eg. if geom_name = 'MultiPoint', then options['geom_type'] will be '''OpenLayers.GeometryMultiPoint'''
     5First, in line 173 (miss .) eg. if `geom_name = 'MultiPoint'`, then `options['geom_type']` will be `OpenLayers.GeometryMultiPoint`
    66
    77{{{
Back to Top