98 lines
2.9 KiB
HTML
98 lines
2.9 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang='fr' >
|
||
|
<head >
|
||
|
<title >MeltingPot - Où manger et boire ? - OSM Bliss</title >
|
||
|
<meta charset='utf-8' >
|
||
|
<meta
|
||
|
name='viewport'
|
||
|
content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' >
|
||
|
<link
|
||
|
rel='stylesheet'
|
||
|
href='styles/leaflet.css' />
|
||
|
<link
|
||
|
rel='stylesheet'
|
||
|
href='styles/style.css' />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes, minimum-scale=0.25, maximum-scale=5.0">
|
||
|
<link rel="shortcut icon" href="img/french.png">
|
||
|
</head >
|
||
|
<body>
|
||
|
|
||
|
|
||
|
<div id='map' >
|
||
|
|
||
|
<div class='leaflet-control-container' >
|
||
|
<div class='leaflet-top leaflet-right' >
|
||
|
<div
|
||
|
id='overpass-api-controls'
|
||
|
class='leaflet-bar leaflet-control' >
|
||
|
<!-- <input-->
|
||
|
<!-- id='query-textfield'-->
|
||
|
<!-- value='amenity=restaurant'-->
|
||
|
<!-- size='50' >-->
|
||
|
<input
|
||
|
id='query-button'
|
||
|
type='button'
|
||
|
value='🍽️ Chercher' >
|
||
|
</div >
|
||
|
|
||
|
<div class="research_display">
|
||
|
<div id='spinning_icon' >
|
||
|
<div class='message-loading'>
|
||
|
chargement en cours...
|
||
|
</div>
|
||
|
<svg
|
||
|
id='star'
|
||
|
width='4cm'
|
||
|
height='4cm'
|
||
|
viewBox='0 0 700 400'
|
||
|
xmlns='http://www.w3.org/2000/svg'
|
||
|
version='1.1' >
|
||
|
<polygon
|
||
|
fill='red'
|
||
|
stroke='red'
|
||
|
stroke-width='10'
|
||
|
points='350,75 379,161 469,161 397,215
|
||
|
423,301 350,250 277,301 303,215
|
||
|
231,161 321,161' />
|
||
|
|
||
|
</svg >
|
||
|
</div >
|
||
|
</div>
|
||
|
</div >
|
||
|
</div >
|
||
|
|
||
|
</div >
|
||
|
|
||
|
<p>
|
||
|
Carte des IRVE de Rouen
|
||
|
</p>
|
||
|
<div id="filter">
|
||
|
filtres: <br>
|
||
|
prise: type 2, type CCS
|
||
|
cable: attaché, à fournir
|
||
|
puissance: min 50kW, 100kW, 300kW, 400kW
|
||
|
</div>
|
||
|
<h2 class="title">
|
||
|
À propos de ce plan</h2 >
|
||
|
<p >
|
||
|
La carte thématique proposant des points de charge pour véhicule électrique, basée sur les données
|
||
|
d'OpenStreetMap.
|
||
|
</p >
|
||
|
<br>
|
||
|
Fait par <a href="https://mastodon.cipherbliss.com/@tykayn" >Tykayn</a> - <a href="https://www.cipherbliss.com" >www.cipherbliss.com</a>.
|
||
|
<a href="https://forge.chapril.org/tykayn/">Sources disponibles sur la forge du Chapril.</a>
|
||
|
|
||
|
<script src='js/leaflet.js' ></script >
|
||
|
<script src='js/jquery-3.2.1.min.js' ></script >
|
||
|
<script src='js/osmtogeojson.js' ></script >
|
||
|
<script
|
||
|
type='module'
|
||
|
src='js/main.js' ></script >
|
||
|
|
||
|
<script>
|
||
|
|
||
|
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|