[OSM-dev] [Tilesathome] I'd like a list of the file size of all z12 tilesets

Ævar Arnfjörð Bjarmason avarab at gmail.com
Tue Jun 2 02:27:05 BST 2009


2009/6/1 Eddy Petrișor <eddy.petrisor at gmail.com>:
> Use a logarithmic scale for your "heat" input (probably is best to use
> 10 as the base). So instead of min use log(min), instead of max, use
> log(max) and so on.

I tried generating a map with log($size)/log($max):

http://u.nix.is/~avar/osm-heatmap-log.png

I tried playing around with it a bit more, e.g. by using log10. But
mostly I get maps that are too hot. Or was log($size)/log($max) not
what you meant?

$size / ($median * 32) works pretty well though:

http://u.nix.is/~avar/osm-heatmap-black-2.png




More information about the dev mailing list