You cannot post messages because only members can post, and you are not currently a member.
Description:
Discuss the Google Maps API, which lets developers embed Google Maps in their own web pages with JavaScript. If you'd like to troubleshoot your development of the API, please remember the following: - Post a link, not a code snippet so that others can see your code in its proper context.
- Search the Group, chances are someone else has had the same issue.
- Make use of published documentation at http://www.google.com/apis/maps/document ation/
|
|
|
Automatic upgrade of < 2.s versions to 2.s in the near future
|
| |
-- This has been reposted so that the suggested guidelines post
appears at the top of the forum --
Hi developers-
As some of you know, we release a new version of the API javascript
every 1 to 2 weeks. We have 3 version aliases - 2.x, 2, and 2.s. When
you request v2.x, you're getting the very-latest version - you... more »
|
|
v2.131f pushed as v2.x, v2.130d pushed as v2 - 1 Bug Fixed
|
| |
Hey developers-
Last night we pushed v2.131f as v2.x and 2.130d as v2. We don't have
version aliasing implemented, so you'll need to specify the letter
if you're hard-coding to those versions for whatever reason.
There is one bug fixed (countryName not showing up in XML/KML).
As always, please discuss anything in the forum that you think may be... more »
|
|
Thanks to Mike Williams and the Google API team
|
| |
Just done a website for Australian campers to be able to load their
favourite spots:
[link]
Thanks to Mike from whose examples I implemented:
* Loading points from XML
* Sidebar
* Customised tooltips
* Now the "More..." button for Panaramio and Wikipedia... more »
|
|
How to convert a non editable .TAB file in to polygon
|
| |
I have a *.TAB file made by using a *.bmp file. It's a map and during
the conversion I have given three coordinates. I can't use this *.TAB
with SQL select. Also it doesn't show me under TAB files to be chosen
for SQL select.
I will be really greatfull if any one could help me with this.
I guess if i can give the properties of a polygon to this *.TAB file,... more »
|
|
Q: Getting object not initialized error at checkvalid() with multiple maps.
|
| |
I am trying to create a web app where the user can dynamically create
new map instances at will, each in its own MDI window. Creating my
first map works fine. But after that I get
"Error: Object not initialized
at com.google.maps.wrappers::Wrap per$/checkValid()"
I have gotten this to work fine using Yahoo maps, and "UMap" but I... more »
|
|
Retrieving County Based on Zip Code
|
| |
Hi - I am just getting started with the Google Maps API. I am building
an application that based on the user's entered zipcode, I will need
to identify the county and state for that zip code. Is there a
function available in the google maps API that will return the county
and state?
Thanks.
|
|
InfoWindow empty
|
| |
map.openInfoWindow(map.getCent er(), document.createTextNode('Hello '));
The info window pops up but I don't see any text.
This used to work. What's up?
|
|
Change default icon of Polyline editing mode
|
| |
I'm making a map for drawing Polylines like:
[link]
When I enable the Polilye editing:
line.enableEditing({onEvent: "mouseover"});
Is possible to change the default icon?
Default icon is no precise.
Thanks a lot.
|
|
KML works KMZ fails
|
| |
I am trying to build KML / KMZ files with Census Department
cartographic boundary files.
The KML file works
[link]
The KMZ file fails
[link]
I zipped the KML file to produce the KMZ file. I cannot control the... more »
|
|
Maps not working inside DHTML tabs
|
| |
Hello,
On this page [link]
I have two google maps appearing in separate divs controlled by a
tabbing script. In the the first tab ("southern california") the map
appears fine.
But in the Atlanta tab (the second tab) only half of the map appears.... more »
|
|
A little help with: polylines, color change, and mouse pointer/hand cursor
|
| |
Hi All,
Any help with this would be appreciated.
I will provide two example links.
...
When you mouse over the polyline at this link, the polyline changes
color and then changes back again when you mouse out.
This is great, but do you notice how if you do it at normal speed the
cursor hand flickers to the “pointer hand” and then changes back to... more »
|
|
|