This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################### | |
# CONFIGURATION | |
# configure the EMS tags that you want as ZIP vector data | |
emergency_tags=["EMSR238"] | |
############################################################################### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://overpass-api.de/api/interpreter?data=%5Bout%3Ajson%5D%5Btimeout%3A25%5D%3B%28node%5B%22amenity%22%3D%22drinking%5Fwater%22%5D%2841%2E883013564065%2C12%2E482099533081%2C41%2E896990545731%2C12%2E501904964447%29%3B%29%3Bout%3B%3E%3Bout%20skel%20qt%3B%0A | |
-o | |
fontane_roma.json | |
https://overpass-api.de/api/interpreter?data=%5Bout%3Ajson%5D%5Btimeout%3A25%5D%3B%28node%5B%22natural%22%3D%22tree%22%5D%2841%2E883013564065%2C12%2E482099533081%2C41%2E896990545731%2C12%2E501904964447%29%3B%29%3Bout%3B%3E%3Bout%20skel%20qt%3B%0A | |
-o | |
alberi_roma.json | |
https://overpass-api.de/api/interpreter?data=%5Bout%3Ajson%5D%5Btimeout%3A25%5D%3B%28node%5B%22tourism%22%3D%22museum%22%5D%2841%2E883013564065%2C12%2E482099533081%2C41%2E896990545731%2C12%2E501904964447%29%3Bway%5B%22tourism%22%3D%22museum%22%5D%2841%2E883013564065%2C12%2E482099533081%2C41%2E896990545731%2C12%2E501904964447%29%3Brelation%5B%22tourism%22%3D%22museum%22%5D%2841%2E883013564065%2C12%2E482099533081%2C41%2E896990545731%2C12%2E501904964447%29%3B%29%3Bout%3B%3E%3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: ruby | |
rvm: | |
- 2.3.3 | |
script: | |
- set -e | |
- bundle exec jekyll build | |
after_success: | |
- git clone https://$GH_REF | |
- cd $(basename ${GH_REF%.git}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" /> | |
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css" /> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.min.js"></script> | |
<style> | |
#map{ height: 500px } | |
</style> | |
<div class="row"> <div class="col-md-2">Mappa:</div><div class="col-md-4"> <div id="map"></div> </div> </div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: nil | |
--- | |
[ | |
{% for post in site.posts %} | |
{ | |
"title" : "{{ post.title }}", | |
"url" : "{{ post.url }}", | |
"date" : "{{ post.date | date: "%B %d, %Y" }}", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul> | |
{% for member in site.data.puntidiinteressebiblioteche %} | |
<li> | |
<a href="http://www.openstreetmap.org/?mlat={{ member.Y }}&mlon={{ member.X }}&zoom=12">{{ member.nome }}</a> | |
</li> | |
{% endfor %} | |
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul> | |
{% for member in site.data.puntidiinteressebiblioteche %} | |
<li> | |
{{ member.nome }} : {{ member.indirizzo }} | |
</li> | |
{% endfor %} | |
</ul> |
NewerOlder