PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ MVT_CREATE_VALUES

#define MVT_CREATE_VALUES (   hash)
Value:
{ \
struct mvt_kv_value *kv; \
for (kv = hash; kv != NULL; kv = kv->hh.next) \
{ \
values[kv->id] = kv->value; \
} \
}
VectorTile__Tile__Value value[1]
Definition: mvt.c:71

Definition at line 417 of file mvt.c.