Class OsmServerWriter


  • public class OsmServerWriter
    extends java.lang.Object
    Class that uploads all changes to the osm server. This is done like this: - All objects with id = 0 are uploaded as new, except those in deleted, which are ignored - All objects in deleted list are deleted. - All remaining objects with modified flag set are updated.