mapbox / mapbox-studio-classic

https://www.mapbox.com/mapbox-studio/
BSD 3-Clause "New" or "Revised" License
1.14k stars 229 forks source link

UI improvement: better indicate 500kb limit for vector tiles #1317

Open KoGor opened 9 years ago

KoGor commented 9 years ago

Version: mapbox-studio-linux-x64-v0.2.7

In mapbox studio in "footer" we can see some average(mean?) value for vector tiles at particular zoom level. Mapbox api limits us with 500kb individual tile size at any zoom level. But during loading tiles we can see how average value changing and for a while it could exceed 500kb and then became less then limit. It is confusing because we won't see orange indicator for this zoom level later. And if we try to upload our source to mapbox we would fail (exceed 500kb).

Probably mapbox studio show wrong average tile size or maybe server check for max value. Anyway it is not clear will be your source loaded successful to mapbox.com or not.