We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d5f3d commit 046ff1cCopy full SHA for 046ff1c
osi_trafficsign.proto
@@ -301,11 +301,13 @@ message TrafficSign
301
302
// Specifies the country. See ISO 3166-1, alpha-2 codes
303
// https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
304
- // e.g. "Germany", "France", "Austria"
+ // e.g. "DE", "FR", "AT
305
+ //"
306
optional string country = 8;
307
308
// The year the traffic rules come into force
309
// e.g. "2017"
310
+ //
311
optional string country_revision = 9;
312
313
// Code identifier according to country code
0 commit comments