I've set up geodjango to use the OSMGeoAdmin model. One of the models I've created has a PolygonField. GeoDjango states it follows the OpenGIS Simple Features specification. The spec lists a polygon as being able to have a "hole". So does anyone know how to draw a hole on the OSMGeoAdmin model slippy map interface? I've been trying forever! I can draw a polygon, and I can change my model to be MultiPolygonField and I can draw multiple polygons at the same time, but I cannot figure out how to draw a polygon with a hole!
Let me know if my question isn't clear or you need more info. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.