Cheers for the help, I knew this was the place I needed to be, although I
am still trying to figure out most of what the digests are talking about.

The maps appear to work just fine although I continue to get frightening
error reports (Although all error reports are frightening to me) whenever
I approach anything to do with GMaps.

The module I am using to interface to Drupal is called the GMaps module
and it is exactly the same one I have been using for ages. I think it is
actually Google that is making the demand, then ignoring it.

I have tried putting in the new API key, and when it does not accept it it
asks for another. The modules worked so well for so long, I am assuming
there is something they have not changed that is causing the problem. I am
also assuming that there are so few map users in the Drupal community that
it has not been noticed by others yet. I am learning something of php at
the moment so I can get to grips with these irritations. So much I would
like to do with maps that I am always afraid I have broken something.

Cheers

F
=============================================================================
> Topic: Drupal - API key -  probably an easy question
> Url: http://groups.google.com/group/google-maps-api/t/f099fa724a120f52
> =============================================================================
>
> ---------- 1 of 2 ----------
> From: [email protected]
> Date: Jun 15 08:11PM +0200
> Url: http://groups.google.com/group/google-maps-api/msg/2e2b82cd519af498
>
> I have been using Google Maps and the Drupal GMap Module for over a year
> now and have had no problems whatsoever. Most of that time it has been on
> local sites, but at the moment I am going on a live host.
>
> My problem is that I understand that Google Maps no longer needs an API
> Key and the module continues to require one (so I understand!) and it
> seems to reject the key every time I try to plug one in.
>
> I am assuming there is a simple workaround for this problem, but it has
> not yet appeared in the Drupal Forums that I have found. Possibly it is
> not a very popular module - not surprising considering the learning curve
> I went through - However, it seems like it is right up your street here.
>
> Aside from that, integrating maps in my sites seems like something I
> really should look into in a much bigger way and, since I am fairly sold
> on Drupal, I suspect this is a place I should begin to learn.
>
> Frank Sirett
>
>
> ---------- 2 of 2 ----------
> From: Rossko <[email protected]>
> Date: Jun 15 01:35PM -0700
> Url: http://groups.google.com/group/google-maps-api/msg/c073e09e19939cad
>
>> My problem is that I understand that Google Maps no longer needs an API
>> Key and the module continues to require one (so I understand!) and it
>> seems to reject the key every time I try to plug one in.
>
> API v2 continues to require a valid key.
> API v3 doesn't require a key.
> So you need to determine if the Drupal module uses v2 or v3 (v2
> probably)
> Then give it a key valid for the target webpage - any old key won't
> do.
>
>
>
> =============================================================================
> Topic: API changes (or modularization?) causes website to stop working...
> Url: http://groups.google.com/group/google-maps-api/t/5ec06626dd9e13cc
> =============================================================================
>
> ---------- 1 of 1 ----------
> From: Maurizio <[email protected]>
> Date: Jun 15 11:36AM -0700
> Url: http://groups.google.com/group/google-maps-api/msg/2c17e82196d61975
>
> Dear Andrew...and indirectly dear Mike..
> thanks for the hint on the GMercatorProjection...you were right..
> I had to change it to GMercatorProjection(20) and now it works...
> London Profiler is still alive...
> When I have some time..after the markings..I am planning on migrate to
> V3 and most of all on trying to build a tile server...there are too
> many layers...
> We'll see..
>
>
>
>
>
> =============================================================================
> Topic: Bind a line on the cursor
> Url: http://groups.google.com/group/google-maps-api/t/2d67f80c4a04c90c
> =============================================================================
>
> ---------- 1 of 1 ----------
> From: eli <[email protected]>
> Date: Jun 15 10:27AM -0700
> Url: http://groups.google.com/group/google-maps-api/msg/31ca9885df4e9b92
>
> Hi, thanks. It is working now with this code:
> line = new GPolyline([point1], color, 3, 9);
> map.addOverlay(line);                                                         
> line.enableDrawing(options);
> GEvent.addListener(line, "endline", function() {
>       //var cells = "330000";
>       GEvent.bind(line, "lineupdated", cells.desc, onUpdate);
>       GEvent.addListener(line, "click", function(latlng, index) {
>           if (typeof index == "number") {
>               line.deleteVertex(index);
>       } else {
>                                                                               
>                 }
>       });
> });
>
> But my new problem is now, to include this code in this one:
> http://google-maps-api.googlegroups.com/web/GCircle.js?gsc=dpN0vQsAAABU4p2ENAuuRyvBkVxCNbLf
>
> Do you have an idea?
>
>
>
>
> =============================================================================
> Topic: This web site needs a different Google Maps API key (again,
> beginner)
> Url: http://groups.google.com/group/google-maps-api/t/23255bf52703b58
> =============================================================================
>
> ---------- 1 of 1 ----------
> From: Fluffsnick <[email protected]>
> Date: Jun 15 09:57AM -0700
> Url: http://groups.google.com/group/google-maps-api/msg/10a4aa5783208794
>
> Hi Andrew, that's great. That should be enough for me to resolve this.
>
> Thanks for your help. It is much appreciated.
>
>
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps API" 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-api?hl=en.
>
>


-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-api?hl=en.

Reply via email to