mapbox / tippecanoe

Build vector tilesets from large collections of GeoJSON features.
BSD 2-Clause "Simplified" License
2.73k stars 432 forks source link

Does Property Name Size Affect Tile Size? #885

Open jbeuckm opened 4 years ago

jbeuckm commented 4 years ago

I have large numbers of point features and am hitting the 500k limit. Does the size of the property names affect the tilesize? So if I rename the property "longestKnownPropertyName" to "l" will this help me under the 500k limit?

e-n-f commented 3 years ago

Yes, the property name takes up as much space in the tile as a string value does. But it will not save very much if the same property name is used in each feature, because the name will only be stored once and then used by reference in each feature.