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 <sdl...@gmail.com> wrote: > Nope, just the one value. > > On Fri, Dec 1, 2023 at 1:02 PM Jan Hartmann via MapServer-users < > mapserver-users@lists.osgeo.org> wrote: > >> Hi, >> >> Is it possible to use multiple paths in a shapepath? ./data1:./data2 >> does not work >> >> Jan >> _______________________________________________ >> MapServer-users mailing list >> MapServer-users@lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapserver-users >> >
_______________________________________________ MapServer-users mailing list MapServer-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapserver-users