The Google maps creation facility in the GIS branch does not support the display of points (only polylines and polygons).
I have a working version that supports points and displays them as GMarkers on the map, which is in IMHO just a straightforward extension of the existing model to points. There is a running version of this in the little map in the right panel at http://www.yunnanexplorer.com/festivals/ (In overlays.py a GMarker class is added with functionality similar to the existing geometries and the GoogleMap class just takes an additional points parameter. The google-map.js has then an additional loop to display the markers. I have furthermore an extension that supports events together with markers (like click)). I could clean this up as a patch to the GIS branch, but there seems to be some confusion as to whether such functionality should be in the core product. What is the right way forward here? Ludwig --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
