Skip to content

Commit

Permalink
Titres
Browse files Browse the repository at this point in the history
  • Loading branch information
teymour committed May 26, 2023
1 parent 3337150 commit dfb375b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion carte.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h2>Téléchargement</h2>
let cadastreaccess = await fetch(url);
downloads["Parcelles cadastrales - "+mycommune] = cadastreaccess.url;
parcelle_nom = '<span style="display:inline-block;width:23px;border:1px solid black;opacity:0.75;"> &nbsp; </span> Parcelles cadastrales - '+mycommune;
$('#loadermessage').html("Récupération du cadastre de "+commune+" : chargement des données géographique<blink>...</blink>");
$('#loadermessage').html("Récupération du cadastre de "+commune+" : chargement des données géographique<blink>...</blink> (peut être un peu long)");
layers[parcelle_nom] = L.geoJSON(await cadastreaccess.json(),{style:{weight:1,opacity:0.75,color:'black'}});
$('#loadermessage').html("Récupération du cadastre de "+commune+" : ajout des parcelles dans la carte");
layers[parcelle_nom].addTo(map);
Expand Down
1 change: 1 addition & 0 deletions communes.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<head>
<script type="text/javascript" src="web/js/bootstrap.bundle.5.3.0-alpha3.min.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="web/css/bootstrap.5.3.0-alpha3.min.css"/>
<title>Les communes viticoles</title>
</head>
<body>
<div class="container">
Expand Down
1 change: 1 addition & 0 deletions denominations.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<head>
<script type="text/javascript" src="web/js/bootstrap.bundle.5.3.0-alpha3.min.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="web/css/bootstrap.5.3.0-alpha3.min.css"/>
<title>Les délimitations INAO</title>
</head>
<body>
<div class="container">
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<script type="text/javascript" src="web/js/lib/jquery/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="web/js/bootstrap.bundle.5.3.0-alpha3.min.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="web/css/bootstrap.5.3.0-alpha3.min.css"/>
<title>Open Data Wine : Accès simplifié aux délimitations viticoles</title>
</head>
<body>
<div class="container">
Expand Down

0 comments on commit dfb375b

Please sign in to comment.