/// <summary> /// Starts this preprocessor. /// </summary> public void Start() { // sort vertices. OsmSharp.Logging.Log.TraceEvent("GraphOsmStreamTargetBase", Logging.TraceEventType.Information, "Spatially sorting vertices..."); _graph.SortHilbert(); }