0

For example, I have to get all atractions (or something else) in a particular country.

How can I know what tags to use with Overpass API query?
Is there any list of possible tags and their possible values?

asked 15 Nov '18, 12:58

adgeuk's gravatar image

adgeuk
16225
accept rate: 0%

edited 15 Nov '18, 12:59

1

Use taginfo.openstreetmap.org to explore tags: there are many thousands in use!

(15 Nov '18, 14:10) SK53 ♦

One Answer:
4

Overpass supports all tags that are stored in the database. Many of them (a.o. the most commonly used) can be found on the OSM Wiki. Via TagInfo you can see which tags are used, even those that are not documented.

The tag for attractions is tourism=attraction.

permanent link

answered 15 Nov '18, 14:10

escada's gravatar image

escada
18.7k16159298
accept rate: 20%

edited 15 Nov '18, 14:11

2

This is an example query for tourist attractions in Manchester, GB

(15 Nov '18, 14:13) escada

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×377
×139
×68
×44

question asked: 15 Nov '18, 12:58

question was seen: 1,939 times

last updated: 15 Nov '18, 14:13

powered by OSQA