1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
// Laranjal Paulista - Iluminação
[out:json][timeout:25];
area["name"="Laranjal Paulista"]["admin_level"=8]->.a;
(
  way[highway]["access"!~".*"][footway!=crossing](area.a);
  -way[highway=proposed](area.a);
);
 
out body;
>;
out skel qt;
 
{{style:
  way[lit = yes] {
    color: yellow;
  }
  way[lit = no]{
  color: black;
}
way[!lit]{
  color: blue;
}
}}
 
// == LEGENDA ==
 
// amarelo = possui iluminação
// preto = sem iluminação
// azul = desconhecido
 
3 km
Leaflet © OpenStreetMap contributors
1