Harald Kleiner schrieb: > Hi everybody! > > Maybe that ref-check is laid out too strictly... > I could change conditions from AND to OR so that not _all_ of ref, > nat_ref and int_ref are required but _any_ of them. > > Is there anyone out there (routing software programmers for example) > that depend on the existence of all those tags? If not, it would be > wasted time to set ref, nat_ref and int_ref to the same value, I think >
IMHO as a general rule, we should keep the work for the mappers as simple as possible - but not simpler ;-) If there's only a ref on the road, we map this. There's no need to fill out nat_ref, int_ref and xy_ref with the same value. Or course, if there's an int_ref (e.g. "E 60") existing, we should map that as well, but unfortunately that's not something that can be checked as a rule I guess. So the check might best be wether there is any of the refs or none at all ... Regards, ULFL _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

