aboutsummaryrefslogtreecommitdiff
path: root/content/blog/miscellaneous/osm-overlay-example.md
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-12 18:12:41 +0100
committerJulien Dessaux2021-03-12 18:13:45 +0100
commited8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7 (patch)
treecd93f66cd66f8ca6efe91882d8a46ca6b09bdc72 /content/blog/miscellaneous/osm-overlay-example.md
parentImproved home speech (diff)
downloadwww-ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7.tar.gz
www-ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7.tar.bz2
www-ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7.zip
Some more articles reformatting
Diffstat (limited to 'content/blog/miscellaneous/osm-overlay-example.md')
-rw-r--r--content/blog/miscellaneous/osm-overlay-example.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/content/blog/miscellaneous/osm-overlay-example.md b/content/blog/miscellaneous/osm-overlay-example.md
index 2787a6e..de31d95 100644
--- a/content/blog/miscellaneous/osm-overlay-example.md
+++ b/content/blog/miscellaneous/osm-overlay-example.md
@@ -1,12 +1,18 @@
---
title: "OpenStreetMap overlay example"
-linkTitle: "OpenStreetMap overlay example"
date: 2020-05-19
-description: >
- An example of how to query things visually on OpenStreetMap
+description: An example of how to query things visually on OpenStreetMap
+tags:
+ - toolbox
---
-http://overpass-turbo.eu/
+## The problem
+
+OpenStreetMap is a great resource and there is a lot more information stored there than you can easily see.
+
+## The solution
+
+Go to http://overpass-turbo.eu/ and enter a filter script similar to the following :
{{< highlight html >}}
<osm-script>
<query type="node">
@@ -17,3 +23,5 @@ http://overpass-turbo.eu/
<print mode="body"/>
</osm-script>
{{< /highlight >}}
+
+This example will highlight the recycling points near a target location. From there you can build almost any filter you can think of!