Skip to content

Add match by osm entity ID - #48

Open
hbruch wants to merge 1 commit into
openstreetmap:mainfrom
mfdz:match_by_id
Open

Add match by osm entity ID#48
hbruch wants to merge 1 commit into
openstreetmap:mainfrom
mfdz:match_by_id

Conversation

@hbruch

@hbruch hbruch commented Jan 13, 2019

Copy link
Copy Markdown

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.

@migurski

Copy link
Copy Markdown
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

brettch commented May 26, 2022

Copy link
Copy Markdown
Member

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

Signed-off-by: Holger Bruch <holger.bruch@systect.de>
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.

3 participants