Resize us-state shield

This commit is contained in:
Kyle Barron 2020-03-07 11:34:22 -07:00
parent 374e1235c8
commit 8471e4eeae
7 changed files with 999 additions and 996 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 54 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -1512,7 +1512,7 @@
"filter": [ "filter": [
"all", "all",
["<=", "ref_length", 2], ["<=", "ref_length", 2],
["in", "network", "us-highway"] ["in", "network", "us-highway", "us-state"]
], ],
"layout": { "layout": {
"icon-image": "{network}_2", "icon-image": "{network}_2",
@ -1537,7 +1537,7 @@
"filter": [ "filter": [
"all", "all",
["==", "ref_length", 3], ["==", "ref_length", 3],
["in", "network", "us-highway"] ["in", "network", "us-highway", "us-state"]
], ],
"layout": { "layout": {
"icon-image": "{network}_3", "icon-image": "{network}_3",
@ -1617,6 +1617,7 @@
"network", "network",
"us-interstate", "us-interstate",
"us-highway", "us-highway",
"us-state",
"ca-transcanada", "ca-transcanada",
"gb-motorway" "gb-motorway"
] ]

View File

@ -3,8 +3,9 @@
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
version="1.1" version="1.1"
width="600" width="30"
height="600"> height="30"
viewBox="0 0 600 600">
<rect <rect
width="600" width="600"
height="600" height="600"

Before

Width:  |  Height:  |  Size: 419 B

After

Width:  |  Height:  |  Size: 440 B

View File

@ -3,8 +3,9 @@
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
version="1.1" version="1.1"
width="750" width="37.5"
height="600"> height="30"
viewBox="0 0 750 600">
<rect <rect
width="750" width="750"
height="600" height="600"

Before

Width:  |  Height:  |  Size: 433 B

After

Width:  |  Height:  |  Size: 456 B