NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I'm hoping to create a map that is in Tlingit, the language of the people who first occupied my local area (see this site). Some features have a name:tli tag. Area in question How could I query the features that have that tag? I tried [name:tli is NOT NULL] and it didn't work.

asked 05 Feb '20, 01:16

Jfact0ry's gravatar image

Jfact0ry
366171831
accept rate: 0%

edited 05 Feb '20, 01:17


To query for a key without considering the values, put the key in the brackets, here using quotes because of the colon in the key:

nwr["name:tli"];.

There aren't many features with that tag:

https://taginfo.openstreetmap.org/keys/name%3Atli

permanent link

answered 05 Feb '20, 02:17

maxerickson's gravatar image

maxerickson
12.7k1083176
accept rate: 32%

Thank you! Yes, the goal is to show it's possible and then get more of the landmarks in local language mapped. Gunalchéesh!

(05 Feb '20, 19:01) Jfact0ry
1

@Jfact0ry You can use for example node[place][!"lang:tli"]({{bbox}}); to query for place=* features without a name your language, using the ! not operator. Be careful not to make the box too wide in area to avoid over-limit.

(06 Feb '20, 15:41) Kovoschiz

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

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:

×228
×147

question asked: 05 Feb '20, 01:16

question was seen: 1,664 times

last updated: 06 Feb '20, 15:44

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum