A35 à Geispolsheim : Radar 110 km/h.
source : ©2014 OpenStreetMap et contributeurs
Radar dans le Bas-Rhin (67)
A35 à Geispolsheim.
Radar : 110 km/h.
Précision : contournement autoroutier de Selestat. Juste avant une portion limitée à 130 km/h.
var mapstraction = new mxn.Mapstraction('map_canvas_355874238347110cc4637405f6458_4b66586de31ff', 'openlayers');
// create a lat/lon object
var myPoint = new mxn.LatLonPoint(48.5245349312,7.6594877243);
// 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(48.5245349312421,7.6594877243042)));
my_marker.setLabel("");
var text = "A35 à Geispolsheim : Radar 110 km/h.A3567118 Geispolsheim, France";
my_marker.setInfoBubble(text);
mapstraction.addMarker(my_marker);
A35 à Geispolsheim : Radar 110 km/h.source : ©2014 OpenStreetMap et contributeurs Radar dans le Bas-Rhin (67) A35 à Geispolsheim. Radar : 110 km/h. Précision : contournement autoroutier de Selestat. Juste avant une portion limitée à 130 km/h.