Here's an odd problem (I think): I've got the Google Maps pulling
data from an XML file that is generated by PHP with data pulled from a
MySQL database. It contains the latitude and longitude of a
coordinate, along with other bits of metadata to display in the Info
Window.
There are 33 locations in the database, but the map is only showing 18
I have made a map for our customers to draw their trade area, for
example a pizza delivery area. [link] Now, I
am not good with mySQL, I have tried reading a bunch of the tutorials
I have been working on this project for a few days and can't figure it
out, my problem is that I don't understand JaveScript, I am trying
hard to pick it up, but it's much harder than HTML...
I am trying to add a google address search function to the map I
created for drawing. Basically I am trying to combine these two maps
Does anyone know how to use/get the actual Google Maps template? The
issue I'm having is the API template does not show the same background
detail as the actual Google Maps template. For example, if you type
in: 199 Bay St, Toronto, ON, Canada into normal Google maps, you can
see the various buildings on the screen (e.g. Commerce Court, TD
<script src="[link]
file=api&v=2&key="your map key"
type="text/javascript"></scrip t>
Your google map will NOT work anymore. Too bad that many websites
including ours are being interrupted by this update right now.
any ideas why? I thought the API should be the same for US address and
canada address.
Thanks!
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById( "map"));
Thanks!
Steve
Thanks!
Steve
Thanks
- Steve
My site is [link]