You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tegola supports the hstore datatype for PostGIS. When parsing the hstore tegola will convert the key/value pairs into feature tags. If the tag already exists for the feature (i.e. it was provided as an attribute via the SELECT clause) the attribute from the hstore will be ignored.
The text was updated successfully, but these errors were encountered:
ARolek
changed the title
document hstore support for PostGIS
document hstore support for PostGIS
Mar 28, 2018
ARolek
changed the title
document hstore support for PostGIS
document hstore support for PostGIS
Mar 28, 2018
ARolek
changed the title
document hstore support for PostGIS
Document hstore support for PostGIS
Apr 16, 2018
tegola supports the
hstore
datatype for PostGIS. When parsing thehstore
tegola will convert the key/value pairs into feature tags. If the tag already exists for the feature (i.e. it was provided as an attribute via the SELECT clause) the attribute from thehstore
will be ignored.The text was updated successfully, but these errors were encountered: