[Google Maps API v3] Contact on Developer Directory - hiring

2011-08-23 Thread rke...@rkeith.com
I need a bid for a Google map project. I've checked the developer directory (http://code.google.com/qualify/directory.html) but it appears that almost all of the email addresses are the same (devqual-conta...@google.com). I have sent a request to this address, but how do I send requests for a bi

[Google Maps API v3] Re: Compatibility with Internet Explorer ''google.gears.factory' is null or not an object'

2011-08-23 Thread xelawho
> You should be aware that the underlying technique of all these > offerings is basically outdated and never completely reliable, because > it's based on IP database queries.  Internet Service Providers are > juggling constantly with their IP blocks, and when they fail to > release the new location

Re: [Google Maps API v3] Re: Infobox displays on top of other markers, but passes through events to underlying markers

2011-08-23 Thread Noli Sicad
Do you have simple example illustrating how to use this infobox? Thanks. Noli On 8/24/11, Gary Little wrote: > I see the problem. I've tried to create a simple test case to > reproduce it using one of the InfoBox examples but it works correctly. > > Could you create a minimal test case to illus

Re: [Google Maps API v3] Re: Some of my KML just stopped working

2011-08-23 Thread Chris Broadfoot
Hi Maurice, it should have been rolled back last night. Chris -- http://twitter.com/broady On Tue, Aug 23, 2011 at 10:45 PM, geocode...@gmail.com wrote: > On Aug 23, 3:33 am, Maurice Tamman wrote: > > 6:30 am and none of my kml feeds are working on my map of on the maps, > > regardless of w

[Google Maps API v3] Re: Infobox displays on top of other markers, but passes through events to underlying markers

2011-08-23 Thread Gary Little
I see the problem. I've tried to create a simple test case to reproduce it using one of the InfoBox examples but it works correctly. Could you create a minimal test case to illustrate the problem? There's something odd here that I can't quite put my finger on. Gary On Aug 22, 7:40 am, RobRoyAus

[Google Maps API v3] Re: Compatibility with Internet Explorer ''google.gears.factory' is null or not an object'

2011-08-23 Thread Pil
There are certainly a lot of other companies that provide geo location queries with more or less reliable results. Here is an overview http://ipinfo.info/html/geolocation_2.php In addition to the mentioned service providers you try these http://api.hostip.info/get_html.php http://www.geody.com

[Google Maps API v3] Re: Chart in the Google maps info window with Fusion Tables - Javascript snippets

2011-08-23 Thread Noli Sicad
OK. Nevermind this question. I figured it out - KML import in Fusion Tables Then, 1. From the "Visualize" menu, select "Map." 2. Click the link "Configure Info Window." 3. Select "Custom" 4. Paste your custom chart using your data - KML attribute table using Google Chart >From exam

[Google Maps API v3] Re: Markercluster in V3

2011-08-23 Thread Gary Little
It can probably handle it, though you may not be satisfied the performance, even with a fast browser. IE would be totally unusable. On Aug 23, 9:49 am, Al Black wrote: > Gary, in the example MarkerClustererPlus goes up to 1000 markers no sweat - > would it be able to handle large numbers like 50,

[Google Maps API v3] Re: Compatibility with Internet Explorer ''google.gears.factory' is null or not an object'

2011-08-23 Thread xelawho
> do you have a link to one map xela that uses an else to look up an IP from > maxmind. i cant work out which parts of the code max mind is using in the > examples you gave ip2.php? maxmind is very simple to use. all you need to do is include this when you are calling scripts: http://j.maxmind.co

Re: [Google Maps API v3] Infowindow Auto-Pan Problem

2011-08-23 Thread doubleg
Andres, Your solution indeed did the trick; worked perfectly. Thanks!! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/NqM5gtXPoK

[Google Maps API v3] Re: Calculating distance based on "Blocks" rather than miles

2011-08-23 Thread Ian Nesbit
thanks Kesuke for your reply, I have considered all of your options, let me tell you a bit about my project We provide a online way for restaurant to receive orders, most of orders are to be delivered, we have just started in New York City but gaining more clients in different states (Tri Stat

Re: [Google Maps API v3] Infowindow Auto-Pan Problem

2011-08-23 Thread Andres Ferrate
You might want to see if setting up an event listener for the tilesloaded event does the trick: http://code.google.com/apis/maps/documentation/javascript/reference.html#Map You would call your placeMarkerInfo() function once the map tiles have finished loading. Cheers, Andres On Tue, Aug 23,

[Google Maps API v3] Re: New Markers in Internet Explorer

2011-08-23 Thread Jordan Train
I found that the marker constructor now requires a scaledSize parameter. If you did not pass a Size object to your constructor as the last argument you can try that. On Aug 23, 11:42 am, Dan Pagliarini wrote: > I have a map that loads markers from a php database and a form that allows a > user t

[Google Maps API v3] Chart in the Google maps info window with Fusion Tables - Javascript snippets

2011-08-23 Thread Noli Sicad
Hi, I am looking for the how to implement chart in the Google Map info window with Fusion tables. There is a lot of blogs and sites showing results. However, I could not find the javascript how to implement this chart with fusion tables. http://www.google.com/support/fusiontables/bin/answer.py?a

[Google Maps API v3] Infowindow Auto-Pan Problem

2011-08-23 Thread doubleg
Hello, In my application, I want to initialize a Google Map based on an input address. To do so, I send an address to my JS function "initializeMap()", which uses the geocoder to get the lat & lng of the address, and upon successful geocode, I use those coordinates to initialize a map at the

[Google Maps API v3] Re: Markers not rendering.

2011-08-23 Thread Jordan Train
I stumbled onto the answer by trial and error. The new API's require a scaledSize parameter when constructing a custom marker. This used to be an optional parameter. I don't know if this a universal issue but it is inside the environment I have been working in. On Aug 23, 3:07 pm, Jordan Train

[Google Maps API v3] Re: Calculating distance based on "Blocks" rather than miles

2011-08-23 Thread Kesuke
I have to admit I'm slightly ignorant on blocks as a measurement since we don't use that system in Europe. The problem is they don't have a fixed unit of distance which makes calculating a block distance arbitrary. I am not aware of any built in function to calculate the distance in blocks, since t

[Google Maps API v3] Re: Compatibility with Internet Explorer ''google.gears.factory' is null or not an object'

2011-08-23 Thread geocode...@gmail.com
On Aug 23, 4:39 pm, Christopher Watson wrote: > hey xela, larry > > thanks for the feedback. if google gears if being phased out, i will try > turn the map-geolocation into an onclick and see if IE and the others can > handle it. > > seems like google gears is going to be a prob. > > do you have a

[Google Maps API v3] Re: Compatibility with Internet Explorer ''google.gears.factory' is null or not an object'

2011-08-23 Thread Christopher Watson
hey xela, larry thanks for the feedback. if google gears if being phased out, i will try turn the map-geolocation into an onclick and see if IE and the others can handle it. seems like google gears is going to be a prob. do you have a link to one map xela that uses an else to look up an IP f

[Google Maps API v3] Re: Route live update

2011-08-23 Thread Rossko
> I'm doing a site for charity. It will have a map with a route on it. We have > a device that will update a db with gps coordinates as the event proceeds. Is there any reason to expect the Directions service to return the route your entrants are actually going to follow? If you have your waypoin

[Google Maps API v3] the maxWidth must be set before the window opens

2011-08-23 Thread Natalie Doud
If you look at google's specs, the max-width only works if you specify it after you set the window to open. http://code.google.com/apis/maps/documentation/javascript/reference.html#InfoWindowOptions -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScr

[Google Maps API v3] Re: Route live update

2011-08-23 Thread troot
thanks for the reply. This is what I feared. My route does require multiple waypoints. So, I'd have to load up, check if I've gone past waypoint 1, waypoint 2, waypoint n, until I find one I'm not past Then, rebuilt the request with the current position as the origin? Nasty On Aug 23, 8:29 pm,

[Google Maps API v3] Re: Compatibility with Internet Explorer ''google.gears.factory' is null or not an object'

2011-08-23 Thread Christopher Watson
i have it referenced through a script, would i need to copy it to my server ? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/I9g

[Google Maps API v3] Re: Compatibility with Internet Explorer ''google.gears.factory' is null or not an object'

2011-08-23 Thread Christopher Watson
hey en4ce, i have an about link on there. i havent done browser shots or anything yet to check out how much it might 'break apart' in different versions. the about link is here http://creativemaps.vism.ag/index.htm#css can you share a pritn screen of what it looks like? is it possible through

[Google Maps API v3] Re: PHP Won't output XML at least I think that's the problem....

2011-08-23 Thread Martin™
Or try putting the Content-Type header statement before the 'require' statement. Martin. On Aug 23, 6:39 pm, Radina wrote: > Problem could be in php include file > > "filled in (phpsqlajax_dbinfo.php): > > $username="username"; > $password="password"; > $database="username-databaseName"; > ?>

[Google Maps API v3] Re: Need examples/assistance with Zoom to Selected from Drop Down Menu (Fusion Tables)

2011-08-23 Thread Amelia Griza-Padilla
Can you hear me screaming with joy?!! I finally got it, Larry thank you sooo much! http://www.advocacy.ucla.edu/Maps/Assembly_map.html On Aug 23, 2:44 pm, "geocode...@gmail.com" wrote: > On Aug 23, 1:11 pm, Amelia Griza-Padilla > wrote:> Hi Larry, > > Thanks for your patience, so I added the g

[Google Maps API v3] Re: Need examples/assistance with Zoom to Selected from Drop Down Menu (Fusion Tables)

2011-08-23 Thread geocode...@gmail.com
On Aug 23, 1:11 pm, Amelia Griza-Padilla wrote: > Hi Larry, > Thanks for your patience, so I added the geoxml3_kmlStr.js file to my > server http://www.advocacy.ucla.edu/Maps/geoxml3_kmlStr.js That doesn't look like the correct file. The version on my server is modified from the archive. > , bu

Re: [Google Maps API v3] Re: Regarding google map version3.3

2011-08-23 Thread Andres Ferrate
Jin, Why exactly are you not able to use v3.4? Can you tell us what the problem is that you want to fix with an earlier version? Thanks, Andres On Tue, Aug 23, 2011 at 1:19 PM, Jin Kyu Yim wrote: > we are not able to use v3.4 of map in Korea Area. > > we want loadmap in Korea. Otherwise, w

[Google Maps API v3] Re: Checkbox in IE 9

2011-08-23 Thread K Smith
made those changes and it seemed to fix IE problem, Thanks again -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/0RrNZQPS92oJ. To

[Google Maps API v3] Markers not rendering.

2011-08-23 Thread Jordan Train
I have a few apps running on Palm Devices WebOs platform. All at once, marker rendering has been impaired on all the apps. One one of the apps, the rendering is INTERMITTENT. Everything was working a few days ago. I have not changed the code on any of the apps. Any word on what may be going on?

[Google Maps API v3] Re: Checkbox in IE 9

2011-08-23 Thread K Smith
Thanks Esa I will fix those html errors and see if that changes things -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/X5FdgJzH6n8

[Google Maps API v3] Re: Regarding google map version3.3

2011-08-23 Thread Jin Kyu Yim
we are not able to use v3.4 of map in Korea Area. we want loadmap in Korea. Otherwise, we want the version of map that we can use the laodmap in korea. Why could not use Google map Only in Korea?? We want your Company to use map...please... -- You received this message because you are subscri

[Google Maps API v3] Re: Need examples/assistance with Zoom to Selected from Drop Down Menu (Fusion Tables)

2011-08-23 Thread Amelia Griza-Padilla
Hi Larry, Thanks for your patience, so I added the geoxml3_kmlStr.js file to my server http://www.advocacy.ucla.edu/Maps/geoxml3_kmlStr.js, but still nothing happens? I downloaded it from http://code.google.com/p/geoxml3/ Am I missing anything else? http://www.advocacy.ucla.edu/Maps/Assembly.html

[Google Maps API v3] Re: 2011/8/17 - New Release (3.6)

2011-08-23 Thread Gary Little
Chris, The behaviour seems to have changed in the past day or so. I'm now seeing the full complement of business icons by default. Gary On Aug 21, 6:43 pm, Chris Broadfoot wrote: > Hi Gary, > > Can you provide a link to a map that demonstrates this? Or just a > latlng/zoom level so I can try it

[Google Maps API v3] Re: Route live update

2011-08-23 Thread JKurtock
You could use the directionsService to get the total distance from LatLng x to destination. If you are currently using the directionsService to display the total route, you'll need another instance of the directionsService to do your distance-to-go calculation. If your total route is just a singl

[Google Maps API v3] Calculating distance based on "Blocks" rather than miles

2011-08-23 Thread Ian Nesbit
Hi, I'm building this delivery application where I need to calculate the distance between 2 different addresses and compare it to pre-defined number, i have it now running by Miles, so if the distance between both address are more than 2 radius miles (for example) it will be false, now my clien

[Google Maps API v3] Converting v2 directions data to v3 - is this possible?

2011-08-23 Thread DRicciardi
I have a database full of JSON encoded directions results that I got by using the v2 api. I would like to migrate my application to v3, but it appears the format of directions responses has changed considerably. Has anyone tried to convert this data? If not, could anyone point me in the right direc

[Google Maps API v3] Re: Restrictions of static maps?

2011-08-23 Thread Arjan
Interesting links! I'll study it with red ears! Thanks, Arjan -- 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 google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send ema

[Google Maps API v3] New Markers in Internet Explorer

2011-08-23 Thread Dan Pagliarini
I have a map that loads markers from a php database and a form that allows a user to submit their location to be added. When submitted, a new row in the table is created and a new marker is displayed on the map. This works great in Chrome and FF, but when the user submits in IE, the new marker d

[Google Maps API v3] Re: Restrictions of static maps?

2011-08-23 Thread geocode...@gmail.com
On Aug 23, 11:18 am, Arjan wrote: > Hi! > > I constructed a simple sample sector plot: > > http://arjan64.home.xs4all.nl/test2.html > > It does more or less what I had with static maps, but now hopefully > without the restriction of 2048 characters. Of course, now I have some > questions: > > 1):

[Google Maps API v3] France does not honor { featureType: "administrative.province", stylers: [ { visibility: "off" } ] }

2011-08-23 Thread AevumDesign
When using the Google Maps style wizard (http://gmaps-samples- v3.googlecode.com/svn/trunk/styledmaps/wizard/index.html) I have noticed that the country of France does not honor this code: { featureType: "administrative.province", stylers: [ { visibility: "off" } ] } The province outlines remain,

[Google Maps API v3] Route live update

2011-08-23 Thread troot
Hi, I'm doing a site for charity. It will have a map with a route on it. We have a device that will update a db with gps coordinates as the event proceeds. I can put a marker onto the map handy enough. What I'm looking to do though, is get the marker to update with the distance remaining to r

[Google Maps API v3] Re: Markercluster in V3

2011-08-23 Thread Al Black
Gary, in the example MarkerClustererPlus goes up to 1000 markers no sweat - would it be able to handle large numbers like 50,000-70,000? Cheers -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the w

[Google Maps API v3] Re: Restrictions of static maps?

2011-08-23 Thread Arjan
> 2): Is there a way to lock zooming? Once everything fits, I would > prefer the zoom-level to remain fixed. Now, every time I touch the > mouse wheel, or (try to) drag the map, the map changes. Okay, this one was simple. Sorry for asking: var myOptions = { [...] disableDefaultUI: true

[Google Maps API v3] Re: Restrictions of static maps?

2011-08-23 Thread Arjan
Hi! I constructed a simple sample sector plot: http://arjan64.home.xs4all.nl/test2.html It does more or less what I had with static maps, but now hopefully without the restriction of 2048 characters. Of course, now I have some questions: 1): With the static maps, the zoom was set automatically

Re: [Google Maps API v3] Server side clustering using the V3 API

2011-08-23 Thread Jeremy Geerdes
The concepts for server-side clustering are essentially the same from v2 to v3. Changing the front-end API has no significant effect on your backend. Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: jrgeer...@gmail.com If you're in the Des Moines, IA,

[Google Maps API v3] Removing restaurants, hotels etc. from the roadmap

2011-08-23 Thread mapblogger
Hi, since today there are restaurants and hotels displaying in the roadmap of my map. How can I disable this layer? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit

[Google Maps API v3] Server side clustering using the V3 API

2011-08-23 Thread Al Black
I have scoured the web and have found several books/tutorials on how to do server-side clustering on the V2 API, but not V3. This book details how to do it on the V2 API http://www.amazon.co.uk/Beginning-Google-Maps-Application-Ajax/dp/1590597079/ref=pd_sim_b_3 This V3 API book says in it's c

[Google Maps API v3] Re: PHP Won't output XML at least I think that's the problem....

2011-08-23 Thread Radina
Problem could be in php include file "filled in (phpsqlajax_dbinfo.php): You can try adding php ie wrote: > Yes, you ARE outputting something before the header() instruction. > That is what the error code means.  In addition to the odd space here > and there, a common problem is putting your

[Google Maps API v3] Re: 2011/8/17 - New Release (3.6)

2011-08-23 Thread geocode...@gmail.com
On Aug 16, 6:53 pm, Chris Broadfoot wrote: > Hi all, > > We recently released a new minor version of the Maps API. This means that > shortly, the versions of the Maps API will be: > 3.6: Development/Nightly > 3.5: Feature Stable > 3.4: Frozen > 3.3 will continue to exist for a short period of time

[Google Maps API v3] Re: Regarding google map version3.3

2011-08-23 Thread geocode...@gmail.com
On Aug 23, 9:53 am, Esa wrote: > You can specify v=3.3 in API script request > parametershttp://code.google.com/apis/maps/documentation/javascript/basics.html... But v3.3 was just retired, so that will result in getting v3.4. The documentation is out of date (unless it was rolled back): http://

[Google Maps API v3] Re: Regarding google map version3.3

2011-08-23 Thread Esa
You can specify v=3.3 in API script request parameters http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning -- 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 google-

[Google Maps API v3] Re: Markercluster in V3

2011-08-23 Thread Gary Little
First of all, performance will be very slow when handling this number of markers. I would guess that Internet Explorer, the slowest of the browsers, would be totally unusable. To answer your question: MarkerClusterer does not trigger events when it starts (and ends) clustering. However, MarkerClu

[Google Maps API v3] Re: Google maps don't show KML layers

2011-08-23 Thread Rossko
> this is a little > examplehttps://sites.google.com/site/gentiqirjazi/Gentiqirtasi.kml There are some invalid characters in front of your xml declaration. Maps KML parser can be pickier about validity than Google Earth. -- You received this message because you are subscribed to the Google Grou

[Google Maps API v3] Re: Google maps don't show KML layers

2011-08-23 Thread Joseph Elfelt
Your file opens in Google Earth for me. But when I try to open it in my KML viewer, I also get zoom 0. My KML files are working fine today. -- 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 go

[Google Maps API v3] Re: Customising marker style from search results in Fusion Tables

2011-08-23 Thread johny why
i don't know the api or kml, but i'm wondering if i can just add a "styleurl" field to the fusion table, and get that in the kml link in the right place, so that external mapping services can use it. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaSc

[Google Maps API v3] Re: Some of my KML just stopped working

2011-08-23 Thread geocode...@gmail.com
On Aug 23, 3:33 am, Maurice Tamman wrote: > 6:30 am and none of my kml feeds are working on my map of on the maps, > regardless of whether they are technically compliant or not. All still > work with Google earth. > > Chris: > > Are you still planning on rolling back? If not, can someone tell me >

[Google Maps API v3] Regarding google map version3.3

2011-08-23 Thread Jin Kyu Yim
Because of updated google map 3.6, we are not able to use the old version of map 3.3. In Korea, omly version 3.3 is available but we have received the datas of version 3.4 Is there any solutions to get the version of map 3.3? please we will wait for your fast reply... -- You received this mes

[Google Maps API v3] Official icons/pins

2011-08-23 Thread superscral
Hi, I would like official marker/places icons/pins for all colors: green, blue, yellow ... Someone know where are theses icons? Thanks -- 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 googl

[Google Maps API v3] Javascript API v3 templates

2011-08-23 Thread Satpack Travel
Hi, [Apologies in advance for my ignorance. I have searched for help and spent a long time on the documentation / tutorial] Does anyone know where I can get / who I could work with to get some templated code for a new API v3 map? I know what I want as output (latlng's, geolocated, using Fusion Ta

[Google Maps API v3] Google maps don't show KML layers

2011-08-23 Thread Genti Qirjazi
Hi I have tried to add some KML layers to the map but when the layers load the map goes to zoom 0 and dont show the placemarks. this is a little example https://sites.google.com/site/gentiqirjazi/Gentiqirtasi.kml. I tried this in h

[Google Maps API v3] Re: Can we add customized videos on our google page?

2011-08-23 Thread en4ce
so instead of a marker you want to place a video on the map? On 23 Aug., 09:35, GMapHelp wrote: > Hello Everyone, > >  As we can place markers and popup info window, can we also add our > personal videos on the map? > > Regards -- You received this message because you are subscribed to the Goog

[Google Maps API v3] Re: Some of my KML just stopped working

2011-08-23 Thread Rossko
> 6:30 am and none of my kml feeds are working on my map of on the maps, Beware the caching behaviour at Google's servers. If you edit your files say, or if there is some failure when Google's servers read them, there could be an old, invalid, or empty file stuck in cache for some hours. I'm sup

Re: [Google Maps API v3] Google maps markercluster ready event handling?

2011-08-23 Thread Répás Zoltán
Thanks for your answer Chris. Do you guys know anything about markercluster event handling? E.g. I'd like to make a preloader to markercluster loading, and fadeout on markercluster ready. How can i do this? Thanks again Répás Zoltán marhar...@gmail.com 06302311320 On 2011.08.18., at 3:48, Chr

[Google Maps API v3] Re: Restrictions of static maps?

2011-08-23 Thread Arjan
> If you need more complex maps I'd start looking at the V3 > API:http://code.google.com/apis/maps/documentation/javascript/ > Read the > basics:http://code.google.com/apis/maps/documentation/javascript/basics.html > And go through the > tutorial:http://code.google.com/apis/maps/documentation/ja

[Google Maps API v3] Re: Some of my KML just stopped working

2011-08-23 Thread Maurice Tamman
6:30 am and none of my kml feeds are working on my map of on the maps, regardless of whether they are technically compliant or not. All still work with Google earth. Chris: Are you still planning on rolling back? If not, can someone tell me why this KML is blowing up? Cheers, Mo On Aug 23, 1:

[Google Maps API v3] 如何在GOOGLE地图中显示本地商家信息

2011-08-23 Thread i...@sx.net.cn
默认好像把本地商家信息(包括银行、学校等)给全部隐藏了 怎样可以完整的显示全部数据信息,就像http://ditu.google.cn/maps?hl=zh-CN&tab=wl显示的一样 http://company.sx.net.cn/maps.html这个是我测试调用的一个例子,我需要在地图上显示所有的商家信息 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this gro

[Google Maps API v3] Can we add customized videos on our google page?

2011-08-23 Thread GMapHelp
Hello Everyone, As we can place markers and popup info window, can we also add our personal videos on the map? Regards -- 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 google-maps-js-api-v3

[Google Maps API v3] Re: Unable to Render a Map Marker

2011-08-23 Thread en4ce
same here, everything seems fine On 23 Aug., 05:55, "geocode...@gmail.com" wrote: > On Aug 22, 8:27 pm, Jordan Train wrote: > > > Today I noticed that some of my apps were not rendering markers for > > custom-defined marker images.  Everything was working fine before.  I > > suspect some change