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

I'm trying to find out how often the :lane subkey is used regardless of what key its attached to.

Is there a way to do this?

asked 12 Oct '18, 17:51

liceaa's gravatar image

liceaa
11112
accept rate: 0%


A query like way[~".*:lane$"~".*"]; should do it. It may require some adaptation to get exactly the result you want, there's some examples in the documentation and you could consult any guide to POSIX extended regular expressions to help build the correct pattern.

permanent link

answered 13 Oct '18, 13:45

maxerickson's gravatar image

maxerickson
12.7k1083176
accept rate: 32%

This worked for me using Taginfo: ":lane" (without the quotes)

https://taginfo.openstreetmap.org/search?q=%3Alane

Cheers,

Dave

permanent link

answered 12 Oct '18, 23:58

AlaskaDave's gravatar image

AlaskaDave
5.4k76107164
accept rate: 16%

Your answer
toggle preview

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
×193
×147

question asked: 12 Oct '18, 17:51

question was seen: 1,607 times

last updated: 13 Oct '18, 13:45

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