Modify ↓
Opened 16 years ago
Closed 16 years ago
#2438 closed enhancement (wontfix)
Assign a Node/Way/Relation to a Relation When You Know the Relation ID
Reported by: | iandees | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | |
Keywords: | relations | Cc: | Gubaer |
Description
Currently, the only way I can see to add an OSM feature to a relation is by downloading the relation first. It would be nice to be able to add features to a relation even if the relation is not downloaded and the user only knows the relation ID number.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
If you want to modify a relation you have to download it first. If you know the relation id:
http://api.openstreetmap.org/api/0.6/relation/<your id here>
. This will download the relation for editing.