Resize us-state shield
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 231 KiB After Width: | Height: | Size: 128 KiB |
@ -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"
|
||||||
]
|
]
|
||||||
|
@ -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 |
@ -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 |