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

Removing tags is not working #42

Open
dktue opened this issue Oct 21, 2018 · 0 comments
Open

Removing tags is not working #42

dktue opened this issue Oct 21, 2018 · 0 comments

Comments

@dktue
Copy link

dktue commented Oct 21, 2018

Example:

$changeset = $osm->createChangeset();
$changeset->begin("removed tag");
$node = $osm->getNode($id);
$node->removeTag("note");
$changeset->add($node);
$changeset->commit();

This creates a changeset but the tags of the node remain unchanged.

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

No branches or pull requests

2 participants