Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add match by osm entity ID #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

hbruch
Copy link

@hbruch hbruch commented Jan 13, 2019

This PR adds ID matching to tag-transform.

Tag-Transformation may be applied to entities with matching osm ID only:

...
<match type="way" mode="and">
     <ids>
       <id>4</id>
       <id>5</id>
     </ids>
     <notag k="highway" v=".*"/>
 </match>
...

Note: If this PR is accepted, the tag-transform wiki page would need to reflect this new functionality.

Signed-off-by: Holger Bruch <holger.bruch@systect.de>
@migurski
Copy link
Collaborator

Thanks for this submission, @hbruch. I’m new to helping Brett out with this project and I’d like to get this change merged. Can you describe the changes that would be needed on the tag-transform wiki page?

@brettch
Copy link
Member

brettch commented May 26, 2022

Hi @hbruch, if you're able to fix the merge conflicts and update doc/detailed-usage.adoc we can get this merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants