Hey, I ran into this when placing EPSG:4326 coded vector points onto a Openlayers- Virtual Earth map setup. Due to the whole spherical mercator issue I'm attempting to convert these points to 900913 format but getting "Input geometry has unknown (-1) SRID" when running the following view:
def index(request): featured_list = Site.objects.all() featured__list = featured__list.transform(900913) return render_to_response('homepage.html', {'featured_list': featured_list}) Any help appreciated as always! Something obvious I'm missing methinks. Thanks, Alfonso --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---