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 ed547f9 commit d7d5f3dCopy full SHA for d7d5f3d
osi_trafficsign.proto
@@ -301,9 +301,11 @@ 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"
305
optional string country = 8;
306
307
// The year the traffic rules come into force
308
+ // e.g. "2017"
309
optional string country_revision = 9;
310
311
// Code identifier according to country code
0 commit comments