Hello list !


My tif file are name like ortho2016_{NAME}.tif so I tried to associate a 
shapefile containing footprints using:


footprint_filter=NAME=strConcat("orth2016_", strSubstring(granule.location, 0, 
strLength(granule.location) - 4))


But it did not worked. If I rename files to remove ortho2016_ prefix, then my 
filter matches the example:


footprint_filter=NAME=strSubstring(granule.location, 0, 
strLength(granule.location) - 4)


And it works perfectly fine.



Could you help me understanding what is wrong with my strConcat to add prefix 
to the filter ?


Thanks in advance,


Best regards, Adam.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to