forked from MTSR/mapserver
ensure that colors from custom.txt are overloading previous definitions
This commit is contained in:
parent
f80be67618
commit
1a8af11e57
@ -86,10 +86,10 @@ func Setup(p params.ParamsType, cfg *Config) *App {
|
||||
|
||||
colorfiles := []string{
|
||||
//https://daconcepts.com/vanessa/hobbies/minetest/colors.txt
|
||||
"/colors/custom.txt",
|
||||
"/colors/vanessa.txt",
|
||||
"/colors/advtrains.txt",
|
||||
"/colors/scifi_nodes.txt",
|
||||
"/colors/custom.txt",
|
||||
}
|
||||
|
||||
for _, colorfile := range colorfiles {
|
||||
|
Loading…
Reference in New Issue
Block a user