File tree 5 files changed +9
-2
lines changed
5 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ async fn mbt_get_catalog() {
69
69
content_type: image/webp
70
70
name: ne2sr
71
71
sprites: {}
72
+ fonts: {}
72
73
"### ) ;
73
74
}
74
75
@@ -100,6 +101,7 @@ async fn mbt_get_catalog_gzip() {
100
101
content_type: image/webp
101
102
name: ne2sr
102
103
sprites: {}
104
+ fonts: {}
103
105
"### ) ;
104
106
}
105
107
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ postgres:
115
115
content_type: application/x-protobuf
116
116
description: public.table_source_multiple_geom.geom2
117
117
sprites: {}
118
+ fonts: {}
118
119
"### ) ;
119
120
}
120
121
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ async fn pmt_get_catalog() {
54
54
stamen_toner__raster_CC-BY-ODbL_z3:
55
55
content_type: image/png
56
56
sprites: {}
57
+ fonts: {}
57
58
"### ) ;
58
59
}
59
60
@@ -72,6 +73,7 @@ async fn pmt_get_catalog_gzip() {
72
73
p_png:
73
74
content_type: image/png
74
75
sprites: {}
76
+ fonts: {}
75
77
"### ) ;
76
78
}
77
79
Original file line number Diff line number Diff line change 163
163
"description" : " Major cities from Natural Earth data"
164
164
}
165
165
},
166
- "sprites" : {}
166
+ "sprites" : {},
167
+ "fonts" : {}
167
168
}
Original file line number Diff line number Diff line change 53
53
" sub/circle"
54
54
]
55
55
}
56
- }
56
+ },
57
+ "fonts" : {}
57
58
}
You can’t perform that action at this time.
0 commit comments