This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository osm2pgrouting.
commit 113efdc4f41ffa13fb902ad1f4934ac681222314 Merge: 3ac643f 916b7c0 Author: Bas Couwenberg <[email protected]> Date: Wed Oct 11 18:17:33 2017 +0200 Merge tag 'upstream/2.3.0' Upstream version 2.3.0 .gitignore | 1 + .travis.yml | 22 +- AUTHORS.md | 1 + CMakeLists.txt | 33 +- NEWS | 9 + Readme.md | 29 +- ci/travis/install-libpqxx.sh | 26 + ci/travis/osm2pgrouting_build.sh | 8 +- cmake/FindLibPQXX.cmake | 43 + include/configuration/configuration.h | 99 +++ src/Type.h => include/configuration/tag_key.h | 50 +- src/Class.h => include/configuration/tag_value.h | 34 +- include/database/Export2DB.h | 153 ++++ include/database/table_management.h | 161 ++++ {src => include/osm_elements}/Node.h | 11 +- include/osm_elements/OSMDocument.h | 159 ++++ {src => include/osm_elements}/Relation.h | 3 + {src => include/osm_elements}/Way.h | 17 +- {src => include/osm_elements}/osm_element.h | 15 +- {src => include/osm_elements}/osm_tag.h | 0 .../parser}/ConfigurationParserCallback.h | 4 +- .../parser}/OSMDocumentParserCallback.h | 3 +- {src => include/parser}/XMLParser.h | 0 include/utilities/handle_pgpass.h | 29 + {src => include/utilities}/print_progress.h | 2 +- {src => include/utilities}/prog_options.h | 0 include/utilities/utilities.h | 30 + mapconfig.xml | 88 +- mapconfig_for_bicycles.xml | 116 +-- mapconfig_for_cars.xml | 38 +- mapconfig_for_pedestrian.xml | 23 + src/Class.cpp | 57 -- src/Configuration.h | 76 -- src/Export2DB.cpp | 944 --------------------- src/Export2DB.h | 160 ---- src/OSMDocument.cpp | 136 --- src/OSMDocument.h | 100 --- src/configuration/configuration.cpp | 93 ++ src/{Type.cpp => configuration/tag_key.cpp} | 72 +- .../tag_value.cpp} | 49 +- src/database/Export2DB.cpp | 700 +++++++++++++++ src/database/configuration_config.cpp | 81 ++ src/database/osm_nodes_config.cpp | 82 ++ src/database/osm_relations_config.cpp | 83 ++ src/database/osm_ways_config.cpp | 88 ++ src/database/pois_config.cpp | 89 ++ src/database/table_management.cpp | 444 ++++++++++ src/database/ways_config.cpp | 130 +++ src/database/ways_vertices_pgr_config.cpp | 79 ++ src/osm_element.cpp | 105 --- src/{ => osm_elements}/Node.cpp | 23 +- src/osm_elements/OSMDocument.cpp | 267 ++++++ src/{ => osm_elements}/Relation.cpp | 17 +- src/{ => osm_elements}/Way.cpp | 64 +- src/{ => osm_elements}/osm2pgrouting.cpp | 158 +++- src/osm_elements/osm_element.cpp | 233 +++++ src/{ => osm_elements}/osm_tag.cpp | 2 +- src/{ => parser}/ConfigurationParserCallback.cpp | 25 +- src/{ => parser}/OSMDocumentParserCallback.cpp | 70 +- src/{ => parser}/XMLParser.cpp | 3 +- src/utilities/handle_pgpass.cpp | 94 ++ src/{ => utilities}/prog_options.cpp | 26 +- src/utilities/utilities.cpp | 47 + tools/data/getdata.sh | 2 + tools/doxygen/Doxyfile | 12 +- tools/doxygen/images/pgrouting-logo.png | Bin 0 -> 19294 bytes 66 files changed, 3851 insertions(+), 1967 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm2pgrouting.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

