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

if i run this following code - in http://overpass-turbo.eu/ i have interesting results in the map -

some circles are shown

<!-- This query looks for nodes, ways and relations  with the given key. Choose your region and hit the Run button above!
--> <osm-script output="json" timeout="25">   <!-- gather results
-->   <union>
    <!-- query part for: “school=*” -->
    <query type="node">
      <has-kv k="school"/>
      <bbox-query s="-57.13623931917743" w="-82.6171875" n="15.114552871944102" e="-33.57421875"/>
    </query>
    <query type="way">
      <has-kv k="school"/>
      <bbox-query s="-57.13623931917743" w="-82.6171875" n="15.114552871944102" e="-33.57421875"/>
    </query>
    <query type="relation">
      <has-kv k="school"/>
      <bbox-query s="-57.13623931917743" w="-82.6171875" n="15.114552871944102" e="-33.57421875"/>
    </query>   </union>   <!-- print results -->   <print mode="body"/>   <recurse type="down"/>   <print mode="skeleton" order="quadtile"/> </osm-script>

see the circles -

what are these circles good for. i love to hear from you

greetings

asked 18 Sep '14, 22:27

say_hello_to_the_world's gravatar image

say_hello_to...
19232427
accept rate: 0%

edited 22 Sep '14, 01:51

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


As mentioned in this previous question, see our wiki page about it, specifically the "Map key" section of that page which explains what the different circle colours mean.

Below this picture

Overpass turbo symbols as displayed in wiki page

is a description that says what they mean:

objects:
    (1,2) POIs (nodes with tags) are shown as circles with a yellow filling and a thin blue outline,
    (2,3,4) ways as bold blue lines and
    (5,6,7) areas as yellow polygons with a thin blue outline.
(2,5,8) Pink lines and outlines mean that an object is part of at least one relation.
(4,7) Dashed lines mean that a line or area has an incomplete geometry (most likely because some of its nodes have not been loaded).
(9) Circles with a red filling represent ways or polygons that are too small to be displayed normally (to switch this off and show the small feature instead: Settings → Map → "Don't display small features as POIs.").
permanent link

answered 18 Sep '14, 23:09

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

3

So basically, the circles represent (part of) the answer, i.e. the location of the things you were looking for.

(19 Sep '14, 07:30) escada

hello and good day - hello somoneElse and escada - thx for the info. BTW - can i export the data of the map - i.e. to use it in a wordpress-plugin? is this possible.?

(20 Sep '14, 09:36) say_hello_to...

No idea about wordpress, but at the top right there's a "data" button - press that.

(20 Sep '14, 09:48) SomeoneElse ♦

and on the left there is en export button. you'll see that there are kml, geojson, etc.

permanent link

answered 22 Sep '14, 04:23

escada's gravatar image

escada
19.0k16166302
accept rate: 21%

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

question asked: 18 Sep '14, 22:27

question was seen: 4,995 times

last updated: 22 Sep '14, 04:23

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