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.
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://lists.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to