Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 37 additions & 37 deletions bomen.map
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions gen_bomen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading