changeset 148:85e700c8a813 gmap2

Adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Mar 2014 17:49:21 +0200
parents 543378a480c0
children 0b951f0ea7c0
files overlay.php
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/overlay.php	Sun Mar 09 16:53:13 2014 +0200
+++ b/overlay.php	Sun Mar 09 17:49:21 2014 +0200
@@ -8,12 +8,12 @@
 $patchsize[16] = 13;
 $patchsize[32] = 26;
 
-$labelfont = "./tools/lucon.ttf";
+$labelfont = "./tools/avenir.ttf";
 $labelsize = array();
-$labelsize[ 4] = 7;
-$labelsize[ 8] = 8;
-$labelsize[16] = 9;
-$labelsize[32] = 12;
+$labelsize[ 4] = 8;
+$labelsize[ 8] = 10;
+$labelsize[16] = 12;
+$labelsize[32] = 14;
 
 
 $vzoom = isset($_GET["zoom"]) ? intval($_GET["zoom"]) : 0;