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

I've got a list of power plant locations.

How can I query the presence and id of a power=plant way around this location?

asked 23 May '18, 19:13

Druzhba's gravatar image

Druzhba
150111118
accept rate: 0%

Why does it not find BMW ?

[out:json][timeout:600];
(
way(around:300,51.404924,12.444895)["landuse"="industrial"];
);
out body;
>;
out skel qt;
(24 May '18, 18:25) Druzhba

That way is more than 300 metres away from the coordinates you're checking. You'll need to increase the "around" distance.

(24 May '18, 18:45) alester
Be the first one to answer this question!
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:

×483
×147
×97

question asked: 23 May '18, 19:13

question was seen: 1,156 times

last updated: 24 May '18, 18:45

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