Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
store locator
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mary Jane  
View profile  
 More options Oct 30, 2:00 am
From: Mary Jane <mjan...@gmail.com>
Date: Thu, 29 Oct 2009 08:00:13 -0700 (PDT)
Local: Fri, Oct 30 2009 2:00 am
Subject: store locator
Good Morning!
I have not found an answer in the other messages. Perhaps you can
help :-) My php file works fine when I use my location and ask for
stores within a radius. MY html shows the right map and zoom. The
problem is with the radius variable, I think. When I ask to see all
within 25 miles of an input address, all are displayed regardless of
distance. Somehow my radius and the selected facilities are not being
coordinated. Any ideas? Thanks!

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Leach  
View profile  
 More options Oct 30, 3:19 am
From: Andrew Leach <andrew.leac...@googlemail.com>
Date: Thu, 29 Oct 2009 09:19:45 -0700 (PDT)
Local: Fri, Oct 30 2009 3:19 am
Subject: Re: store locator
On Oct 29, 3:00 pm, Mary Jane <mjan...@gmail.com> wrote:

> Good Morning!
> I have not found an answer in the other messages. Perhaps you can
> help :-) My php file works fine when I use my location and ask for
> stores within a radius. MY html shows the right map and zoom. The
> problem is with the radius variable, I think. When I ask to see all
> within 25 miles of an input address, all are displayed regardless of
> distance. Somehow my radius and the selected facilities are not being
> coordinated. Any ideas? Thanks!

Um... something's going wrong. But if the code can find your address
and show stores within the radius correctly, presumably that's
correct. Without a link as requested in the posting guidelines, there
isn't a great deal to go on.

Andrew


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
geocodezip@gmail.com  
View profile  
 More options Oct 30, 3:23 am
From: "geocode...@gmail.com" <geocode...@gmail.com>
Date: Thu, 29 Oct 2009 09:23:25 -0700 (PDT)
Local: Fri, Oct 30 2009 3:23 am
Subject: Re: store locator
On Oct 29, 8:00 am, Mary Jane <mjan...@gmail.com> wrote:

> Good Morning!
> I have not found an answer in the other messages. Perhaps you can
> help :-) My php file works fine when I use my location and ask for
> stores within a radius. MY html shows the right map and zoom. The
> problem is with the radius variable, I think. When I ask to see all
> within 25 miles of an input address, all are displayed regardless of
> distance. Somehow my radius and the selected facilities are not being
> coordinated. Any ideas? Thanks!

Where is your map?

http://groups.google.com/group/google-maps-api/web/suggested-posting-...

http://groups.google.com/group/Google-Maps-API/web/why-including-a-li...

  -- Larry


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mary Jane  
View profile  
 More options Oct 30, 6:42 am
From: Mary Jane <mjan...@gmail.com>
Date: Thu, 29 Oct 2009 12:42:03 -0700 (PDT)
Local: Fri, Oct 30 2009 6:42 am
Subject: Re: store locator
Hi all
Thank you so much for your prompt assistance! I worked on it more and
it now works just fine. I'm not sure how I can send you a link to my
work because it is on my mac, not on a publicly accessible server. I
use phpAdmin and my computer serves as my testing environment. Do you
accept code? Thanks!

On Oct 29, 12:19 pm, Andrew Leach <andrew.leac...@googlemail.com>
wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
geocodezip@gmail.com  
View profile  
 More options Oct 30, 8:45 am
From: "geocode...@gmail.com" <geocode...@gmail.com>
Date: Thu, 29 Oct 2009 14:45:50 -0700 (PDT)
Local: Fri, Oct 30 2009 8:45 am
Subject: Re: store locator
On Oct 29, 12:42 pm, Mary Jane <mjan...@gmail.com> wrote:

> Hi all
> Thank you so much for your prompt assistance! I worked on it more and
> it now works just fine. I'm not sure how I can send you a link to my
> work because it is on my mac, not on a publicly accessible server. I
> use phpAdmin and my computer serves as my testing environment. Do you
> accept code?

No.  It is preferable that you find a public place to host your map
and post a link to that.  If it will _never_ be public, it violates
the terms of use (unless you have a premier/enterprise license).

  -- Larry


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mary Jane  
View profile  
 More options Nov 4, 9:27 am
From: Mary Jane <mjan...@gmail.com>
Date: Tue, 3 Nov 2009 14:27:58 -0800 (PST)
Local: Wed, Nov 4 2009 9:27 am
Subject: store locator
Hello:
All is working beautifully with the store locator. I really like the
pull down list that replaced the side bar. I can't give any one access
to my files because they are on my computer, not a server. But I can
email code. The problem is this: I want to put a directions link in my
info window. So far, I have used this code:
var html = "<b>" + name + " " + "("+CERF+")" + "</b> <br/>" + address
+ "<br/>" + county + "<br/>" + phone + '<br> <a href="http://
maps.google.com/maps?saddr=&daddr=' + latlng.toUrlValue() + '" target
"_blank">Directions<\/a>';

This works fine. It takes me to the google map locations and puts one
of my stores in the "to" direction box. I would like to be able to do
3 things:
1. Take the address that was input in the box (addressInput) and put
it in the "from" box and
2. Display the to and from as addresses, not latlng.
3. Drop a marker on the starting point (addressInput).
Thanks ever so much!


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google