It won’t work. A configuration is loaded in entirety first, and then applied as necessary.
On Tue, Dec 5, 2023 at 7:21 AM Jan Hartmann via MapServer-users < [email protected]> wrote: > Not sure. I cannot get it working anyway. Any ideas, Steve? > > On 04/12/2023 10:10, Jörg Thomsen (WhereGroup) via MapServer-users wrote: > > Hi, > > > > I am not sure, but perhaps overwriting it, would work? > > > > MAP > > > > shapepath 'blah' > > > > Layer 1 > > Layer 2 > > > > shapepath 'blubb' > > > > Layer 3 > > Layer 4 > > > > Jörg > > > > > > > > Am 02.12.23 um 19:32 schrieb Jan Hartmann via MapServer-users: > >> Yes, that is what I sought, didn't know it was possible. Thanks! > >> > >> Jan > >> > >> On 02/12/2023 19:29, Steve Lime wrote: > >>> One other thought, you can use multiple paths via runtime subs to > >>> approximate what I think you’re looking for, so: > >>> > >>> WEB > >>> VALIDATION > >>> path1_default “/opt/path1” > >>> path1 “^\/opt\/path1$” > >>> path2_default “/opt/path2” > >>> path2 “^\/opt\/path2$” > >>> END > >>> END > >>> > >>> Then in DATA values you’d use %path1% or %path2%. This is another > >>> use case for variables that was suggested recently. We could, > >>> perhaps, define a way to mark something as immutable via url so the > >>> regex could be simplified and only the default would ever be used > >>> (e.g. “path2” “immutable”). > >>> > >>> —Steve > >>> > >>> On Fri, Dec 1, 2023 at 11:28 PM Steve Lime <[email protected]> wrote: > >>> > >>> Nope, just the one value. > >>> > >>> On Fri, Dec 1, 2023 at 1:02 PM Jan Hartmann via MapServer-users > >>> <[email protected]> wrote: > >>> > >>> Hi, > >>> > >>> Is it possible to use multiple paths in a shapepath? > >>> ./data1:./data2 > >>> does not work > >>> > >>> Jan > >>> _______________________________________________ > >>> MapServer-users mailing list > >>> [email protected] > >>> https://lists.osgeo.org/mailman/listinfo/mapserver-users > >>> > >> > >> > >> _______________________________________________ > >> MapServer-users mailing list > >> [email protected] > >> https://lists.osgeo.org/mailman/listinfo/mapserver-users > > > > _______________________________________________ > MapServer-users mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/mapserver-users >
_______________________________________________ MapServer-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/mapserver-users
