PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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:70
UT_hash_handle hh
Definition mvt.c:72
uint32_t id
Definition mvt.c:71

Definition at line 416 of file mvt.c.

417 { \
418 struct mvt_kv_value *kv; \
419 for (kv = hash; kv != NULL; kv = kv->hh.next) \
420 { \
421 values[kv->id] = kv->value; \
422 } \
423 }