Julien Sabatier
Julien Sabatier
Dans le millesime 2020, j'ai toujours un terrain de foot représenté avec un geo_sym à 23 donc j'aurais tendance a penser que oui.
I have this running tests on a springboot web application that embed mapfih-print lib. Generate a dependency tree, it appear that : ``` [INFO] +- org.mapfish.print:print-lib:jar:3.29.4:compile [INFO] | +- com.thetransactioncompany:cors-filter:jar:2.10:compile...
Will it be possible/simple to at least fix the crash for next release (2025.01.00) ? I don't know if it needs a small or a big change. It would be...
I think it will be complicated for end user to choose the geom, as sometimes they begin with carto. The geometry representation is handled via styles, and we can choose...
It looks like resources files are also missing from jar : > Could not resolve placeholder 'httpRequest.fetchRetry.maxNumber' in value "${httpRequest.fetchRetry.maxNumber}" ``` jusabatier@ThinkPad-E15-Gen-2-Julien:~/Workspace/Eclipse/Projets/mapfish-print$ grep -Rnw '.' -e 'httpRequest.fetchRetry.maxNumber' ./core/src/main/resources/mapfish-spring.properties:51:httpRequest.fetchRetry.maxNumber=3 ./core/src/main/java/org/mapfish/print/processor/map/CreateMapProcessor.java:109: @Value("${httpRequest.fetchRetry.maxNumber}")...
I suggest to remove those confs form Dockerfile and let the docker-compose or k8s/helm charts provide appropriated values via the JAVA_OPTIONS as they are related to the environment where the...