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

I want to create a polygon-query with the points of the following query:

<osm-script>
  <union into="_">
    <id-query into="_" ref="134816256" type="way"/>
    <id-query into="_" ref="95661967" type="way"/>
    <id-query into="_" ref="201062997" type="way"/>
    <id-query into="_" ref="95675717" type="way"/>
    <id-query into="_" ref="96007270" type="way"/>
    <id-query into="_" ref="96007267" type="way"/>
    <id-query into="_" ref="95663153" type="way"/>
  </union>
  <recurse from="_" into="_" type="down"/>
  <print from="_" limit="" mode="body" order="id"/>
</osm-script>

Can I directly insert the output-nodes of the first query into a polygon query?

asked 13 Feb '13, 14:39

Mattes_tili's gravatar image

Mattes_tili
1464411
accept rate: 0%

edited 13 Feb '13, 15:36


EDIT: This is possible since a couple of years, see here.


No, I'm sorry this isn' possible so far. You would have to receive the coordinates and then form a polygon query out of them.

permanent link

answered 14 Feb '13, 12:51

Roland%20Olbricht's gravatar image

Roland Olbricht
6.7k36489
accept rate: 36%

edited 03 May '19, 12:45

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
×92

question asked: 13 Feb '13, 14:39

question was seen: 4,625 times

last updated: 03 May '19, 12:45

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