On Thu, Nov 6, 2014 at 12:13 AM, Brian Egge <[email protected]> wrote: > public static List<String> getNameTags(Properties props) { > - String nameTagProp = props.getProperty("name-tag-list", "name"); > + String nameTagProp = props.getProperty("name-tag-list", > "name,place_name");
place_name is a key that should be fixed in OSM itself: http://wiki.openstreetmap.org/wiki/Proposed_features/drop_recommendation_for_place_name _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
