A26 Calais - Troyes : 31,50 euros
Les autoroutes les plus chèresL'A26 relie Calais à Troyes.
source : ©2014 OpenStreetMap et contributeurs
L'Autoroute des Anglais, autre nom donné à l'A26, relie Calais à Troyes. Elle est entrecoupée de l'A4 entre Thilloy et Grande Loges.
var mapstraction = new mxn.Mapstraction('map_canvas_84f468fd6c7634974303114_b55e5501818cf754366', 'openlayers');
// create a lat/lon object
var myPoint = new mxn.LatLonPoint(49.62774895,2.96360695);
// display the map centered on a latitude and longitude (Google zoom levels)
mapstraction.setCenterAndZoom(myPoint, 6);
mapstraction.addControls({
pan: true,
zoom: 'small',
overview: false,
scale: true,
map_type: true
});
my_marker = new mxn.Marker(myPoint);
my_marker.setIcon('http://www.linternaute.com/image/gen/googlemap/icon_gcarte.png');
mapstraction.addMarker( new mxn.Marker( new mxn.LatLonPoint(50.9580293,1.8524129)));
my_marker.setLabel("");
var text = "Calaiscentre ville62100 Calais, France";
my_marker.setInfoBubble(text);
mapstraction.addMarker(my_marker);
my_marker = new mxn.Marker(myPoint);
my_marker.setIcon('http://www.linternaute.com/image/gen/googlemap/icon_gcarte.png');
mapstraction.addMarker( new mxn.Marker( new mxn.LatLonPoint(48.2974686,4.074801)));
my_marker.setLabel("");
var text = "Troyescentre ville10000 Troyes, France";
my_marker.setInfoBubble(text);
mapstraction.addMarker(my_marker);
L'A26 relie Calais à Troyes.source : ©2014 OpenStreetMap et contributeurs L'Autoroute des Anglais, autre nom donné à l'A26, relie Calais à Troyes. Elle est entrecoupée de l'A4 entre Thilloy et Grande Loges.

Nicolas Le Boucher
Partager