Commit Graph

582 Commits (063730b8e80465a915d6e3920ccc177a3c8cdb11)

Author SHA1 Message Date
Oliver Tonnhofer 063730b8e8 document licenses of all dependencies 2015-08-27 09:50:38 +02:00
Oliver Tonnhofer 9e125aee02 add new enumerate type to replace zorder 2015-08-25 14:59:51 +02:00
Oliver Tonnhofer 2b2d534082 makefile: fix rebuild if .go file changes 2015-08-25 13:21:46 +02:00
Oliver Tonnhofer da57afab33 docs: fix mappings example 2015-08-25 13:20:48 +02:00
Oliver Tonnhofer 29a4d4e10f add missing test files 2015-08-07 14:17:55 +02:00
Oliver Tonnhofer a70b4019f2 update system tests documentation 2015-08-05 09:10:28 +02:00
Oliver Tonnhofer e29be21f51 call Populate_Geometry_Columns only for PostGIS <2
Returns errors for tables with mixed geometry types (Polygon/MultiPolygon),
but is not required anyway for PostGIS >=2.
2015-07-29 11:42:36 +02:00
Oliver Tonnhofer 15911a948b fix typo in docs 2015-07-17 10:18:11 +02:00
Oliver Tonnhofer fccaec3977 support shell file name patterns in tags.exclude 2015-07-17 10:07:59 +02:00
Oliver Tonnhofer c3b03f0414 Merge pull request #54 from yohanboniface/doc-fix
Object => Array in mapping example
2015-07-16 09:13:02 +02:00
Oliver Tonnhofer b9051ff240 Merge pull request #52 from thomersch/patch-1
Added documentation for FreeBSD port
2015-07-13 16:31:24 +02:00
Yohan Boniface 721d6d578f Remove superfluous back quote in doc 2015-07-08 16:00:12 +02:00
Yohan Boniface e01a72b8b0 Object => Array in mapping example 2015-07-08 15:54:49 +02:00
Thomas Skowron cd4f31dc25 Added documentation for FreeBSD port 2015-06-27 13:23:25 +02:00
Oliver Tonnhofer 593f252504 rebuild .pb.go files 2015-05-15 10:47:29 +02:00
Oliver Tonnhofer cd5b89c119 update goprotobuf and lib/pq dependencies 2015-05-15 10:42:30 +02:00
Oliver Tonnhofer 21c560ba66 link docs 2015-05-07 16:43:29 +02:00
Oliver Tonnhofer 8a8107ccc4 update readme 2015-05-07 16:41:16 +02:00
Oliver Tonnhofer ce6c0234a2 add docs/upload-docs target 2015-05-07 16:41:06 +02:00
Oliver Tonnhofer 615520b51f update docs 2015-05-07 16:40:50 +02:00
Oliver Tonnhofer 7ddba3382c more work on docs 2015-03-26 07:29:37 +01:00
Oliver Tonnhofer 3e3f63a513 first docs 2014-08-11 17:16:26 +02:00
Oliver Tonnhofer 171e1c24fa refactor geom api: make ring private 2015-04-30 10:05:22 +02:00
Oliver Tonnhofer 7c438fb867 remove Geom from OSMElem
removes GEOS depenency from pbf parser
2015-04-30 09:42:49 +02:00
Oliver Tonnhofer dc4f320dd5 close channels in Parse 2015-04-28 11:33:23 +02:00
Oliver Tonnhofer 132d938bb4 refactored pbf parser
renamed/document read barrier
2015-04-28 10:33:13 +02:00
Oliver Tonnhofer c2bb7e7d2e make block struct private 2015-04-28 09:18:38 +02:00
Oliver Tonnhofer 45fc51e2ca only write to channels if they are set 2015-04-28 09:16:20 +02:00
Oliver Tonnhofer be95c572d7 remove unused code 2015-04-28 09:07:53 +02:00
Oliver Tonnhofer 4bf826204f do check for intersection with wgs84 2015-03-26 07:34:08 +01:00
Oliver Tonnhofer 0be4fcf565 parse diffs till </osmChange>
- changes and err chan are now closed on success
- io.EOF is now an error
- fixes (possible) parsing of truncated diff files

closes #45
2015-03-24 09:06:37 +01:00
Oliver Tonnhofer 2aa45895e1 log non-4326 point when loading geojson 2015-03-10 15:57:17 +01:00
Oliver Tonnhofer a566cdd7c5 update install instructions 2015-03-02 11:31:38 +01:00
Oliver Tonnhofer 112d889639 support -limitto with -srid 4326
- refactored geojson/limit package
- geojson files are now required to be in EPSG:4326
2015-03-02 09:22:08 +01:00
Oliver Tonnhofer 60ff020b57 log warning when using validated_geometry for non-polygons 2015-02-24 14:06:50 +01:00
Oliver Tonnhofer cfd2201735 allow to overwrite id column 2015-02-24 10:24:00 +01:00
Oliver Tonnhofer 6394f92a7a do not import outer way of relation into same table as relation
improved inserted-ways detection by marking outer ways as inserted
if they match the same table as the relation.
2015-01-05 15:49:11 +01:00
Oliver Tonnhofer 530bdda699 dereference double pointer before use for go 1.4 compatibility 2015-01-05 11:50:39 +01:00
Oliver Tonnhofer 8ba96c9327 improve error checking/handling 2015-01-05 09:56:39 +01:00
Oliver Tonnhofer 173afb714a fix test that depended on map order 2015-01-05 09:52:13 +01:00
Oliver Tonnhofer 0a311d62d7 close open ways when end-nodes are close to each other but not identical 2014-10-22 13:36:06 +02:00
Oliver Tonnhofer e440ca7489 close open rings when end-nodes are close to each other but not identical 2014-10-21 17:21:48 +02:00
Oliver Tonnhofer 5c376496c4 update comments in mergeRings 2014-10-21 16:12:21 +02:00
Oliver Tonnhofer 32623ccce0 use godeps 2014-10-10 16:12:01 +02:00
Oliver Tonnhofer 44be47583b add -diff-state-before option to set initial diff sequence before 2014-09-15 14:07:27 +02:00
Oliver Tonnhofer 1e4a6063f2 cache test db connection 2014-09-04 16:24:32 +02:00
Oliver Tonnhofer 9b39791076 fix string_suffixreplace test. closes #37 2014-09-03 08:24:01 +02:00
Oliver Tonnhofer 63a7d79113 do not write last.state.txt if it failed to estimate sequence number 2014-08-19 16:31:42 +02:00
Oliver Tonnhofer 1f5763219a only write last.state.txt in -diff mode 2014-08-19 16:09:12 +02:00
Oliver Tonnhofer a9a50d64c4 implement String for Tags 2014-08-19 13:17:25 +02:00