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
; \
} \
}
mvt_kv_value::value
VectorTile__Tile__Value value[1]
Definition
mvt.c:70
mvt_kv_value::hh
UT_hash_handle hh
Definition
mvt.c:72
mvt_kv_value::id
uint32_t id
Definition
mvt.c:71
mvt_kv_value
Definition
mvt.c:69
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
}
postgis
mvt.c
Generated by
1.9.8