Bug report #16317
Updated by Giovanni Manghi over 5 years ago
Adding the same short_name option on multiple layers is possible.
Accessing that short_name in a GetMap request results in only the first layer that was given that specific short_name to be called.
This could lead to confusion for big projects where by accident people use the same short_name for multiple layers.
How to reproduce:
Use the same short_name for at least two layers.
The GetMap request using the short_name point to the first layer that was given short_name.
Accessing that short_name in a GetMap request results in only the first layer that was given that specific short_name to be called.
This could lead to confusion for big projects where by accident people use the same short_name for multiple layers.
How to reproduce:
Use the same short_name for at least two layers.
The GetMap request using the short_name point to the first layer that was given short_name.