Hi Steve,

when creating the index for multiple files
I see now an assertion from line 45:
            assert street.getMapIndex() == street.getCity().getMapIndex() : street.getMapIndex() + "/" + street.getCity().getMapIndex();

I guess the code is not yet prepared for roads with more than one city,
but I don't understand it yet.

Do you have a hint what to change here?

Gerd