Google map on your site
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
Google map on your site
Here you can easy install a google map on your site with a marker on adress you choose, demo is on this adresse http://www.mathieuweb.fr/google/
* this don't work in preview
* important you must have your own key! this is anumber you must do in the parameter of the extension, this key is only work for the directory on your website where you have install the script, you can have a key free there http://code.google.com/apis/maps/signup.html
* enter in teh parameter the extension , the adress you want have a maker, when you click on marker , a windows open you can do a image inside and texte, text can be html code, be careful if you write html code, you must write a \ before a " or this will not work
you can download here http://www.mathieuweb.fr/google/googlemap.zip
* this don't work in preview
* important you must have your own key! this is anumber you must do in the parameter of the extension, this key is only work for the directory on your website where you have install the script, you can have a key free there http://code.google.com/apis/maps/signup.html
* enter in teh parameter the extension , the adress you want have a maker, when you click on marker , a windows open you can do a image inside and texte, text can be html code, be careful if you write html code, you must write a \ before a " or this will not work
you can download here http://www.mathieuweb.fr/google/googlemap.zip
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
little explain :
in parameter "adresse_marqeur" you can tape your home adresse gor instance -> champs élysées Paris ,France just be careful if your adresse have this caracter -> ' you must tape \ before the ' for instance for the adresse boulevard de l'europe, obernai you must type boulevard de l\'europe obernai
* for enter description inside the windows, html code can be enter but you must had to the caracter \ before all "
in parameter "adresse_marqeur" you can tape your home adresse gor instance -> champs élysées Paris ,France just be careful if your adresse have this caracter -> ' you must tape \ before the ' for instance for the adresse boulevard de l'europe, obernai you must type boulevard de l\'europe obernai
* for enter description inside the windows, html code can be enter but you must had to the caracter \ before all "
- BaconFries
-
- Posts: 5619
- Joined: Thu Aug 16, 2007 7:32 pm
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
- BaconFries
-
- Posts: 5619
- Joined: Thu Aug 16, 2007 7:32 pm
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
hi i was do little improvement in google map extension,now if you want you can select your own image to put on the marker , you can see one internet site to who can give you fast code for do a google map card here http://mapmaker.donkeymagic.co.uk/
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
Bonjour Mathieu_bond,
Excellent travail!
Je serai interessé par ton système de recherche multi-critères pour l'adapter à un site en cours de création (moi ce ne sera pas du tout de la location ni de l'immobilier, mais des musées)
Si tu vends ton script, donnes-moi ton prix, je te dirai si cela rentre dans mon petit projet de création.
Merci par avance pour ta réponse.
Hello Mathieu_bond,
Excellent work!
I will be interested in your system for multi-criteria to adapt it to a site being developed (I will not be at all of the rental or real e.s.t.a.t.e, but the Museums)
If you sell your script, give me your price, I will tell you if it falls within my little project to create.
Thank you in advance for your reply.
Excellent travail!
Je serai interessé par ton système de recherche multi-critères pour l'adapter à un site en cours de création (moi ce ne sera pas du tout de la location ni de l'immobilier, mais des musées)
Si tu vends ton script, donnes-moi ton prix, je te dirai si cela rentre dans mon petit projet de création.
Merci par avance pour ta réponse.
Hello Mathieu_bond,
Excellent work!
I will be interested in your system for multi-criteria to adapt it to a site being developed (I will not be at all of the rental or real e.s.t.a.t.e, but the Museums)
If you sell your script, give me your price, I will tell you if it falls within my little project to create.
Thank you in advance for your reply.
If you want English, just use the google maps, embed link, and dump the html into a HTML object in your page, it does exactly what the extension appears to be doing.
Just navigate to a google map, zoom to the size and position you want, then click "link", then select ":Paste HTML to embed in website"
Not even sure why you would need an extension as this is already built in whit the HTML object.
Don't try to use to many on one page or it really slows down the page as all the maps have to load in the back ground when you navigate to the page.
cheers
The Fred
Just navigate to a google map, zoom to the size and position you want, then click "link", then select ":Paste HTML to embed in website"
Not even sure why you would need an extension as this is already built in whit the HTML object.
Don't try to use to many on one page or it really slows down the page as all the maps have to load in the back ground when you navigate to the page.
cheers
The Fred
Re: Google map on your site
Great extension. Thanks so much.
I am inserting the address in with this PHP code gradding the data from a database.
<?php echo($fldJL_Address1 . ' ' . $fldJL_Address2); ?>
However I have a need for a map with multiple balloons (multiple addresses). I don't suppose there is an extension kicking around that can do this? I tried putting 2 addresses in separated by colons and also by semi-colons and it only picks up the 2nd address (the last one). Just did a Google search on this.
"google map extensions with multiple addresses".
I found lots of hits but I don't want to post the links since they may not work with WWB.
Too newbie to know - LOL. I did notice that Google announced an extension for mobiles.
I am inserting the address in with this PHP code gradding the data from a database.
<?php echo($fldJL_Address1 . ' ' . $fldJL_Address2); ?>
However I have a need for a map with multiple balloons (multiple addresses). I don't suppose there is an extension kicking around that can do this? I tried putting 2 addresses in separated by colons and also by semi-colons and it only picks up the 2nd address (the last one). Just did a Google search on this.
"google map extensions with multiple addresses".
I found lots of hits but I don't want to post the links since they may not work with WWB.
Too newbie to know - LOL. I did notice that Google announced an extension for mobiles.
Re: Google map on your site
Paul,
You might take a look at that extension page.
Seems your google api key is suspended
Hans
You might take a look at that extension page.
Seems your google api key is suspended
Hans
Re: Google map on your site
@Adendum, I got this message when going to the site.
Re: Google map on your site
Yup, I'm on it. Cocked it up yesterday when trying out something for a client!
Re: Google map on your site
Un-Cocked and all demos now working.