Julien Sabatier
Julien Sabatier
## Description If I configure my 'Identifier' plugin with 'showInMapPopup': true the marker is placed on map, but the popup isn't showing. ## How to reproduce - Configure 'Identifier' plugin...
Hi, I'm trying to make this lib compatible with SpringBoot3/Springframework6 as I try to upgrade some of our local apps that uses it. Here is what I already done :...
When running tests, they complains about duplicate org.json.JSONObject classes : > Found multiple occurrences of org.json.JSONObject on the class path: > > jar:file:/home/jusabatier/.m2/repository/org/json/json/20211205/json-20211205.jar!/org/json/JSONObject.class > jar:file:/home/jusabatier/.m2/repository/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar!/org/json/JSONObject.class > > You may wish...
I use LOG4J2 for logging in my SPring Boot project. When I add print-lib as a dependency for the project, it replace Log4J binding by Logback one. Also the SLF4J...
When using print-lib as a dependency, the maven build crash because it can't found the org.codehaus.groovy:groovy-all dependency. It appear that we have to set pom type to this dependency (cf....
Is it possible to configure the login/password used to connect a WFS layer for each user ? I found that it's possible for PostgreSQL using `pg_service.conf` file and transfering it...
## Description We have some layers with additional geometries as attributes :  Here the «parking_geom» and «departure_geom» When we try to open the attribute table of this layer, Mapsore...
## Description I just figure that when User Session Plugin is enabled, when I add a layer to the TOC of the context in the admin panel and then save...
Hi, I wonder if it's possible to generate a .map file with multiple styles (default, osm, bing,...) and one layer for each style ? Curently, I use : ``` make...