Skip to content

Commit

Permalink
Regras para exibir seletores qdo isolevel=1,2 na interface logistica. o…
Browse files Browse the repository at this point in the history
  • Loading branch information
0e1 committed Apr 14, 2023
1 parent a358b31 commit eb3673f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/nginx/test.osm.codes
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,12 @@ server {

## leaflet
### reduzido divipola/ibgegeocodigo 32
location ~* "^/[A-Z]{2}((-[A-Z]{1,3}-[A-Z]+)|-[0-9]+)((~|-)[0123456789BCDFGHJKLMNPQRSTUVWXYZ\.]+)?$" {
rewrite "(?i)^/[A-Z]{2}((-[A-Z]{1,3}-[A-Z]+)|-[0-9]+)((~|-)[0123456789BCDFGHJKLMNPQRSTUVWXYZ\.]+)?" /postal/ break;
location ~* "^/[A-Z]{2}((-[A-Z]{1,3}-[A-Z]+)|-[0-9]+)((~|-)[0123456789BCDFGHJKLMNPQRSTUVWXYZ\.]+)$" {
rewrite "(?i)^/[A-Z]{2}((-[A-Z]{1,3}-[A-Z]+)|-[0-9]+)((~|-)[0123456789BCDFGHJKLMNPQRSTUVWXYZ\.]+)" /postal/ break;
}

location ~* "^/[A-Z]{2}(-[A-Z]{1,3})?$" {
rewrite "(?i)^/[A-Z]{2}(-[A-Z]{1,3})?$" /postal/select/ break;
}

### decode list absoluto 32, 16
Expand Down

0 comments on commit eb3673f

Please sign in to comment.