GOOGLE MAP API V3 CARTE, MARQUEUR, INFOWINDOWS

varfendell Messages postés 3256 Date d'inscription jeudi 27 décembre 2007 Statut Membre Dernière intervention 8 février 2020 - 27 août 2010 à 12:45
 beges28 - 22 août 2012 à 23:19
Cette discussion concerne un article du site. Pour la consulter dans son contexte d'origine, cliquez sur le lien ci-dessous.

https://codes-sources.commentcamarche.net/source/52226-google-map-api-v3-carte-marqueur-infowindows

Parfait, précis et rapide... Pas assez de qualificatif pour définir votre aide. Votre explication était correcte et cela m'a enlever une grosse épine du pied et m'évitera de passer encore des nuits blanches. Merci
varfendell Messages postés 3256 Date d'inscription jeudi 27 décembre 2007 Statut Membre Dernière intervention 8 février 2020
22 août 2012 à 14:48
Bonjour beges28,

J'ai regardé ton code, et le problème ne viens pas du grand nombre de marqueurs.
Dans certain nom de lieu, il y a des ' qui, du coup, rentre en conflit avec les délimiteurs de texte.

Par exemple ton second marqueurs se nomme salle d'Angers, et à partir de la, sa marche plus.

Pour corriger se problème, je te propose 2 solutions:

La première s'applique si ton code est auto généré par un script et qu'il t'es difficile de faire la seconde: remplace les délimiteurs de texte du type 'ton texte' par "ton texte"

La seconde sera moins lourdes si tu as écrit ton code manuellement, rajoute un \ devant chaque ' qui n'est pas un délimiteur de texte (salle d\'Angers)

Pour avoir une meilleur visibilité des endroits qui posent problèmes, tu peut ouvrir ton document avec notepad++, et tu verra les texte qui sont censé être en gris devenir noir lorsqu'il y a un problème avec une apostrophe.

N'hésite pas à me dire si sa fonctionne mieux, et à noter ce code ;)

PS: si tu as encore du code à envoyer, il vaut mieux la faire par message privé, pour plus de lisibilité sur les commentaires)

Cordialement
Bonjour,

tout d'abord, merci pour ce code html...

J'ai une question car lorsque je mets mes marqueurs, cela n'affiche plus la carte. Le nombre de marqueurs est-il limité? Comment faire pour en avoir plus? Je n'ai pas changer le fichier .js mais uniquement la page html.

Merci de votre aide.

Voici mon code :

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html xmlns= 'http://www.w3.org/1999/xhtml' xml:lang='fr'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />
<script type='text/javascript' src='http://maps.google.com/maps/api/js?sensor=true'></script>
<script type='text/javascript' src='carte.js'></script>
</head>

Exemple de map Google Map API V3

<script>
window.onload = function() {
InitTab(8);
var maCarte = new Carte(2, 48, 2, 'ROADMAP');
maCarte.addMarker('<center>["la-commanderie-de-angers.htm">Arville</center>', 'Angers', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.478419, -0.563166, 1, 1, true);
maCarte.addMarker('<center>Arville</center>', 'Salles d’Angles', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.58778, -0.33556, 1, 2, true);
maCarte.addMarker('<center>Arville</center>', 'Nérac', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.144425, 0.353111, 1, 3, true);
maCarte.addMarker('<center>Arville</center>', 'Arras', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 50.291002, 2.777535, 1, 4, true);
maCarte.addMarker('<center>Arville</center>', 'Arveyres', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.887197, -0.293942, 1, 5, true);
maCarte.addMarker('<center>Arville</center>', 'Arville', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.064058, 0.94805, 1, 6, true);
maCarte.addMarker('<center>Arville</center>', 'Folkingham', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 52.8601, -0.38935, 1, 7, true);
maCarte.addMarker('<center>Arville</center>', 'Châtellerault', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.797214, 0.543147, 1, 8, true);
maCarte.addMarker('<center>Arville</center>', 'Bar-sur-Seine', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.0983, 4.35, 1, 9, true);
maCarte.addMarker('<center>Arville</center>', 'Avignon', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.949317, 4.805528, 1, 10, true);
maCarte.addMarker('<center>Arville</center>', 'Ayen', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.247717, 1.327569, 1, 11, true);
maCarte.addMarker('<center>Arville</center>', 'Longjumeau', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.681727, 2.308518, 1, 12, true);
maCarte.addMarker('<center>Arville</center>', 'Barbonne Fayel', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.660556, 3.697222, 1, 13, true);
maCarte.addMarker('<center>Arville</center>', 'Arbonne la Forêt', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.414053, 2.565299, 1, 14, true);
maCarte.addMarker('<center>Arville</center>', 'Planquery', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.159626, -0.827254, 1, 15, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Antonin-sur-Bayon', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.508694, 5.599722, 1, 16, true);
maCarte.addMarker('<center>Arville</center>', 'Grez-sur-Loing', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.316069, 2.690599, 1, 17, true);
maCarte.addMarker('<center>Arville</center>', 'Beauvais-sur-Matha', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.8825, -0.186667, 1, 18, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Père-en-Retz', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.207685, -2.043902, 1, 19, true);
maCarte.addMarker('<center>Arville</center>', 'Jouarre', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.874, 3.071697, 1, 20, true);
maCarte.addMarker('<center>Arville</center>', 'Châtillon en Bazois', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.9982689, 3.6652804, 1, 21, true);
maCarte.addMarker('<center>Arville</center>', 'Biot', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.3578181, 5.6241353, 1, 22, true);
maCarte.addMarker('<center>Arville</center>', 'Bisham', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 51.561164, -0.778708, 1, 23, true);
maCarte.addMarker('<center>Arville</center>', 'Piney', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.315277, 4.327778, 1, 24, true);
maCarte.addMarker('<center>Arville</center>', 'Bordères-sur-l'Echez', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.258786, 0.050739, 1, 25, true);
maCarte.addMarker('<center>Arville</center>', 'Scunthorpe', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 53.552756, -0.645114, 1, 26, true);
maCarte.addMarker('<center>Arville</center>', 'Bourgneuf', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.3103148, -0.8378781, 1, 27, true);
maCarte.addMarker('<center>Arville</center>', 'Harquency', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.237524, 1.503598, 1, 28, true);
maCarte.addMarker('<center>Arville</center>', 'Boult aux Bois', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.431854, 4.833641, 1, 29, true);
maCarte.addMarker('<center>Arville</center>', 'Bras', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.472952, 5.9534269, 1, 30, true);
maCarte.addMarker('<center>Arville</center>', 'Entrammes', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.022108, -0.729818, 1, 31, true);
maCarte.addMarker('<center>Arville</center>', 'Sacquenville', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.071347, 1.0548228, 1, 32, true);
maCarte.addMarker('<center>Arville</center>', 'Bretteville-le-Rabet', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.0298159, -0.256195, 1, 33, true);
maCarte.addMarker('<center>Arville</center>', 'Broc', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.4833939, 3.244255, 1, 34, true);
maCarte.addMarker('<center>Arville</center>', 'Frémifontaine', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.236919, 6.731483, 1, 35, true);
maCarte.addMarker('<center>Arville</center>', 'Bure-les-Templiers', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.743479, 4.906025, 1, 36, true);
maCarte.addMarker('<center>Arville</center>', 'Capbreton', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.637844, -1.420939, 1, 37, true);
maCarte.addMarker('<center>Arville</center>', 'Carentoir', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.8165509, -2.133119, 1, 38, true);
maCarte.addMarker('<center>Arville</center>', 'Carlat', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.88986, 2.5660599, 1, 39, true);
maCarte.addMarker('<center>Arville</center>', 'Nouvion et Catillon', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.701804, 3.485349, 1, 40, true);
maCarte.addMarker('<center>Arville</center>', 'Cavaillon', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.837051, 5.037909, 1, 41, true);
maCarte.addMarker('<center>Arville</center>', 'Celles', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.120694, 2.96, 1, 42, true);
maCarte.addMarker('<center>Arville</center>', 'Ermont', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.985263, 2.256824, 1, 43, true);
maCarte.addMarker('<center>Arville</center>', 'Chalou-Moulineux', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.383727, 2.022571, 1, 44, true);
maCarte.addMarker('<center>Arville</center>', 'Chamberaud', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.049729, 2.045838, 1, 45, true);
maCarte.addMarker('<center>Arville</center>', 'Chanonat', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.692711, 3.094549, 1, 46, true);
maCarte.addMarker('<center>Arville</center>', 'Villiers-en-Désoeuvre', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.950815, 1.463582, 1, 47, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Moreil', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.849528, 1.710361, 1, 48, true);
maCarte.addMarker('<center>Arville</center>', 'Châteaubernard', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.6725, -0.31222, 1, 49, true);
maCarte.addMarker('<center>Arville</center>', 'Châtillon-Coligny', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.824021, 2.845216, 1, 50, true);
maCarte.addMarker('<center>Arville</center>', 'Chevru', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.734317, 3.176514, 1, 51, true);
maCarte.addMarker('<center>Arville</center>', 'Civray', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.148901, 0.295258, 1, 52, true);
maCarte.addMarker('<center>Arville</center>', 'Compiègne', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.417816, 2.826145, 1, 53, true);
maCarte.addMarker('<center>Arville</center>', 'Chaumont', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.0697, 5.109861, 1, 54, true);
maCarte.addMarker('<center>Arville</center>', 'Ergny', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 50.583973, 1.981121, 1, 55, true);
maCarte.addMarker('<center>Arville</center>', 'Challans', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.844828, -1.880412, 1, 56, true);
maCarte.addMarker('<center>Arville</center>', 'Coulommiers', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.823917, 3.094511, 1, 57, true);
maCarte.addMarker('<center>Arville</center>', 'Coulours', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.167402, 3.58356, 1, 58, true);
maCarte.addMarker('<center>Arville</center>', 'Vassy', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.869539, -0.641244, 1, 59, true);
maCarte.addMarker('<center>Arville</center>', 'Cressac-Saint-Genis', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.460483, 0.019078, 1, 60, true);
maCarte.addMarker('<center>Arville</center>', 'Braintree', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 51.837236, 0.610975, 1, 61, true);
maCarte.addMarker('<center>Arville</center>', 'Devesset', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.067721, 4.387199, 1, 62, true);
maCarte.addMarker('<center>Arville</center>', 'Douzens', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.185455, 2.596546, 1, 63, true);
maCarte.addMarker('<center>Arville</center>', 'Duxford', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 52.094444, 0.160278, 1, 64, true);
maCarte.addMarker('<center>Arville</center>', 'Falaise', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.893548, -0.201956, 1, 65, true);
maCarte.addMarker('<center>Arville</center>', 'Farges-Allichamps', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.759015, 2.402041, 1, 66, true);
maCarte.addMarker('<center>Arville</center>', 'Assérac', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.4181514, -2.4117538, 1, 67, true);
maCarte.addMarker('<center>Arville</center>', 'Kingston-upon-Hull', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 53.635, -1.261, 1, 68, true);
maCarte.addMarker('<center>Arville</center>', 'Dammartin-les-Templiers', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.291063, 6.265314, 1, 69, true);
maCarte.addMarker('<center>Arville</center>', 'Fontaine-Heudebourg', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.1302779, 1.215593, 1, 70, true);
maCarte.addMarker('<center>Arville</center>', 'Til-Châtel', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.517443, 5.176705, 1, 71, true);
maCarte.addMarker('<center>Arville</center>', 'Fouqueure', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.883169, 0.0741219, 1, 72, true);
maCarte.addMarker('<center>Arville</center>', 'Montpothier', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.5825, 3.49083, 1, 73, true);
maCarte.addMarker('<center>Arville</center>', 'Garway', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 51.897967, -2.793133, 1, 74, true);
maCarte.addMarker('<center>Arville</center>', 'Gélucourt', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.764722, 6.731944, 1, 75, true);
maCarte.addMarker('<center>Arville</center>', 'Bourbonne-les-Bains', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.916667, 5.75, 1, 76, true);
maCarte.addMarker('<center>Arville</center>', 'Golfech', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.114113, 0.851985, 1, 77, true);
maCarte.addMarker('<center>Arville</center>', 'Great and Little Wilbraham', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 52.194167, 0.268611, 1, 78, true);
maCarte.addMarker('<center>Arville</center>', 'Marche-en-Famenne', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 50.183333, 5.301667, 1, 79, true);
maCarte.addMarker('<center>Arville</center>', 'Berrias-et-Casteljau', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.37, 4.221944, 1, 80, true);
maCarte.addMarker('<center>Arville</center>', 'Jezainville', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.871258, 6.041043, 1, 81, true);
maCarte.addMarker('<center>Arville</center>', 'Jussy le Chaudrier', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.128392, 2.935531, 1, 82, true);
maCarte.addMarker('<center>Arville</center>', 'La Cavalerie', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.008508, 3.158729, 1, 83, true);
maCarte.addMarker('<center>Arville</center>', 'La Couvertoirade', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.912364, 3.316958, 1, 84, true);
maCarte.addMarker('<center>Arville</center>', 'Culhat', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.864475, 3.335961, 1, 85, true);
maCarte.addMarker('<center>Arville</center>', 'La Guerche de Bretagne', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.941933, -1.230696, 1, 86, true);
maCarte.addMarker('<center>Arville</center>', 'Guizengeard', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.299747, -0.107026, 1, 87, true);
maCarte.addMarker('<center>Arville</center>', 'Charroux', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.189053, 3.183692, 1, 88, true);
maCarte.addMarker('<center>Arville</center>', 'Dampierre-au-Temple', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.034778, 4.397889, 1, 89, true);
maCarte.addMarker('<center>Arville</center>', 'Yvignac-la-Tour', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.347772, -2.175382, 1, 90, true);
maCarte.addMarker('<center>Arville</center>', 'La Rochelle', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.159033, -1.1530178, 1, 91, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Maurice-sur-Vingeanne', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.591389, 5.393056, 1, 92, true);
maCarte.addMarker('<center>Arville</center>', 'La Sauvetat', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.63479, 3.169564, 1, 93, true);
maCarte.addMarker('<center>Arville</center>', 'La Sauvetat du Dropt', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.648056, 0.339722, 1, 94, true);
maCarte.addMarker('<center>Arville</center>', 'Yssac-la-Tourette', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.9358004, 3.0942624, 1, 95, true);
maCarte.addMarker('<center>Arville</center>', 'Elancourt', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.764722, 1.965278, 1, 96, true);
maCarte.addMarker('<center>Arville</center>', 'Manou', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.5196479, 0.980111, 1, 97, true);
maCarte.addMarker('<center>Arville</center>', 'La Ville-Dieu', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.9683629, 1.309903, 1, 98, true);
maCarte.addMarker('<center>Arville</center>', 'La Villedieu en Drouais', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.7110259, 1.200879, 1, 99, true);
maCarte.addMarker('<center>Arville</center>', 'Lacapelle-Livron', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.26739, 1.776334, 1, 100, true);
maCarte.addMarker('<center>Arville</center>', 'Lanhelin', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.4152282, -1.7635874, 1, 101, true);
maCarte.addMarker('<center>Arville</center>', 'Weston', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 51.960278, -0.184722, 1, 102, true);
maCarte.addMarker('<center>Arville</center>', 'Laon', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.562986, 3.627108, 1, 103, true);
maCarte.addMarker('<center>Arville</center>', 'Crottet', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.290909, 4.90023, 1, 104, true);
maCarte.addMarker('<center>Arville</center>', 'Barrou', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.865653, 0.771022, 1, 105, true);
maCarte.addMarker('<center>Arville</center>', 'Toul', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.713741, 5.919718, 1, 106, true);
maCarte.addMarker('<center>Arville</center>', 'Loison sur Créquoise', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 50.439142, 1.92615, 1, 107, true);
maCarte.addMarker('<center>Arville</center>', 'Reuilly', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.0707074, 1.970085, 1, 108, true);
maCarte.addMarker('<center>Arville</center>', 'Joigny', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.981432, 3.398961, 1, 109, true);
maCarte.addMarker('<center>Arville</center>', 'Maisonnisses', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.063812, 1.898994, 1, 110, true);
maCarte.addMarker('<center>Arville</center>', 'Yvrac-et-Malleyrand', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.73056, 0.46444, 1, 111, true);
maCarte.addMarker('<center>Arville</center>', 'Marestaing', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.578774, 1.0184979, 1, 112, true);
maCarte.addMarker('<center>Arville</center>', 'Aussonce', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.324639, 4.354306, 1, 113, true);
maCarte.addMarker('<center>Arville</center>', 'Montigny-l'Allier', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.1142833, 3.0885458, 1, 114, true);
maCarte.addMarker('<center>Arville</center>', 'Serches', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.323772, 3.446192, 1, 115, true);
maCarte.addMarker('<center>Arville</center>', 'Montbouy', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.861281, 2.819888, 1, 116, true);
maCarte.addMarker('<center>Arville</center>', 'Montricoux', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.075141, 1.618524, 1, 117, true);
maCarte.addMarker('<center>Arville</center>', 'Montsaunès', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.112092, 0.937572, 1, 118, true);
maCarte.addMarker('<center>Arville</center>', 'Neuilly-sous-Clermont', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.3458, 2.4133, 1, 119, true);
maCarte.addMarker('<center>Arville</center>', 'Nomdieu', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.094727, 0.476151, 1, 120, true);
maCarte.addMarker('<center>Arville</center>', 'Norroy-sur-Vair', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.200207, 5.950402, 1, 121, true);
maCarte.addMarker('<center>Arville</center>', 'Châteaudun', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.070369, 1.327696, 1, 122, true);
maCarte.addMarker('<center>Arville</center>', 'Gentioux-Pigerolles', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.785079, 1.995882, 1, 123, true);
maCarte.addMarker('<center>Arville</center>', 'Passy Grigny', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.14528, 3.69861, 1, 124, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Etienne-de-Fursac', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.14583, 1.51333, 1, 125, true);
maCarte.addMarker('<center>Arville</center>', 'Payns', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.7729736, 1.9734226, 1, 126, true);
maCarte.addMarker('<center>Arville</center>', 'Pérouse', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.115017, 12.404572, 1, 127, true);
maCarte.addMarker('<center>Arville</center>', 'Flassans-sur-Issole', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.378179, 6.262787, 1, 128, true);
maCarte.addMarker('<center>Arville</center>', 'Pézenas', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.461531, 3.423193, 1, 129, true);
maCarte.addMarker('<center>Arville</center>', 'Pierrevillers', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.226545, 6.102246, 1, 130, true);
maCarte.addMarker('<center>Arville</center>', 'Puiseux en France', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.069494, 2.48129, 1, 131, true);
maCarte.addMarker('<center>Arville</center>', 'Nérac', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.108599, 0.381815, 1, 132, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Georges-Buttavent', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.325539, -0.693092, 1, 133, true);
maCarte.addMarker('<center>Arville</center>', 'Reims', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.259583, 4.033472, 1, 134, true);
maCarte.addMarker('<center>Arville</center>', 'La Saulsotte', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.54972, 3.49, 1, 135, true);
maCarte.addMarker('<center>Arville</center>', 'Richerenches', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.360106, 4.912528, 1, 136, true);
maCarte.addMarker('<center>Arville</center>', 'Romestaing', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.416556, 0.002799, 1, 137, true);
maCarte.addMarker('<center>Arville</center>', 'Rothley', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 52.705472, -1.146953, 1, 138, true);
maCarte.addMarker('<center>Arville</center>', 'Rouen', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.443232, 1.099971, 1, 139, true);
maCarte.addMarker('<center>Arville</center>', 'Bayard-sur-Marne', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.558056, 5.088333, 1, 140, true);
maCarte.addMarker('<center>Arville</center>', 'Chojna', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 52.9961, 14.48238, 1, 141, true);
maCarte.addMarker('<center>Arville</center>', 'Brighton', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 50.23758, -3.769791, 1, 142, true);
maCarte.addMarker('<center>Arville</center>', 'Sainte-Colombe-la-Commanderie', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.1044, 0.9372, 1, 143, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Evarzec', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.936883, -4.021477, 1, 144, true);
maCarte.addMarker('<center>Arville</center>', 'Montluçon', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.3399659, 2.606645, 1, 145, true);
maCarte.addMarker('<center>Arville</center>', 'Orléans', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.902964, 1.909251, 1, 146, true);
maCarte.addMarker('<center>Arville</center>', 'La Ferté-Gaucher', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.78325, 3.320556, 1, 147, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Nexans', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.804449, 0.547772, 1, 148, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Pardoux-du-Breuil', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.476168, 0.19511, 1, 149, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Paul-Trois-Châteaux', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.348678, 4.768295, 1, 150, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Pierre-d'Eyraud', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.848937, 0.319364, 1, 151, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Raphaël', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.42519, 6.76837, 1, 152, true);
maCarte.addMarker('<center>Arville</center>', 'Sainte-Eulalie-de-Cernon', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.982461, 3.135794, 1, 153, true);
maCarte.addMarker('<center>Arville</center>', 'Val-de-Haye', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.378641, 1.002341, 1, 154, true);
maCarte.addMarker('<center>Arville</center>', 'Estaimpuis', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 50.7059, 3.313, 1, 155, true);
maCarte.addMarker('<center>Arville</center>', 'Chantes', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.629412, 5.9249433, 1, 156, true);
maCarte.addMarker('<center>Arville</center>', 'Frontenac', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.731225, -0.122756, 1, 157, true);
maCarte.addMarker('<center>Arville</center>', 'Savigny-le-Temple', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.574111, 2.582639, 1, 158, true);
maCarte.addMarker('<center>Arville</center>', 'Seraincourt', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.6114, 4.2022, 1, 159, true);
maCarte.addMarker('<center>Arville</center>', 'Sergeac', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.002428, 1.106926, 1, 160, true);
maCarte.addMarker('<center>Arville</center>', 'Shipley', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 50.984111, -0.370706, 1, 161, true);
maCarte.addMarker('<center>Arville</center>', 'Le Gault-Soigny', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.829722, 3.62306, 1, 162, true);
maCarte.addMarker('<center>Arville</center>', 'Sommereux', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.679188, 1.991483, 1, 163, true);
maCarte.addMarker('<center>Arville</center>', 'Sours', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.4106, 1.5981, 1, 164, true);
maCarte.addMarker('<center>Arville</center>', 'Bergheim', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.2056619, 7.362175, 1, 165, true);
maCarte.addMarker('<center>Arville</center>', 'Blisland', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 50.5302, -4.6178, 1, 166, true);
maCarte.addMarker('<center>Arville</center>', 'Solihull', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 52.381381, -1.696267, 1, 167, true);
maCarte.addMarker('<center>Arville</center>', 'Temple Bruer', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 53.071086, -0.496228, 1, 168, true);
maCarte.addMarker('<center>Arville</center>', 'Birkin', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 53.73528, -1.19694, 1, 169, true);
maCarte.addMarker('<center>Arville</center>', 'Leeds', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 53.783936, -1.458217, 1, 170, true);
maCarte.addMarker('<center>Arville</center>', 'Thors', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.305833, 4.811111, 1, 171, true);
maCarte.addMarker('<center>Arville</center>', 'Tréfols', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.789144, 3.499297, 1, 172, true);
maCarte.addMarker('<center>Arville</center>', 'Troyes', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.295833, 4.074444, 1, 173, true);
maCarte.addMarker('<center>Arville</center>', 'Vaour', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.069333, 1.802644, 1, 174, true);
maCarte.addMarker('<center>Arville</center>', 'Vic-sur-Seille', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.782266, 6.529863, 1, 175, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Père', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.408994, 2.983728, 1, 176, true);
maCarte.addMarker('<center>Arville</center>', 'Tercillat', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.407641, 2.053545, 1, 177, true);
maCarte.addMarker('<center>Arville</center>', 'Fontaine-le-Pin', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.973956, 0.283223, 1, 178, true);
maCarte.addMarker('<center>Arville</center>', 'Vouthon', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.446092, 5.6330669, 1, 179, true);
maCarte.addMarker('<center>Arville</center>', 'Westerdale', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 54.445158, -0.979872, 1, 180, true);
maCarte.addMarker('<center>Arville</center>', 'Ensigné', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.087629, -0.244273, 1, 181, true);
maCarte.addMarker('<center>Arville</center>', 'Courban', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.930556, 4.7175, 1, 182, true);
maCarte.addMarker('<center>Arville</center>', 'Chancelade', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.208, 0.632529, 1, 183, true);
maCarte.addMarker('<center>Arville</center>', 'Meursac', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.647619, -0.802358, 1, 184, true);
maCarte.addMarker('<center>Arville</center>', 'Vernoux', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.479489, 5.1091049, 1, 185, true);
maCarte.addMarker('<center>Arville</center>', 'Bournand', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.08555, 0.080303, 1, 186, true);
maCarte.addMarker('<center>Arville</center>', 'Esquennoy', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.658539, 2.2676, 1, 187, true);
maCarte.addMarker('<center>Arville</center>', 'Oisemont', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.954986, 1.765721, 1, 188, true);
maCarte.addMarker('<center>Arville</center>', 'Cohade', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.348108, 3.371742, 1, 189, true);
maCarte.addMarker('<center>Arville</center>', 'Neuville-lès-Decize', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.78252, 3.3408556, 1, 190, true);
maCarte.addMarker('<center>Arville</center>', 'Le Grand Madieu', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.940787, 0.444209, 1, 191, true);
maCarte.addMarker('<center>Arville</center>', 'Moitron-sur-Sarthe', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.2537088, 0.0495966, 1, 192, true);
maCarte.addMarker('<center>Arville</center>', 'Trouillas', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 42.607344, 2.836939, 1, 193, true);
maCarte.addMarker('<center>Arville</center>', 'Le Puy en Velay', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.042768, 3.882936, 1, 194, true);
maCarte.addMarker('<center>Arville</center>', 'Villecroze', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.552222, 6.321111, 1, 195, true);
maCarte.addMarker('<center>Arville</center>', 'Le Temple', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.739587, 0.908406, 1, 196, true);
maCarte.addMarker('<center>Arville</center>', 'Le Temple de Bretagne', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.328119, -1.791464, 1, 197, true);
maCarte.addMarker('<center>Arville</center>', 'Le Temple sur Lot', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.731225, -0.122756, 1, 198, true);
maCarte.addMarker('<center>Arville</center>', 'Provins', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.570972, 3.300814, 1, 199, true);
maCarte.addMarker('<center>Arville</center>', 'Ydes', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.34714, 2.437323, 1, 200, true);
maCarte.addMarker('<center>Arville</center>', 'Laigneville', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.293954, 2.4441069, 1, 201, true);
maCarte.addMarker('<center>Arville</center>', 'Montbellet', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.4756349, 4.873844, 1, 202, true);
maCarte.addMarker('<center>Arville</center>', 'Outarville', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.202947, 2.064179, 2, 1, true);
maCarte.addMarker('<center>Arville</center>', 'Alès', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.127204, 4.083352, 2, 2, true);
maCarte.addMarker('<center>Arville</center>', 'Angouleme', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.648377, 0.1562369, 2, 3, true);
maCarte.addMarker('<center>Arville</center>', 'Arles', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.676675, 4.627502, 2, 4, true);
maCarte.addMarker('<center>Arville</center>', 'Artins', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.744724, 0.740076, 2, 5, true);
maCarte.addMarker('<center>Arville</center>', 'Autrey-les-Gray', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.485937, 5.492877, 2, 6, true);
maCarte.addMarker('<center>Arville</center>', 'Ballan', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.6447326, -0.1464963, 2, 7, true);
maCarte.addMarker('<center>Arville</center>', 'Beauchêne', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.939798, 0.969623, 2, 8, true);
maCarte.addMarker('<center>Arville</center>', 'Beaugency', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.778071, 1.633523, 2, 9, true);
maCarte.addMarker('<center>Arville</center>', 'Beaulieu-lès-Loches', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.128151, 1.012653, 2, 10, true);
maCarte.addMarker('<center>Arville</center>', 'Bonneval', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.181453, 1.385289, 2, 11, true);
maCarte.addMarker('<center>Arville</center>', 'Brou', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.211341, 1.166094, 2, 12, true);
maCarte.addMarker('<center>Arville</center>', 'Bucy-le-Roi', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.060538, 1.914971, 2, 13, true);
maCarte.addMarker('<center>Arville</center>', 'Jully-lès-Buxy', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.711453, 4.695011, 2, 14, true);
maCarte.addMarker('<center>Arville</center>', 'Cahagnes', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.05231, -0.768197, 2, 15, true);
maCarte.addMarker('<center>Arville</center>', 'Castres', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.6685588, -1.8331216, 2, 16, true);
maCarte.addMarker('<center>Arville</center>', 'Chartres', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.443854, 1.489012, 2, 17, true);
maCarte.addMarker('<center>Arville</center>', 'Clichy-sous-Bois', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.910899, 2.546147, 2, 18, true);
maCarte.addMarker('<center>Arville</center>', 'Combourg', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.144623, 0.536388, 2, 19, true);
maCarte.addMarker('<center>Arville</center>', 'Couvertpuis', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.581673, 5.301795, 2, 20, true);
maCarte.addMarker('<center>Arville</center>', 'Dinan', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.454366, -2.047327, 2, 21, true);
maCarte.addMarker('<center>Arville</center>', 'Doncourt-aux-Templiers', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.058287, 5.7175649, 2, 22, true);
maCarte.addMarker('<center>Arville</center>', 'Douai', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 50.37841, 3.087245, 2, 23, true);
maCarte.addMarker('<center>Arville</center>', 'Dreux', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.736134, 1.370889, 2, 24, true);
maCarte.addMarker('<center>Arville</center>', 'Fessanvilliers-Mattanvilliers', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.712882, 1.047983, 2, 25, true);
maCarte.addMarker('<center>Arville</center>', 'Gien', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.698059, 2.624758, 2, 26, true);
maCarte.addMarker('<center>Arville</center>', 'Gonesse', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.984332, 2.460589, 2, 27, true);
maCarte.addMarker('<center>Arville</center>', 'Grasse', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.660153, 6.926492, 2, 28, true);
maCarte.addMarker('<center>Arville</center>', 'Vouziers', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.380239, 4.6884419, 2, 29, true);
maCarte.addMarker('<center>Arville</center>', 'Verneuil sur Indre', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.055817, 1.042124, 2, 30, true);
maCarte.addMarker('<center>Arville</center>', 'Montreuil-aux-Lions', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.029663, 3.1864309, 2, 31, true);
maCarte.addMarker('<center>Arville</center>', 'La Saucelle', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.631141, 1.028889, 2, 32, true);
maCarte.addMarker('<center>Arville</center>', 'Laons', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.704728, 1.176175, 2, 33, true);
maCarte.addMarker('<center>Arville</center>', 'Laulnay au Perche', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.239596, 0.853147, 2, 34, true);
maCarte.addMarker('<center>Arville</center>', 'Cherveix-Cubas', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.286886, 1.10401, 2, 35, true);
maCarte.addMarker('<center>Arville</center>', 'Limoges', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.833619, 1.261105, 2, 36, true);
maCarte.addMarker('<center>Arville</center>', 'Lorgues', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.493236, 6.361557, 2, 37, true);
maCarte.addMarker('<center>Arville</center>', 'Louviers', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.214805, 1.168657, 2, 38, true);
maCarte.addMarker('<center>Arville</center>', 'Meung-sur-Loire', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.827007, 1.697432, 2, 39, true);
maCarte.addMarker('<center>Arville</center>', 'Miellin', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.809702, 6.736916, 2, 40, true);
maCarte.addMarker('<center>Arville</center>', 'Millançay', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.4480099, 1.773083, 2, 41, true);
maCarte.addMarker('<center>Arville</center>', 'Mondoubleau', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.98072, 47.98072, 2, 42, true);
maCarte.addMarker('<center>Arville</center>', 'Montdidier', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.647007, 2.566932, 2, 43, true);
maCarte.addMarker('<center>Arville</center>', 'Leffonds', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.979455, 5.121962, 2, 44, true);
maCarte.addMarker('<center>Arville</center>', 'Nice', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.696036, 7.265592, 2, 45, true);
maCarte.addMarker('<center>Arville</center>', 'Paris', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.8518454, 2.3565082, 2, 46, true);
maCarte.addMarker('<center>Arville</center>', 'Peyrelevade', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.9740995, 2.2322557, 2, 47, true);
maCarte.addMarker('<center>Arville</center>', 'Rennes', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.8449522, -2.7140144, 2, 48, true);
maCarte.addMarker('<center>Arville</center>', 'Roaix', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.244558, 5.013454, 2, 49, true);
maCarte.addMarker('<center>Arville</center>', 'Roquebrune sur Argens', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.443408, 6.637682, 2, 50, true);
maCarte.addMarker('<center>Arville</center>', 'Rozières-sur-Crise', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.326534, 3.352024, 2, 51, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Cannat', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.62126, 5.29792, 2, 52, true);
maCarte.addMarker('<center>Arville</center>', 'La Ferté-Saint-Cyr', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.65639, 1.673822, 2, 53, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Julien-les-Villas', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.2703058, 4.0995636, 2, 54, true);
maCarte.addMarker('<center>Arville</center>', 'Savigny-sur-Braye', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.879603, 0.809583, 2, 55, true);
maCarte.addMarker('<center>Arville</center>', 'Sisteron', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.194713, 5.943191, 2, 56, true);
maCarte.addMarker('<center>Arville</center>', 'Vallan', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.743834, 3.537252, 2, 57, true);
maCarte.addMarker('<center>Arville</center>', 'Vendôme', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.792551, 1.065343, 2, 58, true);
maCarte.addMarker('<center>Arville</center>', 'Villeneuve-les-Sablons', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.236552, 2.076946, 2, 59, true);
maCarte.addMarker('<center>Arville</center>', 'Vitré', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.1229455, -1.2116811, 2, 60, true);
maCarte.addMarker('<center>Arville</center>', 'Voves', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.272347, 1.62732, 2, 61, true);
maCarte.addMarker('<center>Arville</center>', 'Epernay', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.043411, 3.956242, 2, 62, true);
maCarte.addMarker('<center>Arville</center>', 'Le Mans', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.00611, 0.199556, 2, 63, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Phal', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.080052, 4.026289, 2, 64, true);
maCarte.addMarker('<center>Arville</center>', 'Le Tréport', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 50.05917, 1.382472, 2, 65, true);
maCarte.addMarker('<center>Arville</center>', 'Uncey-le-Franc', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.343081, 4.574039, 2, 66, true);
maCarte.addMarker('<center>Arville</center>', 'Agen', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.203142, 0.616363, 3, 1, true);
maCarte.addMarker('<center>Arville</center>', 'Aillas', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.473977, -0.073154, 3, 2, true);
maCarte.addMarker('<center>Arville</center>', 'Aix-en-Provence', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.529742, 5.447427, 3, 3, true);
maCarte.addMarker('<center>Arville</center>', 'Ambarès-et-Lagrave', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.926494, -0.490401, 3, 4, true);
maCarte.addMarker('<center>Arville</center>', 'Arget', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.543248, -0.528746, 3, 5, true);
maCarte.addMarker('<center>Arville</center>', 'Beaune', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.02603, 4.840004, 3, 6, true);
maCarte.addMarker('<center>Arville</center>', 'Bessamorel', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.120662, 4.087329, 3, 7, true);
maCarte.addMarker('<center>Arville</center>', 'Blaudeix', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.229357, 2.0836929, 3, 8, true);
maCarte.addMarker('<center>Arville</center>', 'Cabrières', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.5755679, 3.363902, 3, 9, true);
maCarte.addMarker('<center>Arville</center>', 'Plédran', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.467926, -2.7655249, 3, 10, true);
maCarte.addMarker('<center>Arville</center>', 'Le Vaudoué', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.35528, 2.519083, 3, 11, true);
maCarte.addMarker('<center>Arville</center>', 'Galgon', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.991947, -0.275265, 3, 12, true);
maCarte.addMarker('<center>Arville</center>', 'La Graveleuse', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 46.509017, 5.4449249, 3, 13, true);
maCarte.addMarker('<center>Arville</center>', 'Arzal', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.528165, -2.400393, 3, 14, true);
maCarte.addMarker('<center>Arville</center>', 'Limerzel', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.655739, -2.370189, 3, 15, true);
maCarte.addMarker('<center>Arville</center>', 'Marcenais', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.058139, -0.337083, 3, 16, true);
maCarte.addMarker('<center>Arville</center>', 'Mazères-sur-Salat', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.132754, 0.973493, 3, 17, true);
maCarte.addMarker('<center>Arville</center>', 'Metz', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.114511, 6.169805, 3, 18, true);
maCarte.addMarker('<center>Arville</center>', 'Moliets-et-Maa', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.84867, -1.358814, 3, 19, true);
maCarte.addMarker('<center>Arville</center>', 'Mousson', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.905534, 6.078025, 3, 20, true);
maCarte.addMarker('<center>Arville</center>', 'Pont du Casse', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.232117, 0.681278, 3, 21, true);
maCarte.addMarker('<center>Arville</center>', 'Port-Sainte-Marie', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.250239, 0.397422, 3, 22, true);
maCarte.addMarker('<center>Arville</center>', 'Rampillon', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.549948, 3.066898, 3, 23, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Aubin-des-Châteaux', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.7194829, -1.485455, 3, 24, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Jean-la-Poterie', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.636707, -2.126086, 3, 25, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Laurent-d'Arce', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.03429, -0.469341, 3, 26, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Léon', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.2927139, 0.244316, 3, 27, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Vincent-de-Lamontjoie', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.084612, 0.512028, 3, 28, true);
maCarte.addMarker('<center>Arville</center>', 'Sainte-Maure-de-Peyriac', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.013276, 0.152363, 3, 29, true);
maCarte.addMarker('<center>Arville</center>', 'Saubusse', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.656269, -1.187168, 3, 30, true);
maCarte.addMarker('<center>Arville</center>', 'Sos', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.042997, 0.139608, 3, 31, true);
maCarte.addMarker('<center>Arville</center>', 'Mouliets-et-Villemartin', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.837204, -0.017563, 3, 32, true);
maCarte.addMarker('<center>Arville</center>', 'Viville', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.52056, -0.12, 3, 33, true);
maCarte.addMarker('<center>Arville</center>', 'Saumont', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.121962, 0.457951, 3, 34, true);
maCarte.addMarker('<center>Arville</center>', 'Temple Laguyon', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.2337909, 1.100427, 3, 35, true);
maCarte.addMarker('<center>Arville</center>', 'Lahontan', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.531283, -0.969392, 3, 36, true);
maCarte.addMarker('<center>Arville</center>', 'Lizio', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.863636, -2.526574, 3, 37, true);
maCarte.addMarker('<center>Arville</center>', 'La Roche Chalais', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.1323099, -0.021856, 3, 38, true);
maCarte.addMarker('<center>Arville</center>', 'Ambrief', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.317866, 3.402787, 4, 1, true);
maCarte.addMarker('<center>Arville</center>', 'Landifay-et-Bertaignemont', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.850532, 3.592299, 4, 2, true);
maCarte.addMarker('<center>Arville</center>', 'Gellainville', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.408403, 1.52963, 4, 3, true);
maCarte.addMarker('<center>Arville</center>', 'Châteaugiron', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.1016641, -1.6551572, 4, 4, true);
maCarte.addMarker('<center>Arville</center>', 'Saint-Maurice-en-Gourgois', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.415019, 4.213824, 4, 5, true);
maCarte.addMarker('<center>Arville</center>', 'Vert en Drouais', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.746683, 1.291617, 4, 6, true);
maCarte.addMarker('<center>Arville</center>', 'Tille', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.459134, 2.131348, 4, 7, true);
maCarte.addMarker('<center>Arville</center>', 'Rouvray-Sainte-Croix', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.057792, 1.731545, 4, 8, true);
maCarte.addMarker('<center>Arville</center>', 'Pontavert', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.408183, 3.820689, 4, 9, true);
maCarte.addMarker('<center>Arville</center>', 'Epieds-en-Beauce', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.950639, 1.617046, 4, 10, true);
maCarte.addMarker('<center>Arville</center>', 'Olivet', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.865408, 1.897565, 4, 11, true);
maCarte.addMarker('<center>Arville</center>', 'La Cassagne', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.1124672, 0.6921255, 5, 1, true);
maCarte.addMarker('<center>Arville</center>', 'Bellay-en-Thelle', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.1596183, 2.3214621, 5, 2, true);
maCarte.addMarker('<center>Arville</center>', 'Amman', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 31.955184, 35.934222, 6, 1, true);
maCarte.addMarker('<center>Arville</center>', 'Arima', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 34.744469, 36.042535, 6, 2, true);
maCarte.addMarker('<center>Arville</center>', 'Iskenderun', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 36.426808, 36.224831, 6, 3, true);
maCarte.addMarker('<center>Arville</center>', 'Arnoun', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 33.323814, 35.532044, 6, 4, true);
maCarte.addMarker('<center>Arville</center>', 'Safita', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 34.820784, 36.117186, 6, 5, true);
maCarte.addMarker('<center>Arville</center>', '?', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 33.004448, 35.627836, 6, 6, true);
maCarte.addMarker('<center>Arville</center>', 'La Roche-Guillaume', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 36.209167, 36.178333, 6, 7, true);
maCarte.addMarker('<center>Arville</center>', 'Tomar', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 39.604167, -8.422778, 6, 8, true);
maCarte.addMarker('<center>Arville</center>', 'Najac', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.2348166, 1.9564641, 6, 9, true);
maCarte.addMarker('<center>Arville</center>', 'Safed', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 32.968023, 35.495249, 6, 10, true);
maCarte.addMarker('<center>Arville</center>', 'Ajat', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 45.156512, 1.0154129, 6, 11, true);
maCarte.addMarker('<center>Arville</center>', 'Vila Nova da Barquinha', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 39.461992, -8.383918, 6, 12, true);
maCarte.addMarker('<center>Arville</center>', 'Ares del Maestrat', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 40.4556, -0.13116, 6, 13, true);
maCarte.addMarker('<center>Arville</center>', 'Ascó', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 41.18, 0.5647, 6, 14, true);
maCarte.addMarker('<center>Arville</center>', 'Bagaard', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.073392, 4.052265, 6, 15, true);
maCarte.addMarker('<center>Arville</center>', 'Barberà de la Conca', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 41.4114, 1.227, 6, 16, true);
maCarte.addMarker('<center>Arville</center>', 'Calvisson', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.785164, 4.191524, 6, 17, true);
maCarte.addMarker('<center>Arville</center>', 'Cazouls-d'Hérault', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.507222, 3.458056, 6, 18, true);
maCarte.addMarker('<center>Arville</center>', 'Chalamera', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 41.66673, 0.159556, 6, 19, true);
maCarte.addMarker('<center>Arville</center>', 'Chinon', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.167296, 0.240385, 6, 20, true);
maCarte.addMarker('<center>Arville</center>', 'Terbezec', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 36.53195, 36.365497, 6, 21, true);
maCarte.addMarker('<center>Arville</center>', 'Ris Orangis', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.645663, 2.410451, 6, 22, true);
maCarte.addMarker('<center>Arville</center>', 'Gisors', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.280357, 1.7735722, 6, 23, true);
maCarte.addMarker('<center>Arville</center>', 'Granyena de Segarra', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 41.624015, 1.244982, 6, 24, true);
maCarte.addMarker('<center>Arville</center>', 'Montayral', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.497707, 0.970273, 6, 25, true);
maCarte.addMarker('<center>Arville</center>', 'Blancafort', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.5322794, 2.5373876, 6, 26, true);
maCarte.addMarker('<center>Arville</center>', '?', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 32.616263, 34.915982, 6, 27, true);
maCarte.addMarker('<center>Arville</center>', 'Miravet', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 41.035556, 0.593611, 6, 28, true);
maCarte.addMarker('<center>Arville</center>', 'Montfort-sur-Argens', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.474362, 6.121853, 6, 29, true);
maCarte.addMarker('<center>Arville</center>', 'Monzón', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 41.90912, 0.191633, 6, 30, true);
maCarte.addMarker('<center>Arville</center>', 'Peñiscola', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 40.358849, 0.407926, 6, 31, true);
maCarte.addMarker('<center>Arville</center>', 'Ponferrada', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 42.543951, -6.593715, 6, 32, true);
maCarte.addMarker('<center>Arville</center>', 'Régusse en Provence', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.656516, 6.129345, 6, 33, true);
maCarte.addMarker('<center>Arville</center>', 'Tortosa', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 40.81095, 0.52099, 6, 34, true);
maCarte.addMarker('<center>Arville</center>', 'Sidon', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 33.567048, 35.371095, 6, 35, true);
maCarte.addMarker('<center>Arville</center>', 'Soure', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 40.057, -8.626, 6, 36, true);
maCarte.addMarker('<center>Arville</center>', 'Gintrac', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 44.896603, 1.763068, 6, 37, true);
maCarte.addMarker('<center>Arville</center>', 'Tartous', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 34.893473, 35.876538, 6, 38, true);
maCarte.addMarker('<center>Arville</center>', 'Voulaines-les-Templiers', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.817757, 4.77778, 6, 39, true);
maCarte.addMarker('<center>Arville</center>', 'Alcalà de Xivert', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 40.307928, 0.255114, 6, 40, true);
maCarte.addMarker('<center>Arville</center>', 'Acre', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 32.705492, 34.933771, 6, 41, true);
maCarte.addMarker('<center>Arville</center>', 'Caen', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 49.182863, -0.370679, 7, 1, true);
maCarte.addMarker('<center>Arville</center>', 'Salles sur Garonne', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.2749669, 1.1769369, 7, 2, true);
maCarte.addMarker('<center>Arville</center>', 'Castries', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.677589, 3.985579, 7, 3, true);
maCarte.addMarker('<center>Arville</center>', 'Cobrieux', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 50.543439, 3.228126, 7, 4, true);
maCarte.addMarker('<center>Arville</center>', 'Lézignan-la-Cèbe', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 43.496175, 3.435196, 7, 5, true);
maCarte.addMarker('<center>Arville</center>', 'Nouâtre', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 47.051186, 0.54965, 7, 6, true);
maCarte.addMarker('<center>Arville</center>', 'Ouarville', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.354487, 1.773106, 7, 7, true);
maCarte.addMarker('<center>Arville</center>', 'Turny', 'http://www.lordredutemple.com/librairie/img/embleme.gif', 48.03
varfendell Messages postés 3256 Date d'inscription jeudi 27 décembre 2007 Statut Membre Dernière intervention 8 février 2020
5 juil. 2012 à 16:12
Bonjour Hantouva,

Dsl du retard. Remplacer les données géographique par des adresse va être compliqué dans ce code. Je te conseil de passer par un autre moyen: convertir ton adresse postale en adresse géographique. Oriente vers un moyen de convertir une adresse en coordonné longitude et latitude.

Il existe une API google pour cela: https://developers.google.com/maps/?hl=fr#Geocoding_Etc
Ou bien regarde vers http://www.batchgeocode.com/

Tu trouveras aussi des forums qui traite de ce problème (http://www.forumsig.org/showthread.php?t=11160)

N'hésitez a faire noter ce code pour faire pars de son utilité aux autres :)

Varfendell
cs_hantouva Messages postés 12 Date d'inscription vendredi 10 décembre 2010 Statut Membre Dernière intervention 19 mars 2012
7 mai 2012 à 10:38
bonjour,
peut on remplacer les longitudes et latitudes par une adresse postale directement dans ce code?
merci pour votre aide
cs_hantouva Messages postés 12 Date d'inscription vendredi 10 décembre 2010 Statut Membre Dernière intervention 19 mars 2012
6 mai 2012 à 16:08
re bonjour,
voila je viens de trouver la fonction suivante pour ajouter des adresses postales au lieu des coordonnées géographique, j'ai essaye de remplacer mais ça na rien donner une idée svp?

<?php $map->addMarkerByAddress( "", "<titre de l'infobulle>", "contenu de l'infobulle", "<Title du pointeur>"); ?>
cs_hantouva Messages postés 12 Date d'inscription vendredi 10 décembre 2010 Statut Membre Dernière intervention 19 mars 2012
6 mai 2012 à 14:53
bonjour
super tutoriel je viens de tester j'aimerais juste modifier au lieu de donner des latitudes et longitudes entrer des adresses postales est ce que c'est possible a obtenir avec ce tuto pourriez vous m'aidez svp j'ai essaye pas mal de code mais aucun n'a aboutit
Mlsouc Messages postés 4 Date d'inscription vendredi 14 mai 2010 Statut Membre Dernière intervention 23 mars 2012
23 mars 2012 à 22:10
Bonsoir
Mon problème est réglé, je n'ai pas réussi à y joindre un fichier kml mais j'ai mis mes polygones dans le fichier js et ça marche impécable, tout baigne.
@ +
Mlsouc Messages postés 4 Date d'inscription vendredi 14 mai 2010 Statut Membre Dernière intervention 23 mars 2012
21 mars 2012 à 15:54
Je croyais avoir mis la note mais apparemment ça n'a pas marché, je la remets.

Pas trouvé pour le kml, je l'utilise sur une autre carte qui est faite avec un autre code mais je n'ai pas réussi à l'intégrer à celle-ci tant pi je m'en passerai.
Mais pour tout le reste c'est super , j'ai fait les modifs selon mes besoin et j'ai bien avancé.
Re merci
Mlsouc Messages postés 4 Date d'inscription vendredi 14 mai 2010 Statut Membre Dernière intervention 23 mars 2012
18 mars 2012 à 21:10
Merci pour ta réponse, ce n'est pas grave, je ferais sans car la carte déjà avec les coches c'est super pour moi, si des fois je trouvais la solution je reviendrai pour partager.

Merci encore pour tout.
varfendell Messages postés 3256 Date d'inscription jeudi 27 décembre 2007 Statut Membre Dernière intervention 8 février 2020
18 mars 2012 à 20:51
Salut, alors je sais que c'est possible, mais je n'ai jamais travaillé sur cette option, donc je ne peut pas t'aider, dsl
Mlsouc Messages postés 4 Date d'inscription vendredi 14 mai 2010 Statut Membre Dernière intervention 23 mars 2012
18 mars 2012 à 19:48
Bonjour

Un grand merci pour votre exellent travail qui m'a permis de réaliser ma carte.
Mais j'aurais aimé y apporter un plus, colorer des zones (les quartiers d'une ville) y a t'il la possibilité d'y intégrer un fichier kml que j'ai déjà et comment ?

Merci de vos réponses
varfendell Messages postés 3256 Date d'inscription jeudi 27 décembre 2007 Statut Membre Dernière intervention 8 février 2020
2 mars 2012 à 10:05
Salut,

Pour le zoom, si mes souvenirs sont bons, il est initialisé lors de la création de la carte, en paramètre. Ainsi ligne 19 tu as ceci:
var maCarte = new Carte(10, 48, 2, 'ROADMAP');
Remplace 10 par un autre chiffre. Le chiffre 10 représente en effet le zoom de base à afficher.

Cependant, le zoom de la carte se redéfinit automatiquement si il y a deux marqueurs ou plus. Pour enlever cette option, il suffit de mettre en commentaire la dernière ligne de la méthode addMarqueur carte.fitBounds(bounds); en ajoutant un // devant: //carte.fitBounds(bounds);

(ligne 225 sur cette page)

Pour ta seconde question, var maCarte = new Carte(10, 48, 2, 'ROADMAP'); correspond à l'initialisation de la carte. 10 correspond au zoom, 48 et 2 correspondent à la latitude et la longitude (approximativement celle de la France) mais sont, de la même manière que le zoom, redéfinit si il y a un marqueur ou plus. Et enfin ROADMAP correspond au type de map (tu peux avoir HYBRID, ROADMAP, SATELLITE ou TERRAIN)

J'espère que cela répondra à tes questions.

N'hésite pas à noter ;)
lcomb Messages postés 11 Date d'inscription dimanche 3 octobre 2004 Statut Membre Dernière intervention 10 mai 2008
2 mars 2012 à 09:07
Bonjour,bravo pour ce script,je l'ai essayé ,il marche bien,
1.Maintenant je veux le modifié pour (c'est pas bien prévu pour je pense)
garder juste 1 seul maCarte.addMarker ,donc un seul point (pas de problème) sauf que du coup il faudrait dezoomer la carte chose
que je n arrive pas à faire avec le code (c est un peu normal c'est pas bien fais pour!)Retoucher le carte.js ?
2.et aussi que veux dire la ligne var maCarte = new Carte(10, 48, 2, 'ROADMAP');
Encore bravo pour ce script
Merci de vos réponses !
varfendell Messages postés 3256 Date d'inscription jeudi 27 décembre 2007 Statut Membre Dernière intervention 8 février 2020
11 févr. 2012 à 22:14
Salut,

Merci pour ta note :)

Pour ton problème, d'après ce que j'ai compris, l'initialisation des marqueurs (parie JS de la page HTML) ne fonctionne pas.
Je ne me souviens plus exactement comment j'avais fait, mais je me souviens du principe:

Il te faut un tableau de trois dimensions. La première dimension contient le type de marqueurs, la seconde dimension contient le numéro du marqueur et la troisième dimension contient les info du marqueur.

Ainsi par exemple, tu auras pour la première ligne, les élément suivant du tableau:
tab[0][0][info]= marqueur 1/1
tab[0][0][lieu] =LAUNAY_LE_CELLIER
tab[0][0][image]=http://labs.google.com/ridefinder/images/mm_20_green.png
tab[0][0][lat]=47.338693626997
tab[0][0][lon]=-1.3848059582871

La première dimension est le type du marqueur (ici par exemple la couleur verte, mais sa peut etre pour les marqueur de type hôtel, ou zone a risque) et la seconde dimension contiendra le numéro de se marqueur (si tu as 80 marqueurs hôtel, tu aura ton tableau tab[0][0][...]; tab[0][1][...]; ... ; tab[0][80][...]

Donc normalement il faut faire une triple boucle:

for (i=0; i<tab.lenght; i++){ //boucle sur les type de marqueur, dans mon exemple de couleur on a 8 type de marqueurs
for(j=0; j<tab[i].lenght;j++){ //boucle sur tout les marqueurs du type i, dans mon exemple de couleur 5 par marqueurs, mais peut être différent selon i
for(k=0; k<tab[i][j].lenght;k++){ //boucle sur toute les info (infobulle, nom, lat, lon, image marqueur...)
echo 'la ligne du marqueur avec les info de la 3eme dimension';
}
}
}

Voila, sa devait être un truc du genre. J’espère ne pas t'embrouiller, MP moi si tu vois toujours pas.
phineau17 Messages postés 5 Date d'inscription mardi 27 septembre 2005 Statut Membre Dernière intervention 12 décembre 2009
11 févr. 2012 à 00:33
super script qui fonctionne vraiment très bien.

J'ai essayé d'appliquer ce script en affichant mes marqueurs en provenance d'une base de données mysql mais j'avoue ne pas y être arriver.
J'ai inséré ma connexion mysql et fait ma requete pour extraire les marqueurs que je souhaite en vert par exemple.
En fait je n'arrive pas à construire ma boucle car il affiche seulement la carte avec mon premier marqueur.
Si quelqu'un à une piste pour me permettre d'y arriver je suis preneur.

voila la boucle que j'ai écrit (ne m'engueulez pas je sais je ne suis pas un pro de la programmation)
en gros j'ai remplacé la ligne 20 par :
do {
maCarte.addMarker('marqueur 1/1', '<?php echo $row_Recordset1['nom']; ?>', 'http://labs.google.com/ridefinder/images/mm_20_green.png', <?php echo $row_Recordset1['latitude']; ?>, <?php echo $row_Recordset1['longitude']; ?>, 1, 1, true);
} while ($row_Recordset1 = mysql_fetch_assoc($Recordset1));

qui qui peut m'aider gentillement ?
Damakelyrado Messages postés 1 Date d'inscription vendredi 4 novembre 2011 Statut Membre Dernière intervention 5 décembre 2011
5 déc. 2011 à 09:52
bonjours,Je vous remercie pour ce code,ça m'a beaucoup aider,Juste que maintenant je cherche y ajouter une fonction qui permet de faire une recherche d'un lieu,est il possible de réaliser cela!merci d'avance!
val45du58 Messages postés 6 Date d'inscription jeudi 19 juillet 2007 Statut Membre Dernière intervention 13 avril 2009
23 mai 2011 à 10:24
Je n'ai pas eu le temps l'autre soir!
Il suffit, effectivement, de mettre en commentaire la ligne 225 comme ceci : //carte.fitBounds(bounds); et de modifier via une base de données la ligne 19.
On peut, ainsi, redéfinir le zoom et le centrage de la carte.
Re Merci pour ton aide.
Le lien ou l'on peut voir le résultat pour ceux que cela intéresse : http://www.matourroco.com/
PS : Super code qui offre plein de possibilités !!!!
val45du58 Messages postés 6 Date d'inscription jeudi 19 juillet 2007 Statut Membre Dernière intervention 13 avril 2009
17 mai 2011 à 10:21
Ok, merci de ta réponse !!
Je rentre de weekend, je n'ai pas eu le temps de tester. Mais, après m'être arraché les cheveux avec ce problème, je vois bien ce que cela va me permette de faire. De toute évidence, je vais pouvoir ajouter un zoom à certain de mes markers et leur redéfinir un centre et un zoom en agissant sur la ligne 19 du code !!!
Je ferais des tests ce soir... Et te tiendrait au courant du résultat.
Re MERCI
varfendell Messages postés 3256 Date d'inscription jeudi 27 décembre 2007 Statut Membre Dernière intervention 8 février 2020
15 mai 2011 à 11:39
Effectivement. Pour le problème du bounds, je redéfini dans le code les limite de la carte à l'ajout de chaque marqueur. Donc le zoom n'agit pas.

Pour remedier à cela, il suffit de mettre en commentaire la dernière ligne de la méthode addMarqueur carte.fitBounds(bounds); en ajoutant un // devant: //carte.fitBounds(bounds);

(ligne 225 sur cette page)
val45du58 Messages postés 6 Date d'inscription jeudi 19 juillet 2007 Statut Membre Dernière intervention 13 avril 2009
14 mai 2011 à 11:20
Merci pour ta réponse rapide,
J’ai déjà essayé cette solution, mais elle modifie la carte que lorsque qu’aucun marker ne figure sur la carte !!!
J’ai, d’ailleurs, déjà modifié ces coordonnées. (Pour le constater sur mes cartes, il suffit de virer tous ce qui ce trouve après le « ? » dans la barre d’adresse)
En faite c’est le Bounds qu’il faudrait arriver à modifier, mais mes connaissances en javascript sont trop limitées pour bien comprendre comment il agit sur la carte. De plus, on est là, avec un codage qui est propre à cette application !
Ce qu’il faudrait pour mes cartes, qui n’ont qu’un marquer, c’est pouvoir leurs spécifier un zoom en modifiant le bounds.
J’imagine que vous n’avez pas que cela à faire !! J’espère, seulement, que quelqu’un finira par me renseigner.
Merci de ton aide.
Cordialement.
varfendell Messages postés 3256 Date d'inscription jeudi 27 décembre 2007 Statut Membre Dernière intervention 8 février 2020
14 mai 2011 à 01:47
Salut,

Pour le zoom, si mes souvenir sont bon, il est initialisé lors de la création de la carte, en paramètre. Ainsi ligne 19 tu as ceci:
var maCarte = new Carte(10, 48, 2, 'ROADMAP');
Remplace 10 par un autre chiffre. Le chiffre 10 represente en effet le zoom de base à afficher.
val45du58 Messages postés 6 Date d'inscription jeudi 19 juillet 2007 Statut Membre Dernière intervention 13 avril 2009
14 mai 2011 à 00:02
Excuse moi pour la note !!! Ce n'est pas du tout celle-ci que je souhaitais donner !! Ça vaut *****
val45du58 Messages postés 6 Date d'inscription jeudi 19 juillet 2007 Statut Membre Dernière intervention 13 avril 2009
13 mai 2011 à 23:48
Bonjour,
Je suis en train de réaliser un site pour des amis marocains, et moi qui ne comprends rien à javascript, je suis très content d'être tombé sur cette excellent script.
Lié à une base de données on peut faire beaucoup de chose avec, bref c’est génial !!
Cependant, vu que je n’entends rien au javascript, je bloque sur un truc. Quelqu’un pourrait peut-être me renseigner !? Y a-t-il un moyen simple de spécifier un zoom minimum à la carte !?
Pour ceux que ce là intéresseraient : http://www.matourroco.com/cible/cartes.php?region=Haut%20Atlas
Vous pourrez y constater pourquoi je cherche à donner un minimum à la carte. Certaines cartes non qu’un marqueur et le Zoom est au maximum.
Rem5962 Messages postés 1 Date d'inscription jeudi 20 janvier 2011 Statut Membre Dernière intervention 20 janvier 2011
20 janv. 2011 à 19:25
Exactement ce que je cherchais pour mettre à jour de la V2 à la V3. Merci
http://chti.sportif.free.fr/cartecalendar.php

A voir si j'arrive à l'adapter pour une base mysql...
cs_arta Messages postés 98 Date d'inscription dimanche 22 janvier 2006 Statut Membre Dernière intervention 24 juillet 2013
17 janv. 2011 à 07:21
Bonjour tous
Pour suivre pour le php/sql ;)
wafikov Messages postés 4 Date d'inscription mardi 31 décembre 2002 Statut Membre Dernière intervention 11 janvier 2011
11 janv. 2011 à 14:36
Bonjour,
Je vous remercie pour ce très bon travail ainsi que pour votre aide. maintenant mon problème est résolu en changeant dans: <script type='text/javascript' src='http://maps.google.com/maps/api/js?sensor=true'></script>. j'ai remplacer google.com par google.fr ça marche très bien mais avec goog.com ça bloque!!!
Je vous souhaite bon courrage et bravo encore une nouvelle fois
iks2 Messages postés 1 Date d'inscription samedi 11 novembre 2006 Statut Membre Dernière intervention 7 janvier 2011
7 janv. 2011 à 21:08
Bonjour, super script!
Comment fait-on maintenant si on souhaite mettre toutes les infos des marqueurs dans un fichier data.xml?
aquel33 Messages postés 1 Date d'inscription jeudi 23 décembre 2010 Statut Membre Dernière intervention 23 décembre 2010
23 déc. 2010 à 19:46
bonjour
j'essaie de faire un site qui affiche une carte avec des marqueurs à cocher. les fichiers joints fonctionnent bien
mais j'aimerais pouvoir récupérer les informations de chaque marqueur à partir d'un fichier xml (comme ici avec la V2 de google api : http://google-maps-api-version-2.touraineverte.com/aide-documentation-exemple-tutoriel-didacticiel/controle/cases-a-cocher/marqueurs-markers/list-liste-selection-categorie.htm) ou bien en php/sql
merci d'avance
wafikov Messages postés 4 Date d'inscription mardi 31 décembre 2002 Statut Membre Dernière intervention 11 janvier 2011
20 déc. 2010 à 12:06
Bonjour VARFENDELL,
Je vous remercie beaucoup pour votre réponse et votre aide vraiment je te remercie mille fois.
pour mon pb j'ai testé les même fichier que tu as partagé (carte;html et carte.js) sur IE 6, IE 7, IE 8, Firefox, Chrome ça marche pas. j'ai tester la connexion via plusieurs adsl et dans différents endroits et à partir de plusieurs postes ça marche pas.
Après l'ctivation du débogage JS il me donne :google est indéfini
curentInfoWindows = new google.maps.InfoWindow(
{
content: ""
});

je vous remerie encore une fois
varfendell Messages postés 3256 Date d'inscription jeudi 27 décembre 2007 Statut Membre Dernière intervention 8 février 2020
6 déc. 2010 à 17:59
Bonsoir Wafikov,

J'ai testé le script sur mon PC ce soir, et il fonctionne très bien.
Ton problème pourrait être dû à certain élément que je ne connait pas:
- le choix de ton navigateur, ta connexion internet, et le paramétrage de ton navigateur. Par exemple, sous IE, tu peut activer le débogage JS qui t'ouvrira une pop up a la moindre erreur au lieu de passer outre et afficher ce qu'il peut, donc si tu n'as pas internet, il t'affichera effectivement ce genre d'erreur.

- Tu as modifié un peu le code pour l'adapter a ta manière. Ainsi s'il manque cette ligne par exemple:
<script type='text/javascript' src='http://maps.google.com/maps/api/js?sensor=true'></script>
ton genre d'erreur sera afficher.

Je te conseil donc de reprendre exactement mon code dans les deux fichier, et de refaire tes modification une à une dans le cas de la seconde possibilité.
wafikov Messages postés 4 Date d'inscription mardi 31 décembre 2002 Statut Membre Dernière intervention 11 janvier 2011
6 déc. 2010 à 16:24
Bonjour, j'ai testé le programme il fonctionne très bien Mais à partir du mois Novembre 2010 il me donne erreur script :
Détails de l’erreur de la page Web

Message : 'google' est indéfini.
Ligne : 29
Caractère : 2
Code : 0
URI : file:///C:/Documents%20and%20Settings/wafik/Bureau/carte.js

Help me!
PiM69 Messages postés 1 Date d'inscription vendredi 19 novembre 2010 Statut Membre Dernière intervention 22 novembre 2010
22 nov. 2010 à 18:31
Super dévellopement, simplee à mettre en place...
merci beaucoup
varfendell Messages postés 3256 Date d'inscription jeudi 27 décembre 2007 Statut Membre Dernière intervention 8 février 2020
27 sept. 2010 à 20:24
Bonsoir,

La connexion a internet est nécessaire car on a besoin d’accéder au script de google map. En revanche les icone elles peuvent être remplacer par des images locale de votre ordinateur. Mais la génération de la carte ce fait grâce a un script...alors a moins que vous ne le téléchargiez:

http://maps.google.com/maps/api/js?sensor=true

mais je ne sais pas s'il y a une arborescence après.
maxredphenix Messages postés 58 Date d'inscription vendredi 8 septembre 2006 Statut Membre Dernière intervention 9 novembre 2012
27 sept. 2010 à 19:36
Bonjour,

Vous marquez qu'il est fonctionnel en local mais est-il possible de l'utiliser hors ligne avec un carte perso (une image html de 9000pixels par 7000pixel)?????

Sinon très très beau boulot
varfendell Messages postés 3256 Date d'inscription jeudi 27 décembre 2007 Statut Membre Dernière intervention 8 février 2020
29 août 2010 à 22:27
Bonjour,

En faite la "version" php mysql se contente de récupérer les informations dans une base de données et de les insérer dans le code... ainsi cette version sera unique à chaque base de données. Je vais retravailler cette version dans la semaine à venir pour la rendre compréhensible et que vous n'ayez plus qu'a mettre vos propre informations.Par contre elle ne sera donc pas fonctionnel en local directement, il faudra changer certaines chose pour l'adapter.
cs_artan Messages postés 6 Date d'inscription mercredi 10 septembre 2003 Statut Membre Dernière intervention 20 mars 2012
29 août 2010 à 22:07
Bonjour,

Débutant, je vous remerci, je cherche un code semblable depuis un moment.
je vient d'éssayer en local, cela marche parfaitement. bien que je ne comprenne pas encore bien tous les parametres, mais je ne desepere pas.
par contre je suis interessé par la version PHP/MYSQL afin d'utiliser des marqueurs encore plus flexible.
varfendell Messages postés 3256 Date d'inscription jeudi 27 décembre 2007 Statut Membre Dernière intervention 8 février 2020
27 août 2010 à 12:45
Pour l'utilisation il suffit de télécharger les deux fichiers carte.html et carte.js dans un même dossier, et de lancer carte.html avec un navigateur (internet explorer/firefox/...)
Après on peux éditer, avec notepad++ par exemple, le fichier carte.html pour rentrer ses propres valeurs, modifier certaines chose, en ajouter ou en enlever.
Rejoignez-nous