Google Groups Home
Help | Sign in
v2.129e pushed as v2, v2.130d pushed as v2 - No changes yet
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  12 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
pamela (Google Employee)  
View profile
 More options Sep 29, 2:54 am
From: "pamela (Google Employee)" <pamela....@gmail.com>
Date: Sun, 28 Sep 2008 23:54:22 -0700 (PDT)
Local: Mon, Sep 29 2008 2:54 am
Subject: v2.129e pushed as v2, v2.130d pushed as v2 - No changes yet
Hey developers-

Last night we pushed v2.130d as v2.x and 2.129e as v2. We don't have
version aliasing implemented, so you'll need to specify the "e"  if
you're hard-coding to those version for whatever reason.

There are currently no changes in 2.130d.

As always, please discuss anything in the forum that you think may be
a regression and report in the issue tracker if others confirm your
suspicions.

The full changelog is here:
http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIChang...

- pamela


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "v2.129e pushed as v2, v2.130d pushed as v2.x - No changes yet" by geocodezip@gmail.com
geocodezip@gmail.com  
View profile
 More options Sep 29, 9:14 am
From: "geocode...@gmail.com" <geocode...@gmail.com>
Date: Mon, 29 Sep 2008 06:14:45 -0700 (PDT)
Local: Mon, Sep 29 2008 9:14 am
Subject: Re: v2.129e pushed as v2, v2.130d pushed as v2.x - No changes yet
On Sep 28, 11:54 pm, "pamela (Google Employee)" <pamela....@gmail.com>
wrote:

> Hey developers-

> Last night we pushed v2.130d as v2.x and 2.129e as v2. We don't have
> version aliasing implemented, so you'll need to specify the "e"  if
> you're hard-coding to those version for whatever reason.

> There are currently no changes in 2.130d.

> As always, please discuss anything in the forum that you think may be
> a regression and report in the issue tracker if others confirm your
> suspicions.

> The full changelog is here:http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIChang...

http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIChang...


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
geocodezip@gmail.com  
View profile
 More options Sep 29, 1:16 pm
From: "geocode...@gmail.com" <geocode...@gmail.com>
Date: Mon, 29 Sep 2008 10:16:57 -0700 (PDT)
Local: Mon, Sep 29 2008 1:16 pm
Subject: Re: v2.129e pushed as v2, v2.130d pushed as v2.x - No changes yet

On Sep 29, 6:14 am, "geocode...@gmail.com" <geocode...@gmail.com>
wrote:

The groups interface seems to be truncating that URL
should end in JavascriptMapsAPIChangelog
http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIChang...


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pamela (Google Employee)  
View profile
 More options Oct 1, 6:17 pm
From: "pamela (Google Employee)" <pamela....@gmail.com>
Date: Wed, 1 Oct 2008 15:17:12 -0700 (PDT)
Local: Wed, Oct 1 2008 6:17 pm
Subject: Re: v2.129e pushed as v2, v2.130d pushed as v2.x - No changes yet
Update:

We've officially announced GLayer, a new class in v2.130d. The
changelog has been updated.

On Sep 29, 10:16 am, "geocode...@gmail.com" <geocode...@gmail.com>
wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "v2.129e pushed as v2, v2.130d pushed as v2 - No changes yet" by the1geek
the1geek  
View profile
 More options Oct 2, 6:18 am
From: the1geek <the1g...@gmail.com>
Date: Thu, 2 Oct 2008 03:18:54 -0700 (PDT)
Local: Thurs, Oct 2 2008 6:18 am
Subject: Re: v2.129e pushed as v2, v2.130d pushed as v2 - No changes yet
Since v2.118, I applied elapsed time from GMap API js request to
infowindowopen on the test page below and I've been monitoring the
performance of v2.x and v2 against v2.118 (pre-modularization of
GInfoWindow).

http://genes.com/maps/gmap_test.htm

I changed the version # in the API loader url and load the page 3
times for each version.

I made sure I cleared the browser cache before each load.

The results below are in msec recorded from testing done within 2
minutes in IE7 on WinXP
1.80GHz Pentium 4
1G RAM

2.130d
------
5067
5258
5338

2.129e
------
5437
5488
5428

2.118
------
4436
4367
4316

Slight improvement in 2.130d over 2.129e but still slower than 2.118

On Sep 28, 11:54 pm, "pamela (Google Employee)" <pamela....@gmail.com>
wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Williams  
View profile
 More options Oct 2, 6:34 am
From: Mike Williams <nos...@econym.demon.co.uk>
Date: Thu, 2 Oct 2008 11:34:28 +0100
Local: Thurs, Oct 2 2008 6:34 am
Subject: Re: v2.129e pushed as v2, v2.130d pushed as v2 - No changes yet
Wasn't it the1geek who wrote:

>Since v2.118, I applied elapsed time from GMap API js request to
>infowindowopen on the test page below and I've been monitoring the
>performance of v2.x and v2 against v2.118 (pre-modularization of
>GInfoWindow).

One of the other things that affects the speed of that page is that
GLog() got modularized in v2.125.

--
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pamela (Google Employee)  
View profile
 More options Oct 5, 9:03 am
From: "pamela (Google Employee)" <pamela...@gmail.com>
Date: Sun, 5 Oct 2008 06:03:01 -0700
Local: Sun, Oct 5 2008 9:03 am
Subject: Re: v2.129e pushed as v2, v2.130d pushed as v2 - No changes yet
Hi Newton-

The team's aware that additional time is taken to load in modules, and
we have a few ideas for how to reduce that.

- pamela


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Farzad Kanani  
View profile
(1 user)  More options Oct 5, 9:18 am
From: "Farzad Kanani" <fku...@gmail.com>
Date: Sun, 5 Oct 2008 09:18:59 -0400
Local: Sun, Oct 5 2008 9:18 am
Subject: Re: v2.129e pushed as v2, v2.130d pushed as v2 - No changes yet

Hi all,
I would like to mark a spot on Google Map using Djangoo. I have the
locations in my Database in Djangoo and would like to mark these spots on
Google Map. Please let me know if you know how!
Thanks
MITS

On Sun, Oct 5, 2008 at 9:03 AM, pamela (Google Employee) <


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lance Dyas  
View profile
 More options Oct 5, 10:37 am
From: Lance Dyas <lance...@inetnebr.com>
Date: Sun, 05 Oct 2008 09:37:24 -0500
Local: Sun, Oct 5 2008 10:37 am
Subject: Re: v2.129e pushed as v2, v2.130d pushed as v2 - No changes yet
Farzad Kanani wrote:
> Hi all,
> I would like to mark a spot on Google Map using Djangoo. I have the
> locations in my Database in Djangoo and would like to mark these spots
> on Google Map. Please let me know if you know how!
> Thanks
> MITS

please start a new thread with an appropriate title... or better yep
follow the steps..
step one of your answer includes knowing GMarkers and how to
use them.(read documentation ... look at various tutorials or any of
a million examples folks have posted. and try a basic example of your
own). step 2 is knowing django and how to use it
thats server side and has very little to do with the api... step 3 is
putting those together
trust me..it shouldnt be hard if you have step 1 and 2...then step 4 if
for some wierd reason step 3 doesnt work.
follow the group posting guidelines so we can properly help you. heck
even if step 1
doesnt work follow group posting guidelines...

But please do dont expect the group to do step 2 or skip over it all and
do step 3 for you.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Carlos Montelongo  
View profile
 More options Oct 5, 5:34 pm
From: "Carlos Montelongo" <monte...@gmail.com>
Date: Sun, 5 Oct 2008 16:34:07 -0500
Local: Sun, Oct 5 2008 5:34 pm
Subject: Re: v2.129e pushed as v2, v2.130d pushed as v2 - No changes yet

I can't access to log, I got this message:

Page "JavascriptMapsAPIChang." Not Found This operation cannot be done when
the site is read-only. Please come back later.

Regards,
Carlos Montelongo

2008/9/29, pamela (Google Employee) <pamela....@gmail.com>:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pamela (Google Employee)  
View profile
 More options Oct 5, 8:09 pm