Re: [OSM-talk] incomplete tags sac_scale

2008-09-03 Thread Alberto Riva
I think it is related also to some problems of tagging with JOSM: in JOSM,
the predefined values for sac_scale are uncorrect tags (in the version I
downloaded 2  weeks ago - I don't know if this problem is now solved)

Ciao
Alberto
___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


[OSM-talk] incomplete tags sac_scale

2008-09-02 Thread Alessio Zanol
Using osmxapi i've discovered that there are a lot of wrong sac_scale tags. 
I think that the reason is due a missing underscore in two-words vaules 
like mountain_hiking written as mountain hiking.

What should we do? is it possible to do a batch correction?

Here some stats:


wget -O - 
'http://www.informationfreeway.org/api/0.5/way[sac_scale=mountain_hiking]'|
grep -c 'way' -

gives 285 tags
-
wget -O - 'http://www.informationfreeway.org/api/0.5/way[sac_scale=mountain]'|
grep -c 'way' -

gives 409 tags

wget -O - 
'http://www.informationfreeway.org/api/0.5/way[sac_scale=alpine_hiking]'|
grep -c 'way' -

gives 24 tags
---
wget -O - 'http://www.informationfreeway.org/api/0.5/way[sac_scale=alpine]'|
grep -c 'way' -

gives 37 tags

Alessio

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk