Create Labels
Browse files
Labels
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{ "name": "linha_preta", "attributes": [] },
|
| 3 |
+
{ "name": "marcacao_verde", "attributes": [] },
|
| 4 |
+
{ "name": "intersecao_com_marcacao", "attributes": [] },
|
| 5 |
+
{ "name": "intersecao_sem_marcacao", "attributes": [] },
|
| 6 |
+
{ "name": "beco_sem_saida", "attributes": [] },
|
| 7 |
+
{ "name": "faixa_reflexiva", "attributes": [] },
|
| 8 |
+
{ "name": "linha_vermelha", "attributes": [] },
|
| 9 |
+
{ "name": "gap", "attributes": [] }
|
| 10 |
+
]
|