GitHub / osm2pgsql-dev/osm2pgsql / commits
Import OpenStreetMap data into a PostgreSQL/PostGIS database
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 456e4333 | merge Merge pull request #1812 from joto/use-clamp |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| d9669bb5 | bdd: properly detect empty lines on Windows | Sarah Hoffmann <l****a@d****e> | almost 4 years ago | |
| 6d64e6ef | bdd: skip tests against lua style file when lua not compiled in | Sarah Hoffmann <l****a@d****e> | almost 4 years ago | |
| e9ca7cae | convert test-output-flex-way-relation-del.cpp to BDD test | Sarah Hoffmann <l****a@d****e> | almost 4 years ago | |
| f342e368 | merge Merge pull request #1811 from joto/performance-fix-move |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| d6013c4d | merge Merge pull request #1809 from joto/refactor-expire-by-geom |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| c7438e3a | merge Merge pull request #1810 from joto/explicit-constructor |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 8ed5284e | Make quadkey_t constructor explicit | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| f1d01f13 | Add non-const accessor to multigeometry members for performance | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 3cb8c2a4 | convert test-output-flex-way-relation-add.cpp to BDD test | Sarah Hoffmann <l****a@d****e> | almost 4 years ago | |
| bd8d41fc | merge Merge pull request #1806 from joto/protected-to-private |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| ec381e25 | Make some class section private instead of protected | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 846f3ae3 | merge Merge pull request #1805 from joto/box-envelope |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| ac516274 | merge Merge pull request #1802 from joto/refactor-expire |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| b53915c0 | Fully implement envelope() function for all geometry types | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| c81716ac | Add convenient min()/max() functions to box class | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| d2392b2a | merge Merge pull request #1804 from joto/mv-funs-to-cpp |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| e4c60f06 | merge Merge pull request #1803 from joto/userdata-for-tables |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 04dafe6e | convert test-output-flex-way-del.cpp to BDD test | Sarah Hoffmann <l****a@d****e> | almost 4 years ago | |
| 8f7e9e58 | convert test-output-flex-way-change.cpp to BDD test | Sarah Hoffmann <l****a@d****e> | almost 4 years ago | |
| 859964f7 | convert test-output-flex-way-add.cpp to BDD test | Sarah Hoffmann <l****a@d****e> | almost 4 years ago | |
| abbbe8c9 | merge Merge pull request #1799 from lonvia/osm2pgsql-same-path |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 7517b691 | Move some more complex functions from .hpp into .cpp file | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 99baa55d | Use "real" userdata, not light userdata for table reference | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 45e0fc67 | Add tilesets to flex output allowing more flexible expire configuration | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| ca84d68d | Use std::clamp() to make expire code a bit cleaner | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| ae3f242d | Make expire_tiles::from_result a free function | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| b7e17127 | Remove osm_id param from expire_tiles::from_geometry/result | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| f7b99c16 | always expect osm2pgsql in same path as osm2pgsql-replication | Sarah Hoffmann <l****a@d****e> | almost 4 years ago | |
| c4f3f493 | merge Merge pull request #1798 from joto/cleanups-ct |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| b6938c78 | Fix some misc code smells reported by clang-tidy | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 77666660 | Use data() instead of taking the address of the 0-th element | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 469c79e3 | Disable some clang-tidy tests | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 6a5d2500 | prepare release 1.7.1 | Sarah Hoffmann <l****a@d****e> | almost 4 years ago | |
| ad541d2a | merge Merge pull request #1792 from joto/note-timestamp-type |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| e39c56b0 | merge Merge pull request #1791 from joto/fix-multi-with-single |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 7fa2e730 | merge Merge pull request #1790 from joto/misc-code-cleanup |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 4bfa1323 | Refactor expire by geometry code, disable expire when not using 3857 | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| bf7c6c03 | Add note about use of timestamp/timestamptz to example | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 886fdf9b | Fix: Handle special single-geom case for multipoint/linestring | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 19e889f8 | Fix copy-and-name naming | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| b5e547bc | Code cleanup: Put code that belong together in sections | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 175a2983 | Code cleanup: Remove special case for nullgeom_t | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| ec0ce910 | Creating a point geometry_t from a point_t doesn't need move | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 6b286d1d | Code cleanup: Use const & where possible | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 861dd3ed | Make node_persistent_cache class non-copyable and non-movable | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| cb4b7342 | Code cleanup: Remove superfluous uses of "overloaded" | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 81a1daec | merge Merge pull request #1789 from joto/more-flex-config-updates |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| d170a72a | merge Merge pull request #1788 from joto/database-check-helper |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| a51da527 | merge Merge pull request #1782 from joto/geom-simplify-multilinestring |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 64036540 | Add missing example config to list of configs to test | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| b7367011 | Modernize geometries.lua example config | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| b0109533 | Modernize route-relations.lua example config | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| a1283b29 | Modernize compatible.lua example config | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| e0153e38 | Modernize bbox.lua example config | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 05d8bf85 | Use has_extension/schema/tablespace() to create nicer error messages | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 672b1b08 | merge Merge pull request #1784 from joto/modernize-flex-config |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 44f00231 | merge Merge pull request #1783 from joto/add-create-multipoint |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| eb532040 | Modernize data-types.lua example config | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| ead10202 | Modernize with-schema.lua example config | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 115e748b | Modernize places.lua example config | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 7483c08d | Modernize attributes.lua example config | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 3ceda465 | Add Lua as_multipoint() function | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 5b5685f3 | merge Merge pull request #1781 from joto/geom-output |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 4fc662d6 | Implement simplify for multilinestrings | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| e1ab4813 | Refactor: Make fill_point_list return a bool showing validity | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| c236ed0d | Add functions to check for tablespaces, schemas and extensions in db | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 41808855 | Add stream output functions for geometry types for debugging | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| b29e6ab2 | merge Merge pull request #1779 from joto/area-for-collection |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 6c132c6f | merge Merge pull request #1776 from joto/geom-centroid-for-collection |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 6327a635 | Use area() implementation from boost::geometry | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 159f8341 | Add support for area() on geometry collections | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| a8f169f1 | merge Merge pull request #1777 from iboates/add_length |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| cf30555f | removed comments, improved formatting | Isaac Boates <i****s@g****m> | almost 4 years ago | |
| 047f3e0d | length for flex output | Isaac Boates <i****s@g****m> | almost 4 years ago | |
| ec369162 | merge Merge pull request #1775 from joto/consistent-naming |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 87460ef0 | merge Merge pull request #1774 from lonvia/unitable-example-to-insert |
Jochen Topf <j****n@t****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 00e69122 | merge Merge pull request #1773 from joto/fix-single-node-way |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 163e3be6 | unitable example: explain more about how geometries are added | Sarah Hoffmann <l****a@d****e> | almost 4 years ago | |
| b49fdd84 | switch unitable example to insert() | Sarah Hoffmann <l****a@d****e> | almost 4 years ago | |
| 663ecd18 | Add bdd test for broken way in geometry collection | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 4fc07d6a | Add function for creating multipoint geometries from relations | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| ccb6b181 | merge Merge pull request #1770 from joto/fix-get-members-in-order |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| cdf38d64 | Consistent naming of buffer paramater in create_*() calls | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 07046993 | Add support for centroid() on geometry collections | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 330e2cf8 | Add some tests for the single node in way case | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| f93b0847 | Revert "Fix: Create point geometry from collection with single-node way" | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| ab776565 | New quadkey_t class to capture the quad key concept | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 2ef3f386 | Refactor of expire code: Move tile writing code out of expire_tiles | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 8dee2da1 | Bugfix: Return relation members in order from pgsql middle | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 401e0b20 | merge Merge pull request #1767 from joto/fix-single-node-way |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 748fc0ab | Fix: Create point geometry from collection with single-node way | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| 8f7ac962 | merge Merge pull request #1766 from joto/remove-duplicate-test |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 6549b59d | Remove a duplicated tests | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| f7ce1355 | merge Merge pull request #1760 from joto/geom-add-reverse |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 0899d687 | merge Merge pull request #1758 from lonvia/check-for-invalid-prefix-and-schema-names |
Sarah Hoffmann <l****a@d****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 7f64c62d | improve error message for illegal characters | Sarah Hoffmann <l****a@d****e> | almost 4 years ago | |
| 0210c7d6 | check more user-supplied strings used as SQL identifier | Sarah Hoffmann <l****a@d****e> | almost 4 years ago | |
| 38e4efcf | Add pole_of_inaccessibility() function in Lua for polygons | Jochen Topf <j****n@t****g> | almost 4 years ago | |
| bc819b5d | make check_name() a global function | Sarah Hoffmann <l****a@d****e> | almost 4 years ago |