Query database instead of overpass
This commit is contained in:
parent
54b280655f
commit
44241751b2
4 changed files with 23 additions and 55 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
{% for element in elements %}
|
||||
{% set tags = element.tags %}
|
||||
<pre>{{ element | pprint }}</pre>
|
||||
<pre>{{ element.tags | pprint }}</pre>
|
||||
{% endfor %}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue