tegola icon indicating copy to clipboard operation
tegola copied to clipboard

Document hstore handling

Open pnorman opened this issue 7 years ago • 2 comments

https://github.com/terranodo/tegola/blob/22685cae2b913c002a003671fdfaabdff16eeb60/provider/postgis/util.go#L170-L185

This section of code has special handling for hstore, but it's not documented anywhere.

pnorman avatar Feb 26 '18 04:02 pnorman

Looks like https://github.com/go-spatial/tegola/blob/master/provider/postgis/util.go#L170-L185 is now no longer there, or anywhere in that file.

Hoovs avatar Sep 12 '18 21:09 Hoovs

@Hoovs good catch. The hstore datatype is now handled by case map[string]pgtype.Text:

ARolek avatar Sep 13 '18 23:09 ARolek