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

◆ MVT_CREATE_VALUES

#define MVT_CREATE_VALUES (   kvtype,
  hash,
  hasfield,
  valuefield 
)
Value:
{ \
POSTGIS_DEBUG(2, "MVT_CREATE_VALUES called"); \
{ \
struct kvtype *kv; \
for (kv = ctx->hash; kv != NULL; kv=kv->hh.next) \
{ \
VectorTile__Tile__Value *value = create_value(); \
value->hasfield = 1; \
value->valuefield = kv->valuefield; \
values[kv->id] = value; \
} \
} \
}
static VectorTile__Tile__Value * create_value()
Definition mvt.c:405

Definition at line 412 of file mvt.c.

413{ \
414 POSTGIS_DEBUG(2, "MVT_CREATE_VALUES called"); \
415 { \
416 struct kvtype *kv; \
417 for (kv = ctx->hash; kv != NULL; kv=kv->hh.next) \
418 { \
419 VectorTile__Tile__Value *value = create_value(); \
420 value->hasfield = 1; \
421 value->valuefield = kv->valuefield; \
422 values[kv->id] = value; \
423 } \
424 } \
425}
int value
Definition genraster.py:62