Typo WANAKERA => WANAKAERA

This commit is contained in:
2024-11-19 18:48:43 +04:00
parent 26dd4be009
commit 7a2519b24d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<li><a href="kat/GUYANE.php">GUYANE</a></li> <li><a href="kat/GUYANE.php">GUYANE</a></li>
<li><a href="kat/KAMA.php">KAMA (Afrique)</a></li> <li><a href="kat/KAMA.php">KAMA (Afrique)</a></li>
<li><a href="kat/KARUKERA.php">KARUKERA (Guadeloupe)</a></li> <li><a href="kat/KARUKERA.php">KARUKERA (Guadeloupe)</a></li>
<li><a href="kat/WANAKERA.php">WANAKERA (Martinique)</a></li> <li><a href="kat/WANAKAERA.php">WANAKAERA (Martinique)</a></li>
</ul> </ul>
</body> </body>
</html> </html>
+1 -1
View File
@@ -38,7 +38,7 @@ switch (codeCarte) {
zoomLevel = 9 zoomLevel = 9
styleFileName = 'ortho.json' styleFileName = 'ortho.json'
break break
case 'WANAKERA': case 'WANAKAERA':
centerCoordinates = [-61.01635, 14.60285] // Martinique centerCoordinates = [-61.01635, 14.60285] // Martinique
zoomLevel = 9.5 zoomLevel = 9.5
styleFileName = 'ortho.json' styleFileName = 'ortho.json'
+1 -1
View File
@@ -7,7 +7,7 @@
</head> </head>
<body> <body>
<?php <?php
$zone = 'WANAKERA (Martinique)'; $zone = 'WANAKAERA (Martinique)';
include('../game-control/back.php'); include('../game-control/back.php');
include('../game-control/start.php'); include('../game-control/start.php');
?> ?>