[Tile-serving] [openstreetmap/osm2pgsql] This is just for appveyor comes from tilzen (#641)
Yonggang Luo
notifications at github.com
Fri Nov 11 00:36:44 UTC 2016
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/osm2pgsql/pull/641
-- Commit Summary --
* Don't special-case null geometries when ordering tables
* Don't do special handling for constraints on PostGIS 1.5
* Use types for creating columns
* Don't add constraints which are not used
* Remove outdated comment
* State minimum PostgreSQL and PostGIS requirements
* Remove 900913.sql
* Switch from 900913 to 3857
* Add migration for EPSG change
* Add note that reimporting can be preferred to migrations
* hasn't been SVN in a while
* replace tagflags array with simpler std::map
* remove unused defines
* rework wildcard code
* Use UNLOGGED for non-permanant tables
* remove unused static NAME members from output plugins
* make tests pass when LUA is not compiled in
* require lua libs unless explicitly switched off
* partially revert "Don't add constraints which are not used"
* add tests for projection parameter
* Display an error message from the right connection
* add command line option for EXPIRE_TILES_MAX_BBOX instead of hard coded value
* remove single letter option for expire-bbox-size
* remove short option letter from help, increment number of options in docs
* Use C collation for ST_GeoHash ordering
* make expire a simple member instead of using shared_ptr
* remove shared_ptr for id_trackers
* don't use make_shared when casting
* remove some unused system checks and defines
* replace C casts with C++ casts
* replace malloc() with new
* entirely avoid dynamic allocation for a single DWORD, put it on the stack
* avoid using alloca() to allocate a fixed size buffer
* make tile expiry a proper C++ class
* fix typo in docs
* Reformat style.lua with 4sp per indent
* Sort generic_keys and polygon_keys
* Update usage.md
* Add information on distro options for osm2pgsql
-- File Changes --
D 900913.sql (1)
M CMakeLists.txt (13)
M README.md (6)
M cmake/config.h.in (3)
M docs/export.md (2)
M docs/migrations.md (16)
M docs/osm2pgsql.1 (4)
M docs/usage.md (8)
M expire-tiles.cpp (335)
M expire-tiles.hpp (57)
M id-tracker.cpp (2)
M id-tracker.hpp (2)
M middle-pgsql.cpp (56)
M options.cpp (11)
M options.hpp (1)
M osm2pgsql.cpp (2)
M osmdata.cpp (4)
M output-gazetteer.cpp (2)
M output-gazetteer.hpp (2)
M output-multi.cpp (93)
M output-multi.hpp (17)
M output-pgsql.cpp (102)
M output-pgsql.hpp (13)
M output.cpp (31)
M output.hpp (6)
M pgsql.cpp (4)
M reprojection.cpp (2)
M reprojection.hpp (2)
M sprompt.cpp (10)
M style.lua (428)
M table.cpp (24)
M taginfo.cpp (44)
M taginfo_impl.hpp (14)
M tagtransform.cpp (6)
M tests/CMakeLists.txt (11)
M tests/common-pg.cpp (16)
M tests/common-pg.hpp (2)
M tests/regression-test.py (32)
M tests/test-expire-tiles.cpp (83)
A tests/test-options-projection.cpp (113)
M tests/test-output-pgsql.cpp (2)
A tests/test-wildcard-match.cpp (61)
M wildcmp.cpp (115)
M wildcmp.hpp (6)
-- Patch Links --
https://github.com/openstreetmap/osm2pgsql/pull/641.patch
https://github.com/openstreetmap/osm2pgsql/pull/641.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/641
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20161110/4a4d5838/attachment.html>
More information about the Tile-serving
mailing list