Created
August 8, 2014 11:20
Run Time Substitution no Mapserver - Mapfile 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LAYER | |
NAME 'municipios_selecao' | |
STATUS DEFAULT | |
TYPE POLYGON | |
DATA 'municipios.shp' | |
FILTER ([idmun]=%idmun%) | |
VALIDATION | |
'idmun' '^[0-9]{1,3}$' | |
END | |
CLASS | |
NAME 'Seleção' | |
STYLE | |
WIDTH 2 | |
OUTLINECOLOR 218 0 0 | |
COLOR 240 60 0 | |
END | |
END | |
END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment