Skip to content

Commit

Permalink
Fix broken network analysis network tolerance option
Browse files Browse the repository at this point in the history
The tolerance option was not correctly calculated, resulting in
semi-random behavior for networks which relied on a non-zero
tolerance.

Also possible speed boost for complex networks by using
proper spatial index instead of custom sorting/filtering code.

Refs #17325
  • Loading branch information
nyalldawson committed Oct 31, 2017
1 parent ae8dc1c commit 199b569
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 159 deletions.
1 change: 1 addition & 0 deletions src/analysis/CMakeLists.txt
Expand Up @@ -254,6 +254,7 @@ INCLUDE_DIRECTORIES(SYSTEM
${GEOS_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
${SQLITE3_INCLUDE_DIR}
${SPATIALINDEX_INCLUDE_DIR}
)

#############################################################
Expand Down

0 comments on commit 199b569

Please sign in to comment.