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

Reply via email to