Revision e000bcc261e858b93892c471d732c5aef4c4cf3f authored by Eric Fischer on 08 September 2017, 17:16:19 UTC, committed by GitHub on 08 September 2017, 17:16:19 UTC
Limit the depth of the search in the string pool.
2 parent s 2518f23 + a2d12f1
Raw File
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