A36 à Belfort : Radar 110 km/h.
source : ©2014 OpenStreetMap et contributeurs
Radar dans le Territoire de Belfort (90)
A36 Belfort.
Radar : 110 km/h.
Précision : le dispositif est installé dans la fin de la descente, dans le sens Mulhouse-Belfort, entre les sorties 10 et 11.
var mapstraction = new mxn.Mapstraction('map_canvas_57d36f58530410f56845431b4c2f374c348_866716e', 'openlayers');
// create a lat/lon object
var myPoint = new mxn.LatLonPoint(47.6305491488,6.87078952789);
// display the map centered on a latitude and longitude (Google zoom levels)
mapstraction.setCenterAndZoom(myPoint, 15);
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(47.6305491487966,6.87078952789307)));
my_marker.setLabel("");
var text = "A36 à Belfort : Radar 110 km/h.A3690000 Belfort, France";
my_marker.setInfoBubble(text);
mapstraction.addMarker(my_marker);
A36 à Belfort : Radar 110 km/h.source : ©2014 OpenStreetMap et contributeurs Radar dans le Territoire de Belfort (90) A36 Belfort. Radar : 110 km/h. Précision : le dispositif est installé dans la fin de la descente, dans le sens Mulhouse-Belfort, entre les sorties 10 et 11.