I am testing latest OpenLayers and pg_tileserv, techs I am not familiar with.
Tiles are created from a pg table with a column gid type integer as primary key.
I can see duplicate labels on features.
According to the docs, gid is automaticaly used as unique identifier : is this supposed to prevent duplicates ? (like in MapServer for example)
Thanks
I am testing latest OpenLayers and pg_tileserv, techs I am not familiar with.
Tiles are created from a pg table with a column
gidtypeintegerasprimary key.I can see duplicate labels on features.
According to the docs,
gidis automaticaly used as unique identifier : is this supposed to prevent duplicates ? (like inMapServerfor example)Thanks