log pkg/imports/wkb.go @ 5565:ade07a3f2cfd

age author description
Mon, 08 Jun 2020 19:29:40 +0200 Sascha L. Teichmann Added multi geometry support for some imports. multi-geoms
Fri, 13 Mar 2020 17:34:59 +0100 Tom Gottfried Keep historic data of waterway axis
Wed, 11 Mar 2020 15:54:37 +0100 Sascha L. Teichmann Add a multiLineSlice type to be serialized as WKB in importers.
Wed, 11 Mar 2020 14:23:52 +0100 Sascha L. Teichmann First step to move geometry creation for WFS features to loader.
Tue, 03 Mar 2020 18:05:33 +0100 Sascha L. Teichmann Generalize WFS point import job to be able to import other geometry types, too.
Tue, 19 Nov 2019 16:08:55 +0100 Sascha L. Teichmann Fixed the golint issues of the imports package.
Tue, 03 Sep 2019 16:54:33 +0200 Sascha L. Teichmann shape upload stretch import: Started to decode geometries and attributes from uploaded shape file.
Mon, 05 Aug 2019 17:16:46 +0200 Sascha L. Teichmann Made 'staticcheck' happy with pgxutils package.
Tue, 26 Feb 2019 11:34:15 +0100 Sascha L. Teichmann Moved WKB constants to own package. octree-diff
Thu, 17 Jan 2019 13:14:32 +0100 Raimund Renkert Importer: Added point geoemtry to wkb datatypes.
Sun, 13 Jan 2019 13:02:39 +0100 Sascha L. Teichmann Imports: Removed duplicated code path to store WKB polygons into database.
Sat, 12 Jan 2019 19:53:31 +0100 Sascha L. Teichmann Waterway area import: Implemented.