[Google Maps API v3] Maps returning NAN and not lat() and lon()

2016-02-21 Thread Brian Pollock
I have been using V3.21 which appears to have been deprecated 1-2 days ago. Now my maps have stopped working. Can anyone help me figure out why? www.ilac,com/maps and click on any name to pull up the map page Thanks in advance -- You received this message because you are subscribed to the Go

[Google Maps API v3] google maps api is returning blank lat and lon after 3.21 was deprecated

2016-02-21 Thread Brian Pollock
Can anyone point me in the right direction. www.ilac.com/maps and click on any name to pull up map page Thanks Brian -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this group and stop receiv

[Google Maps API v3] Re: Geocode Viewport - Louisiana Incorrect

2012-01-18 Thread Brian Bokor
Ok Submitted..thanks! Issue 3851:Bug: Louisiana Viewport Coords are incorrect On Jan 17, 11:33 pm, "geocode...@gmail.com" wrote: > On Jan 17, 11:41 am, Brian Bokor wrote: > > > Yes Larry, > > > I was looking for my post to put that the coord coming back to

[Google Maps API v3] Re: Geocode Viewport - Louisiana Incorrect

2012-01-17 Thread Brian Bokor
r this? On Jan 17, 4:48 am, "geocode...@gmail.com" wrote: > On Jan 16, 8:43 pm, Brian Bokor wrote: > > > When I geocode LA or Louisiana, I get an object back from Google that > > have Louisiana, USA in it.  It has a viewport but doesn't display on > > the m

[Google Maps API v3] Geocode Viewport - Louisiana Incorrect

2012-01-16 Thread Brian Bokor
When I geocode LA or Louisiana, I get an object back from Google that have Louisiana, USA in it. It has a viewport but doesn't display on the map like any other state. It seems to have some issue with it. Thoughts? -- You received this message because you are subscribed to the Google Groups "G

[Google Maps API v3] Getting a error about key not valid even though I just requested a new one.

2012-01-10 Thread Brian Thornton
Please see http://www.fortwaynesnow.com/our_customers.cfm My key is http://code.google.com/apis/maps/signup.html is exactly " ABQItBF3wGWh50oUoDJZr1nTeRSI8K0vNfONiFoIdzL4GTTB93oCvhSXCV9V43pS5uWxxrL8Xf_oZQmFyg" Any ideas? -- You received this message because you are subscribed to the Google

Re: [Google Maps API v3] Abridged summary of google-maps-js-api-v3@googlegroups.com - 30 Messages in 16 Topics

2011-12-30 Thread Brian Bach Mortensen
Sent from my iPad On 29/12/2011, at 07.49, google-maps-js-api-v3@googlegroups.com wrote: > Today's Topic Summary > Group: http://groups.google.com/group/google-maps-js-api-v3/topics > > Static Map URL gives 500 error [2 Updates] > MVCObject: initialization and bulk updates [1 Update] > Googl

[Google Maps API v3] Google Map with Route

2011-09-20 Thread Brian Muscat
Hi, I am trying to create something similar to the map in the following link http://www.citysightseeing.co.za/Two-Oceans-Aquarium where there is a route over the streets can any one give a hand with some sample code pls -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] php to xml to gmaps markers

2011-08-04 Thread Brian
Hi, I'm a newbie to google maps. I have a web service that gives me the long and lat for addresses. I am able to send that information to simple xml, and output the xml. What I cannot figure out though is why my markers are not populating from this data. I'm using this article's example

[Google Maps API v3] Re: Advice please - Custom map for a flat game world

2011-04-13 Thread Brian David
Greetings... Blake... I've wondered about this for about as long as this thread is old. You have some wonderful work here. I am nowhere near as capable of these things so I humbly ask and wonder if someone actually needed 2 simple static maps... made into Google maps,,, assigned to a api

[Google Maps API v3] Re: Alternative to KmlLayer

2011-02-28 Thread Brian
x27;m very pleased with the setup. Thanks for the help! On Feb 10, 11:41 am, Brian wrote: > I've had people as far as 300 miles from me check it out with the same > results. > > This is what I'm > seeing:http://www.freeatvmaps.com/error1.pnghttp://www.freeatvmaps

[Google Maps API v3] Re: downloadURL not loading responseXML but responseText

2011-02-22 Thread Brian
Here is a link to the code: http://www.trackaship.com/indexapi3.php -- 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, sen

[Google Maps API v3] Re: Alternative to KmlLayer

2011-02-10 Thread Brian
#x27;m going to see what I can do with Fusion Tables for the nearby trails (the bulk of the KMZ contents and size) and load the markers and main trail with geoxml3. I'll also generate a big static KMZ file for a region and see how it works. Thanks again! Brian On Feb 10, 11:22 am, James McGil

[Google Maps API v3] Re: Alternative to KmlLayer

2011-02-10 Thread Brian
The entire map is 8,000+ miles of ATV trails covering the state of Utah and would be on the order of 50MB to 100MB (as a zipped KMZ). That's why I'm only dynamically serving up what the visitor is currently looking at (with the options they currently have selected to be included in the view). Than

[Google Maps API v3] Re: Alternative to KmlLayer

2011-02-09 Thread Brian
. Maybe then I could use geoxml3 for the rest. Thanks, Brian On Feb 9, 4:45 pm, James McGill wrote: > Hi Brian, > > I don't see any explicit cache headers on sample.kmz. Try allowing public > caching with an explicit cache time of 6 hours. I suspect that this will > help with m

[Google Maps API v3] Re: Alternative to KmlLayer

2011-02-09 Thread Brian
kes a huge difference (a 120K KMZ file is 800K as a KML file, but I think its probably gzip'd before being sent). So unless I find a way to optimize geoxml3 I may be stuck with having everything rendered on Google's servers. I wish I knew why some of the tiles aren't loading or are partiall

[Google Maps API v3] Re: Alternative to KmlLayer

2011-02-09 Thread Brian
;ll work in all but the slowest computers, so I can have all the interaction be between my server and the client and leave Google's servers out of it. It looks like geoxml3 is going to be my best bet. Thanks for the quick response, Brian On Feb 9, 9:49 am, Joseph Elfelt wrote: > Brian,

[Google Maps API v3] Re: Alternative to KmlLayer

2011-02-09 Thread Brian
Thanks! That is exactly what I needed! It loads completely every time, is fast, and doesn't seem to bog down the browser (I'll still have to test it with one of the 120K files to be sure). Thank you! Brian On Feb 9, 9:34 am, "geocode...@gmail.com" wrote: > On Feb 9

[Google Maps API v3] Re: Alternative to KmlLayer

2011-02-09 Thread Brian
want it to be smooth and predictable, and so far I haven't been able to get KmlLayer to be predictable (it's smooth when it works and when Google's servers are fast). Thanks, Brian On Feb 9, 9:05 am, "geocode...@gmail.com" wrote: > On Feb 9, 7:49 am, Brian wrote: &g

[Google Maps API v3] Alternative to KmlLayer

2011-02-09 Thread Brian
round they can quickly have the new data loaded for that viewport. Thanks! Brian -- 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 unsubsc

[Google Maps API v3] Stopover Property of DirectionsWaypoint

2011-02-02 Thread Brian B
I have been trying to figure out exactly what the stopover property does. The documentation says: If true, indicates that this waypoint is a stop between the origin and destination. This has the effect of splitting the route into two. This value is true by default. Optional. I don't underst

[Google Maps API v3] Altering infowindow after load via jQuery

2010-12-14 Thread Brian
h(function(){ $(this).html('something else'); }); However, it doesn't find any .tickets elements on the page which I'm assuming is to the fact that I need to bind the data when the maps load, but I'm not sure how this can be done. Any help would be greatly appreciated. T

[Google Maps API v3] Re: Problem loading map in Chrome

2010-11-09 Thread Brian G.
Right you are! Thank you so much for your help. -- 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...@googlegroups.com. To unsubscribe from this group, send email to google-m

Re: [Google Maps API v3] Re: Problem loading map in Chrome

2010-11-09 Thread Brian G.
Does anyone have any thoughts on this? I'm trying to figure out if I'm just making a newbie error or if this is a bug of some kind. I can't figure out why html content on the page would interfere with the map loading or why it only happens in Chrome. -- You received this message because you are s

[Google Maps API v3] Re: how to disable the zoom control, street view, and directions from map?

2010-11-08 Thread Brian G.
To answer your first question, you can set the properties as follows in the myOptions variable: navigationControl: false, scaleControl: false, streetViewControl: false, -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post

Re: [Google Maps API v3] Re: Problem loading map in Chrome

2010-11-08 Thread Brian G.
Thanks for your response. I tried changing the position of the fieldset tags but that didn't change anything. The pages in question can be found here: http://www.briangrass.com/SpeciesMapping/Index.php On the first page, double click on the map to place a marker and then click Create Entry. This

[Google Maps API v3] Problem loading map in Chrome

2010-11-06 Thread Brian G.
I am having a problem with Chrome that has me pulling my hair out. First, I had a page that, in Chrome, would load a map with a marker at a location that had been selected on a map on the previous page. Then I tried renaming the "mapcanvas" element so that I could give it a different style than on

[Google Maps API v3] Re: Directions and Terms of Use

2010-10-14 Thread Brian Shultz
Thank you. That's what I thought but I was told to make sure. On 10/14/10, Andrew Leach wrote: > On Oct 14, 8:37 pm, freq47 wrote: >> Can I have an application that is freely available online that sends >> directions as text message or email using the free api?  If not is >> there a viable alter

[Google Maps API v3] Re: Banished Pegman has Crashed the Party!

2010-10-10 Thread Brian
Luke, (and arolleston) Thanks for the offer, but I have found it. See the last post on this thread. http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/e9dd455c62c4c853 removing the statement "map.setStreetView(pano)" fixed it. Brian On Oct 9, 11:41 pm,

[Google Maps API v3] Re: Banished Pegman has Crashed the Party!

2010-10-09 Thread Brian
the map. I have tried the same as arolleston to sprinkle specific calls to set the streetViewControl to false, to no avail. This is a little annoying, as it has only just happened recently. Brian On Oct 9, 12:21 am, Luke Mahé wrote: > Hi Arolletson, > > You need to set streetViewCont

[Google Maps API v3] Custom InfoWindow

2010-08-19 Thread Brian
I am trying to create a custom infowindow for my map, but have so far been unsuccessful. I found an example already posted which directed me here: http://gmaps-samples-v3.googlecode.com/svn/trunk/infowindow_custom/infowindow-custom.html but I have not been able to reproduce it (let alone customi

[Google Maps API v3] Re: Adjust list results on pan/zoom

2010-08-08 Thread Brian
Not sure what you are asking, but I am developing locally and my map is in a "div" tag. On Aug 7, 4:08 pm, "geocode...@gmail.com" wrote: > On Aug 7, 9:51 am, Brian wrote: > > > I am trying to dynamically adjust a list of results which are within > > the

[Google Maps API v3] Adjust list results on pan/zoom

2010-08-07 Thread Brian
I am trying to dynamically adjust a list of results which are within the bounds of my map. My results are JSON formatted, but I'm not sure how to use the pan and/or zoom events to update the list. Redfin.com is a site that does this, and I am trying to mimic that functionality. -- You received

[Google Maps API v3] Re: Z-Index of KmlLayers

2010-06-16 Thread Brian
or after the Polyline. Brian On Jun 16, 10:34 am, dwieeb wrote: > Hello, > > I've been trying to find some documentation on the z-index of > KmlLayers. I'm not finding anything in the API or by a few google > searches. > > I have 4 layers that need to have a sp

[Google Maps API v3] KmlLayer - Google's Servers Hammering My Server

2010-06-16 Thread Brian
Using KmlLayer (triggered by the "idle" event after the map is zoomed or panned) I'm loading a dynamically generated .kmz file. The .kmz file is generated from the database and served directly from memory. It's never actually a file on the server. This part is all working as expected. But for e

[Google Maps API v3] Re: Geocoder results in 403 for some customers

2009-12-17 Thread Brian
Hey, We're getting the same error as well. Brian On Dec 7, 9:18 am, Rehan Iftikhar wrote: > Hello > > I am experiencing the same issue. We are getting 403 errors on our > production site but not on our testing site. The code is the same. Do > we know when to expect a fix? &

Re: [Google Maps API v3] infowindow multiple

2009-11-22 Thread Brian Casey
> -- > 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...@googlegroups.com. > To unsubscribe from this group, send email to > google-maps-js-api-v