On Tue, Oct 20, 2015, at 08:46, Michael Geary wrote:
> 
> Stop everything you are doing, right now, and adopt a version control
> system.
> 
> You could use Git, or you could use Mercurial. Either one is fine. Git is
> far more popular - you may want to pick it for that reason. But Mercurial
> is also very nice and can be easier to understand.

You don't even have to do that, and can simply create your copies of
code by hand, as long as you do it systematically. A real control system
does make things easier, though. It's also a good idea to note in a
comment block what changes you make in each version.

To the problem at hand: please post a URL, or the source of the page *as
it's served*. I'll happily have a look and see if I can determine what's
wrong, as I'm sure others will, but I'm not loading your PHP code on my
server, I'm afraid.

Please also say what a browser debugger (eg Firebug, or the Chrome
developer tools) indicates. Even if that indicates that the API has
stopped deep inside its innards, it's usually possible to follow a stack
trace back to the API call in your code and determine what you are
actually passing that the API has choked on.

-- 
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 receiving emails from it, send an email 
to google-maps-js-api-v3+unsubscr...@googlegroups.com.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
Visit this group at http://groups.google.com/group/google-maps-js-api-v3.
For more options, visit https://groups.google.com/d/optout.

Reply via email to