Commit 791963f055ce17b18960b3c8b5e559ab9402e241
1 parent
07793ced
Another design
Showing
1 changed file
with
3 additions
and
8 deletions
Show diff stats
contact.php
... | ... | @@ -3,20 +3,15 @@ |
3 | 3 | <p>Pour toute information, vous pouvez contacter Mme Pichonnat</p> |
4 | 4 | </div> |
5 | 5 | |
6 | -<div class="jumbotron"> | |
7 | - <h1>Comment y accéder ?</h1> | |
8 | - <p> | |
9 | - <div id="map-canvas"></div> | |
10 | - </p> | |
11 | -</div> | |
6 | +<div id="map-canvas"></div> | |
12 | 7 | <script> |
13 | 8 | function initialize() |
14 | 9 | { |
15 | 10 | var mapCanvas = document.getElementById('map-canvas'); |
16 | 11 | var mapOptions = |
17 | 12 | { |
18 | - center: new google.maps.LatLng(50.6080275, 3.1401501), | |
19 | - zoom: 8, | |
13 | + center: new google.maps.LatLng(50.6074998, 3.1373338), | |
14 | + zoom: 16, | |
20 | 15 | mapTypeId: google.maps.MapTypeId.ROADMAP |
21 | 16 | } |
22 | 17 | var map = new google.maps.Map(mapCanvas, mapOptions) | ... | ... |