Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Values for traffic signs in Colombia are incorrect #14

Open
angoca opened this issue Jul 19, 2023 · 1 comment
Open

Values for traffic signs in Colombia are incorrect #14

angoca opened this issue Jul 19, 2023 · 1 comment

Comments

@angoca
Copy link

angoca commented Jul 19, 2023

The current style for Colombian traffic signs follows this pattern:

node["traffic_sign"="CO:SP26"]

However, traffic sign codes in Colombia is slightly different; they have a dash between the two letters and the two number. This is the regular expression for them:

^CO:S[IPR]-[0-9]{2}$

These are some examples:

  • SR-03
    • With the country prefix: CO:SR-03
  • SP-15
    • With the country prefix: CO:SP-15
  • SI-07
    • With the country prefix: CO:SI-07

The complete documentation is at https://www.invias.gov.co/index.php/archivo-y-documentos/documentos-tecnicos/3825-manual-de-senalizacion-vial-2015, which is the official entity.

@yopaseopor
Copy link
Owner

Thank you for all the information. I will try to fix it next days, also preset. Style fixed. Test it, please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants