This commit is contained in:
Julien Dessaux 2020-06-26 00:06:30 +02:00
parent ca0ebe93cc
commit 0a8f9332b2
7 changed files with 63 additions and 7 deletions

View file

@ -0,0 +1,19 @@
---
title: "OpenStreetMap overlay example"
linkTitle: "OpenStreetMap overlay example"
date: 2020-05-19
description: >
An example of how to query things visually on OpenStreetMap
---
http://overpass-turbo.eu/
{{< highlight html >}}
<osm-script>
<query type="node">
<has-kv k="amenity" v="recycling"/>
<bbox-query {{bbox}}/>
</query>
<!-- print results -->
<print mode="body"/>
</osm-script>
{{< /highlight >}}

View file

@ -5,3 +5,7 @@ date: 2019-12-19
description: >
I switched my personal wiki from dokuwiki to Hugo
---
This is the website you are currently reading. It is a static website built using hugo. This article details how I installed hugo, how I initialised this website and how I manage it. I often refer to it as wiki.adyxax.org because I hosted a unique dokuwiki for a long time as my main website (and a pmwiki before that), but with hugo it has become more than that. It is now a mix of wiki, blog and showcase of my work and interests.
[Here is the link to the full article describing how I achieved that.]({{< relref "/docs/adyxax.org/services/www.md" >}})