Roberto Marzocchi
Roberto Marzocchi
any news about this option? There is a public WFS performed for search using mapstore by "Comune di Genova" https://mappe.comune.genova.it/geoserver/wfs?service=WFS&version=1.1.0&request=GetFeature&outputFormat=application%2Fjson&maxFeatures=20&typeName=SITGEO:V_ASTE_STRADALI_TOPONIMO_SUB&cql_filter=(NOMEVIA+ILIKE+%27%25veilino%25%27)&sortBy=ID&srsName=EPSG:4326&startIndex=0 I try using leaflet-search but without success var searchOpts =...
I have the same problem. I try to use a slider https://github.com/Eclipse1979/leaflet-slider, I remove correctly the layer but I have problem with vf and I generate the same error The...
If useful for other users I have solved removing `map.fitBounds(layer.getBounds());` and adding `let map = L.map('map').setView([lat, lon], zoom_level);` I will add my code as soon as possible on a github...
Perhaps related https://github.com/IHCantabria/Leaflet.CanvasLayer.Field/issues/41 (I have the same behaviour)
@nboisteault from my test it seems a security problem https://docs.qgis.org/3.16/en/docs/server_manual/services.html#filter When I add a filter https://MYURL/mappe/lizmap/www/index.php/view/map/?repository=repo1&project=transitabilita_grafo&bbox=983223.135660956%2C5529467.9215975%2C989152.933212883%2C5539166.51443928&crs=EPSG%3A3857&filter=v_grafo_incongruenze%3A%22UT%3A%22id%22%2BIN%2B%28%2B12%2B%29 filter=v_grafo_incongruenze:UT:id+IN(+12+) filter=v_grafo_incongruenze%3A%22UT%3A%22id%22%2BIN%2B%28%2B12%2B%29 this i sthe error: ``` The filter string "id"+IN+(+12+) has been rejected...
> Did you respect `A space between each word / special character is mandatory`? Adding spaces `filter=v_grafo_incongruenze+:+UT:id+IN(+12+)+` the request works, but not the filter
Sorry `filter=v_grafo_incongruenze:+"id"+IN(+12+)+ it works!` where: `filter=layername:+"field_name"+OPERATOR+'string variable'+` or `filter=layername:+"field_name"+OPERATOR+number+` The permalink from filter can be a nice enhancement but just now user can create a script to have the correct...
> http://cis/index.php/lizmap/service/?repository=castelplanio&project=prg&SERVICE=WMS&VERSION=1.3.0&REQUEST=GetPrint&FORMAT=pdf&EXCEPTIONS=application/vnd.ogc.se_inimage&TRANSPARENT=true&SRS=EPSG:3004&DPI=100&TEMPLATE=test2&map0:extent=2366048.305089,4817558.585494,2368048.353185,4820308.651625&map0:scale=25000&map0:LAYERS=Carta%20tecnica,PRG,confine&map0:STYLES=predefinito,predefinito,default&LAYERS=Carta%20tecnica,PRG,confine&STYLES=predefinito,predefinito,default&OPACITIES=255,255,255 I cannot view the web project. Maybe is my problem I read the answer of @rldhont in mailing list ( _Lizmap always prints one map. It prints two...
It is possble to use additional mapconfig options for truck using maxwdth / maxhieight and maxweight tags? Have you an example? ``` [...] ``` but I encountered this error: ```...
> more question: Is there a possibility to exclude (blacklist) values from importing. (for example bicycle=no) Is it possible to use wildcards or to notice a key with for all...