Bug report #2054
OSM plugin: tags/values not deleted on upload
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Martin Dobias | ||
Category: | Python plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | OS X | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12114 |
Description
When a tag is removed from a node in OSM and then uploaded, the uploader thinks there is a change to be made, and a new version of the OSM node is created, but the tag you deleted in QGIS does not get removed from the OSM node.
Also related, if you add a tag through QGIS, then remove it, and upload your changes, the tag still gets added to the OSM node.
See, e.g. http://www.openstreetmap.org/browse/node/283515072 where I added the addr:city tag by accident, removed it in QGIS and added an operator tag (v3 of OSM node). I subsequently tried to remove the operator tag (v4).
Associated revisions
OSM: Upload only tag which are not marked as deleted. Fixes #2054.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12519 c8812cc2-4d05-0410-92ff-de0c093fc19c
OSM: Upload only tag which are not marked as deleted. Fixes #2054.
git-svn-id: http://svn.osgeo.org/qgis/trunk@12519 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Martin Dobias almost 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed in a8f7e817 (SVN r12520).