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

(split off from why-havent-my-changes-appeared-on-the-map)

There is definitely more to this than the rendering. I added a node a couple of days ago and it does not show up in an Overpass search, either by postcode or by another tag that is present (payment:bitcoin=yes). Other, older nodes with the same tags are showing up no problem, just not the one I added. If I go back into edit mode (on several computers), the node is still there and the tags check out.

Not complaining and there is by no means any kind of rush on this, just a data point and wondering when I will be likely to see it turn up.

Update:

Wouldn't fit in comment:

OK. I tried it with an ID from the list I retrieved of existing nodes and with the ID as obtained by nevw. Here is what I see:

Guys, this site is breaking on the xml tags. I had to run it through an escaper. The formatting is not very nice now but I hope readable.


~/osm$ curl http://overpass.osm.rambler.ru/cgi/interpreter?data=node("3463722799")%3Bout%3B <?xml version="1.0" encoding="UTF-8"?>

<osm version="0.6" generator="Overpass API">

<note>The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.</note>

<meta osm_base="2015-04-19T13:13:02Z"/>

<node id="3463722799" lat="41.0380108" lon="-73.7020693">

<tag k="addr:city" v="Purchase"/>

<tag k="addr:housenumber" v="630"/>

<tag k="addr:postcode" v="10577"/>

<tag k="addr:state" v="ny"/>

<tag k="addr:street" v="Anderson Hill Road"/>

<tag k="name" v="Purchase Country Market"/>

<tag k="note" v="We accept bitcoin!"/>

<tag k="opening_hours" v="5 - 8 Mon - Sat // 8 - 8 Sundays"/>

<tag k="payment:bitcoin" v="yes"/>

<tag k="phone" v="+1 914 481 4422"/>

<tag k="shop" v="deli"/>

<tag k="website" v="http://www.purchasecountrymarket.com"/>

</node>

</osm>


~/osm$ curl http://overpass.osm.rambler.ru/cgi/interpreter?data=node("3469985161")%3Bout%3B

<?xml version="1.0" encoding="UTF-8"?>

<osm version="0.6" generator="Overpass API">

<note>The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.</note>

<meta osm_base="2015-04-19T13:13:02Z"/>

</osm>


Note that I'm having a lot of trouble with logging in to these forums but I'll take that elsewhere. I'm using the temporary token for now.

asked 23 Apr '15, 04:41

Richhhhhh's gravatar image

Richhhhhh
11112
accept rate: 0%

edited 24 Apr '15, 01:51

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

At http://www.openstreetmap.org zoom to the location, select the layers tab on the right side, then check 'Map Data', select the node, and then paste the url that you see in the address bar of the browser into your query above by editing it. We will be see too and maybe able to explain any irregularities.

(23 Apr '15, 06:42) nevw

The database of the Overpass API instance must have been synched to the main OSM database. Depending on which instance you are querying this may not have happened. However, as nevw said, please mention a link to such a node (or a location of one).

(23 Apr '15, 08:03) aseerel4c26 ♦

okay, thanks for the example node. but … what is your problem with it? A Overpass search. Ahh, now I saw that you have posted two queries... I will format this a bit better... Okay, your second example node.

(24 Apr '15, 01:22) aseerel4c26 ♦

meta: regarding the markdown problems: see markdown/syntax and use dingus for preview (the live preview here is not showing the real result). XML should work, but it really may not due to whatever problems. Another option: use a pastebin service (if possible a permanent one).

(24 Apr '15, 01:48) aseerel4c26 ♦

  • example first node is older. The data you see in your paste is from 2015-04-18. The big note text from 2015-04-19 20:44:41 is not yet visible via this Overpass instance.
  • your second example node is existing since 2015-04-21.

the http://overpass.osm.rambler.ru response says osm_base="2015-04-19T13:13:02Z".

Apparently, as said in my comment before, the service you are using just has not yet updated its database. "down for mainainance" is currently listed for this service at https://wiki.openstreetmap.org/wiki/Overpass_API#Introduction

So, try that other Overpass service instance http://overpass-api.de/api/interpreter?data=node(3469985161)%3Bout%3B (second example node) – I get a expected, apparently up to date response there

permanent link

answered 24 Apr '15, 02:00

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554
accept rate: 18%

edited 24 Apr '15, 02:07

Thanks. That certainly answers my issue. The node has also appeared on coinmaps.org so it appears that they were probably using the good server but probably a bit slow in updating their own results. I appreciate the time you spent on this.

I've actually ended up using JSON anyway. It was the preview that was giving me issues.

(24 Apr '15, 05:33) Richhhhhh
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:

×483
×199
×75

question asked: 23 Apr '15, 04:41

question was seen: 3,931 times

last updated: 24 Apr '15, 05:34

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