Index: src/uk/me/parabola/imgfmt/app/net/RoadDef.java
===================================================================
--- src/uk/me/parabola/imgfmt/app/net/RoadDef.java	(revision 4373)
+++ src/uk/me/parabola/imgfmt/app/net/RoadDef.java	(working copy)
@@ -233,10 +233,6 @@
 		writeLevelDivs(writer, maxlevel);
 
 		if((netFlags & NET_FLAG_ADDRINFO) != 0) {
-			if (!hasHouseNumbers() && skipAddToNOD()) {
-				// no need to write node info (decreases bitstream length)
-				nodeCountInner = 0;
-			}
 			writer.put1u(nodeCountInner & 0xff); // lo bits of node count
 
 			int code = (nodeCountInner >> 8) & 0x3; // top bits of node count
