Thanks Rossko. I'll switch to _POST.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/3Na6GGkamesJ.
To post to this group, send ema
http://code.google.com/intl/fr-FR/apis/maps/articles/phpsqlinfo_v3.html
(The google tutorial, "From Info Windows to a Database: Saving User-
Added Form Data")
We use _GET in the above example. It isn't dangerous because no one
ever sees the URL ? There is no chance of a robot adding stuff by
accid
Oops! I see now : I just replace
downloadUrl("phpsqlajax_genxml.php", function(data)
on this page
http://code.google.com/intl/fr-FR/apis/maps/articles/phpsqlajax_v3.html
with this
downloadUrl("my_local_xml_file.xml", function(data)
Cheers,
Dave
On Dec 17, 6:19 pm, Dave
Hello,
I want to share my maps with other website owners and am looking for a
way to sidestep the cross-domain restrictions. So I'll provide 3
components: the hlml page, the javascript, and a static xml file. I am
having trouble with the javascript to download the static xml file. I
saw an example
Thanks Larry !
Yes, Javascript.
On 14 nov, 17:53, "geocode...@gmail.com" wrote:
> On Nov 14, 7:55 am, DaveGivesPHPaShot wrote:
>
>
>
>
>
> > Hello and thanks for your help,
> > This page produces markers
> > :http://www.thebigmap.com/test/wait_on
Hello and thanks for your help,
This page produces markers :
http://www.thebigmap.com/test/wait_onlyonechangenov8c.htm
works. It queries (as you can see in the source code) this php file:
http://www.thebigmap.com/test/genxml_by_tag.php
But this page doesn't produce markers :
http://www.thebigmap.c
Re error:
I am on a French version of IE, but at work and I can't see which
version of IE.
On http://map.quillamwa.com/distancewidget/ and http://map.quillamwa.com/
I get the exact same error message :
Line 477, character 2, Identifier, string or number expected.
(I am translating from French : "i
earch terms and clicking
a button.
In any case, here is my code
http://www.thebigmap.com/test/marche_alimentaire_wait_to_loadnov5c.html
I added in a couple of alerts to help me see what is going on.
Thanks for all of your help !
On 4 nov, 17:57, DaveGivesPHPaShot wrote:
> Thanks Rossko !
>
Thanks Rossko !
That helped. I will remove that click listener, too.
On 4 nov, 11:34, Rossko wrote:
> The line mysql_downloadUrl(..) isn't inside any function so it gets
> executed as the page loads. Keep a careful count of curly brackets.
>
> The map click listener does nothing
> google.maps.ev
Hello and thanks in advance for your help.
This is a google mashup in which a function fires onload instead of
waiting patiently to be called upon.
http://www.thebigmap.com/test/marche_alimentaire_wait_to_loadnov3c.html
I would like to load an empty map and wait for the user to enter
search in
Great Larry !
That makes sense. When I broke the onload function into a separate map
load and marker load function, I created this problem.
By the way, did you see the reference to you in the comments ?
Thanks a lot,
David
--
You received this message because you are subscribed to the Google Grou
Hello,
Here is my page.
http://www.thebigmap.com/test/search_by_tagnov02e.html
The error occurs if you enter something in the text box at top right
and try to call the script.
Here is the error I'm getting
Uncaught Error: Invalid value for property : [object
HTMLDivElement]
Any ideas ?
Thanks !
I'm new to java and had a hard time understanding the examples here
http://econym.org.uk/gmap/example_categories.htm
and here
http://www.geocodezip.com/v3_MW_example_categories.html
compared to the google tutorial here
http://code.google.com/apis/maps/articles/phpsqlajax_v3.html
The first point to
Ah yes! I'm still getting my hands around Javascript and I see what
you mean :
var marker = new google.maps.Marker( { position: latlng , map:
map } ); will only process one argument but I can stuff various custom
properties in there. Is that right?
So I am not limited to the properties here
http://
> This is the page from Mike Williams' (v2) tutorial that explains
> it:http://econym.org.uk/gmap/categories.htm
>
> I just ported it to v3.
>
> -- Larry
I suppose that the constructor google.maps.Marker will only take
certain arguments. (I found the V3 API documentation, but don't find
an expr
On Sep 17, 3:51 am, DaveGivesPHPaShot wrote:
>
>
>
>
>
> > On 17 sep, 07:15, Chris Broadfoot wrote:
>
> > > There is no need to double post. You posted this same question only about
> > > 5
> > > hours ago.
>
> > Thank you Chris, I had hoped to
> > InfoWindow is certainly not a child of Marker (in the DOM - that *is* what
> > you're asking, right?)
Oops. Thanks Chris. I didn't catch this on the first read. Bind is not
doing what I thought, then.
--
You received this message because you are subscribed to the Google Groups
"Google Maps
Golly, two typos above. Any way to edit a post ?
On 17 sep, 12:51, DaveGivesPHPaShot wrote:
> On 17 sep, 07:15, Chris Broadfoot wrote:
>
> > There is no need to double post. You posted this same question only about 5
> > hours ago.
>
> Thank you Chris, I had hoped to mo
On 17 sep, 07:15, Chris Broadfoot wrote:
> There is no need to double post. You posted this same question only about 5
> hours ago.
Thank you Chris, I had hoped to modify the post to make it clearer but
only saw the 'remove' option and no "edit post" option, so I removed
and re-created.
> InfoW
Hello,
I thought that the infowindow was a childnode of marker and that I'd
be able to add other childnodes to the marker.
Here's what I'm doing : I've been trying to add checkbox functionality
to this type of code
http://code.google.com/apis/maps/articles/phpsqlajax_v3.html
But I don't underst
Hello,
Am I making this too hard ? I've been trying to find out how to add
nodes to markers. Is that possible ? I thought that the infowindow was
a childnode of marker and that I'd be able to add other childnodes to
the marker.
Here's what I'm doing : I've been trying to add checkbox functionality
Can you get that same bit of information to appear correctly in an
html page or something other than a google map? If so, that may be a
sign that your database is set up fine and that something coming
afterwards is not set up correctly. I had a character set problem with
French accents and someone
Hello Greg45
The gentleman who produced this site has a lot of examples I found
helpful.
http://econym.org.uk/gmap/basic2.htm
Also, try this search in google
site:http://gmaps-samples-v3.googlecode.com/svn/trunk/
you will find a lot of need examples of things that can be done.
On Sep 13, 4:43 pm
Thanks. I found the answer and will be happy to remove this thread.
How do I do that?
On Sep 13, 9:26 pm, "geocode...@gmail.com"
wrote:
> On Sep 13, 12:16 pm, DaveGivesPHPaShot wrote:
>
> > I'm working from this
> > tutorialhttp://code.google.com/intl/fr/a
I'm working from this tutorial
http://code.google.com/intl/fr/apis/maps/articles/phpsqlinfo.html
which creates the form from a super-long java string. I think my
problem may be from trying to do check marks with this method of
creating the form.
--
You received this message because you are subscr
Hello, I'm new to PHP and I suspect it's due to the way my database is
set up.
On this page,
http://www.oukwakan.org/jdmlredo17.html
, you can see my code - the info window asks the questions and closes
at the end. However, when I go in and look at my database using
PHPMyAdmin, I don't see any 1
Awesome ! Thanks Rossko. I usually benefit by trusting the higher
source and trying to find out where I went wrong in implementing the
teaching. This was a rare case where the "Word of God" contained a
typo. I hadn't seriously considered that idea.
On 9 sep, 15:19, Rossko wrote:
> > Original code
early and am not due to start work until 9am.
Thanks again, Ralph !
On 10 sep, 04:59, DaveGivesPHPaShot wrote:
> Oops ! Yes, of course. Thanks a lot, Ralph !
> Maybe I'll experiment with exact encoding now. I am getting some
> gibberish, but xml works !
>
> view-sourc
etAttribute('name', utf8_encode($row['name']));
>
> Ralph
>
> On Sep 9, 2:13 pm, DaveGivesPHPaShot wrote:
>
>
>
> > Hello, I am trying to duplicate this google code tutorial on using
> > MySql and PHP with Google Maps V3.
>
> >http://code.google.co
Thank you Ralph !
Where do I put it?
On Sep 9, 2:35 pm, Ralph wrote:
> Maybe this might work
>
> $occ->setAttribute('name', utf8_encode($row['name']));
>
> Ralph
>
> On Sep 9, 2:13 pm, DaveGivesPHPaShot wrote:
>
>
>
> > Hello,
Hello,
When I made this variable global, am I asking for trouble later on ?
Original code that returns 'request' undefined
http://www.oukwakan.org/googlemysqltest.htm
But here,
http://www.oukwakan.org/googlemysqltestGLOBALVAR.htm
I made the request gloval variable by removing VAR in this bit of
Hello, I am trying to duplicate this google code tutorial on using
MySql and PHP with Google Maps V3.
http://code.google.com/intl/fr/apis/maps/articles/phpsqlajax_v3.html
I have foreign characters (well they aren't "foreign" for everyone,
but you know what I mean, right?) in my MySql database.
W
Hello,
Here is a link which gives you two markers with name "Best" :
http://www.oukwakan.org/phpsqlajax_genxml.php?nom=best
One of the markers has lat lat="-37.1235"
But if you enter
http://www.oukwakan.org/phpsqlajax_genxml.php?nom=Best&lat=-37.1235
... you get an empty xml.
For now, I'm just te
Just an idea : an extremely long query for points of interest within
25 miles of itinerary marker 1 OR within 25 mi of itinerary marker 2
OR within 25 mi of itinerary marker 3, etc.
On 4 juil, 09:56, sgiddings wrote:
> Hello,
>
> Can anyone please advise me with this scenario.
> I have amySqldata
34 matches
Mail list logo