diff --git a/bomen.map b/bomen.map index 873ff51b..d5074f03 100644 --- a/bomen.map +++ b/bomen.map @@ -41,14 +41,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_iep' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_iep' - SIZE 26 + SIZE 130 END END END @@ -78,14 +78,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_linde' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_linde' - SIZE 26 + SIZE 130 END END END @@ -115,14 +115,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_esdoorn' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_esdoorn' - SIZE 26 + SIZE 130 END END END @@ -152,14 +152,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_es' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_es' - SIZE 26 + SIZE 130 END END END @@ -189,14 +189,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_plataan' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_plataan' - SIZE 26 + SIZE 130 END END END @@ -226,14 +226,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_eik' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_eik' - SIZE 26 + SIZE 130 END END END @@ -263,14 +263,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_populier' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_populier' - SIZE 26 + SIZE 130 END END END @@ -300,14 +300,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_els' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_els' - SIZE 26 + SIZE 130 END END END @@ -337,14 +337,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_wilg' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_wilg' - SIZE 26 + SIZE 130 END END END @@ -374,14 +374,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_berk' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_berk' - SIZE 26 + SIZE 130 END END END @@ -411,14 +411,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_kers' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_kers' - SIZE 26 + SIZE 130 END END END @@ -448,14 +448,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_haagbeuk' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_haagbeuk' - SIZE 26 + SIZE 130 END END END @@ -485,14 +485,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_meidoorn' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_meidoorn' - SIZE 26 + SIZE 130 END END END @@ -522,14 +522,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_acacia' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_acacia' - SIZE 26 + SIZE 130 END END END @@ -559,14 +559,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_paardenkastanje' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_paardenkastanje' - SIZE 26 + SIZE 130 END END END @@ -596,14 +596,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_vleugelnoot' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_vleugelnoot' - SIZE 26 + SIZE 130 END END END @@ -633,14 +633,14 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_onbekende' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_onbekende' - SIZE 26 + SIZE 130 END END END @@ -670,15 +670,15 @@ MAP MINSCALE 3000 STYLE SYMBOL 'bomen_overige' - SIZE 16 + SIZE 100 END END CLASS MAXSCALE 3000 STYLE SYMBOL 'bomen_overige' - SIZE 26 + SIZE 130 END END END -END +END \ No newline at end of file diff --git a/gen_bomen.py b/gen_bomen.py index 5cbd52c9..06d78696 100644 --- a/gen_bomen.py +++ b/gen_bomen.py @@ -92,11 +92,11 @@ with block("STYLE"): p("SYMBOL", f"bomen_{shortname}") - p("SIZE", 16) + p("SIZE", 100) with block ("CLASS"): p('MAXSCALE', 3000) with block("STYLE"): p("SYMBOL", f"bomen_{shortname}") - p("SIZE", 26) + p("SIZE", 130) \ No newline at end of file