5568 sujets
Sémantique web et HTML
<div id="map"></div>
<!-- Replace the value of the key parameter with your own API key. -->
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCLOKVvGq8nsWlevMr-_HPqRKp0939QV4w"></script>
function initMap() {
var paris = {lat: 48.829694, lng: 2.354199};
var map = new google.maps.Map(document.getElementById('map'), {
zoom: 15,
center: paris
});
var marker = new google.maps.Marker({
position: paris,
map: map
});
}
Oui effectivement j'avais oublié d'ajouter : &callback=initMap, mais même en ajoutant ça,
ma map ne s'affiche pas !
<div id="map"></div>
<!-- Replace the value of the key parameter with your own API key. -->
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCLOKVvGq8nsWlevMr-_HPqRKp0939QV4w&callback=initMap"></script>
ma map ne s'affiche pas !
<div id="map"></div>
<!-- Replace the value of the key parameter with your own API key. -->
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCLOKVvGq8nsWlevMr-_HPqRKp0939QV4w&callback=initMap"></script>
Sur le forum impossible de partager, il faut passer par une plateforme extérieur. exemple https://e-nautia.com/share/
Failed to load resource: net::ERR_FILE_NOT_FOUND
slide_2.jpg Failed to load resource: net::ERR_FILE_NOT_FOUND
slide_1.jpg Failed to load resource: net::ERR_FILE_NOT_FOUND
slide_3.jpg Failed to load resource: net::ERR_FILE_NOT_FOUND
slide_4.jpg Failed to load resource: net::ERR_FILE_NOT_FOUND
slide_5.jpg Failed to load resource: net::ERR_FILE_NOT_FOUND
slide_6.jpg Failed to load resource: net::ERR_FILE_NOT_FOUND
slide_2.jpg:1 GET file:///C:/IMG/slide_2.jpg net::ERR_FILE_NOT_FOUND
slide_2.jpg Failed to load resource: net::ERR_FILE_NOT_FOUND
slide_1.jpg Failed to load resource: net::ERR_FILE_NOT_FOUND
slide_3.jpg Failed to load resource: net::ERR_FILE_NOT_FOUND
slide_4.jpg Failed to load resource: net::ERR_FILE_NOT_FOUND
slide_5.jpg Failed to load resource: net::ERR_FILE_NOT_FOUND
slide_6.jpg Failed to load resource: net::ERR_FILE_NOT_FOUND
slide_2.jpg:1 GET file:///C:/IMG/slide_2.jpg net::ERR_FILE_NOT_FOUND