I am creating small map extracts with the help of osmconvert (v 0.8.7) and
have noticed that some(!) large area relations are broken (incomplete) in
data outputs despite I use '--complex-ways' argument. Here is the example:

Test relation is: http://www.openstreetmap.org/relation/6193646
If I filter it with osmfilter:

osmfilter --keep="" --keep-relations="@id=6193646" planet.o5m
-o=filtered.o5m

I get 1900 bytes file with complete relation. But if I further apply the
boundary:

osmconvert filtered.o5m -b=135.0000,-27.0591,137.8125,-24.5271
--complex-ways -o=extract.o5m

I get 1338 bytes file with some ways missing and resulting in incomplete
relation.

Is it a bug or am I missing something?

Regards,
Andrey
_______________________________________________
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev

Reply via email to