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!
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.
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!
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:
> 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.
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).
> On Oct 29, 12:19 pm, Andrew Leach <andrew.leac...@googlemail.com>
> wrote:
> > 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.
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!