This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Why the data i submit not been show in the map?

0

I don't know the reason that my data cannot be shown in the map when i submit the data successly.For example ,i submit a way,but it shows nothing just its name ,i want to show its route.Just like this one :little way (180203534) The number is its id ,the name of its is little way. Can you tell me the reason why it shows its name only.

asked 10 Sep '12, 08:14

lovepanmei's gravatar image

lovepanmei
1222
accept rate: 0%

1

Please check if the official name of the way is indeed 'little way'. If not, remove this tag.

(10 Sep '12, 13:04) scai ♦

You appear to be using this area of the map as a "test area" or sandbox.

Please don't do this.

There's a test API available at http://api06.dev.openstreetmap.org/api/0.6/

(10 Sep '12, 13:30) SomeoneElse ♦

One Answer:

5

You have tagged the way as HIGHWAY=living_street.

Tags are case-sensitive and the key should always be in lower case. Try highway=living_street instead.

answered 10 Sep '12, 08:30

Richard's gravatar image

Richard ♦
30.9k44279412
accept rate: 18%

Source code available on GitHub .