pnorman / tilekiln-old

A PostGIS-based vector tile generator
GNU General Public License v3.0
33 stars 6 forks source link

Add geometry type to config file and tilejson output #12

Closed pnorman closed 4 years ago

pnorman commented 4 years ago

Some editing software uses this to hint what type of layer something is. It's not documented, but per https://gist.github.com/springmeyer/bbf49c89180485f477b9 from https://github.com/mapbox/tilejson-spec/issues/14 it's a geometry key which is set to polygon, line, point, or unknown.