Hello
Using db.GeoPt to store google maps coordinates with GAE and geomodel
I can map and match Sao Paulo (http://www.montao.com.br/li?
lat=-23.33&lon=-46.38). But sorting is not working timewise. All ideas
are welcome. The code that should sort is
a = A.proximity_fetch(A.all().filter("modified >",
timeline).filter("published =", True).filter("modified <=",
bookmark ).order("-modified") ,db.GeoPt(lat, lon),max_results=PAGESIZE
+1, max_distance=m)
All parameters appear to work except ) order("-modified")
Thanks for all help
Niklas R
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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/google-maps-js-api-v3?hl=en.