logo separator

[mkgmap-dev] mergeroads branch

From GerdP gpetermann_muenchen at hotmail.com on Thu Oct 3 16:52:16 BST 2013

Hi WanMil,

I don't understand the changes in the OSM readers,
e.g.
			// the type tag is required for relations - all other tags are filtered
			if (elem instanceof Relation == false || "type".equals(key) == false)
				key = keepTag(key, val);
			if (key != null)
				elem.addTag(key, val.intern());

I'd prefer to make sure that "type" is not filtered by keepTag(),
because the keepTag method "inlines" the key.
What was the reason for that change?

Gerd



--
View this message in context: http://gis.19327.n5.nabble.com/mergeroads-branch-tp5779967.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.


More information about the mkgmap-dev mailing list