swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63
Raw File
Tip revision: b694a0e2cb817fed619f2b2a3fe96e4564ccde91 authored by Eric Fischer on 14 September 2017, 19:05:12 UTC
Bring back the diagnosis of which attributes use the most space
Tip revision: b694a0e
write_json.hpp
void layer_to_geojson(FILE *fp, mvt_layer const &layer, unsigned z, unsigned x, unsigned y, bool comma, bool name, bool zoom, unsigned long long index, long long sequence, long long extent, bool complain);
void fprintq(FILE *f, const char *s);
back to top