You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unsigned int tagtransform_filter_node_tags(struct keyval *tags);
unsigned int tagtransform_filter_way_tags(struct keyval *tags, int * polygon, int * roads);
unsigned int tagtransform_filter_rel_tags(struct keyval *tags);
unsigned int tagtransform_filter_rel_member_tags(struct keyval *rel_tags, int member_count, struct keyval *member_tags,const char **member_role, int * member_superseeded, int * make_boundary, int * make_polygon, int * roads);
int tagtransform_init(const struct output_options *options);