I did create a self hosted map server with asked 06 Apr '18, 22:56 cybercoder |
The answer is probably "with difficulty", unfortunately. If your new file contains changes and deletes then you'll need to find out what the previous versions of those objects were. If, however your appended file only contained creates, then you can programmatically create a file that deletes those additions. answered 07 Apr '18, 00:07 SomeoneElse ♦ |
One thing you could do is:
This will not "go back" to whatever your data was before your modification, but instead "go forward" to whatever the current state is in OSM, but perhaps it helps? answered 07 Apr '18, 08:51 Frederik Ramm ♦ |