Roberto Marzocchi

Results 10 issues of Roberto Marzocchi

I recently compiled GDAL 2.3.1, released 2018/06/22 on a Centos Linux System with OCI support. When I run ogr2ogr from Oracle to PostGIS ogr2ogr works correctly, nevertheless when the input...

II try to add a permalink filtering a layer, but the function it is not supported using filter and permalink. I try adding the filter properties in the WMS request...

enhancement
question
feedback
Sponsor or PR needed

I import my OSM data using osm2pgrouting and then I try to create topology with pgrouting topology functions: 1)pgr_createTopology works correctly ``` SELECT pgr_createTopology('network.ways', 0.001, 'the_geom', 'gid'); ``` 2) pgr_createVerticesTable...

bug

I have a Rasdaman WMS GetMap request (e.g. http://rasdaman.org/browser/systemtest/testcases_services/test_wms/queries/31-get_map_on_4d_coverage_dim_pressure_and_time_irregular_specified.test) The time parameter need to be written with the " character This is the request using this leaflet plugin that doesn't...

This apache configuration works correctly with basic **AuthType** ``` AuthName "Active Directory Authentication" AuthType Basic AuthBasicAuthoritative Off AuthBasicProvider ldap AuthLDAPURL ldap://LDAPIP:3268/?sAMAccountName?sub AuthLDAPBindDN USERNAME@DOMAIN AuthLDAPBindPassword MYPWD Require valid-user ``` I try...

I use bootstrap-datepicker in my PHP project using **composer** using the following command: ``` composer require eternicode/bootstrap-datepicker:1.9.0 ``` It works but during installation I encountered the following warning message: Package...

It is possible to export cross section altimetric profile to CAD (e.g. DXF). I do not find it neither in RiverGIS nor in Hec-RAS but I think it is really...

### Description I try to use: - pagination with server side application - filter-control extension - export extension. I have about 5000 rows (excel exported of 1.26 MB) I have...

help-wanted
awaiting reply

On the basis of this pull request https://github.com/3liz/lizmap-javascript-scripts/pull/20 @robifag has implemented a python script to translate .qgis e .cfg files. Perhaps it is possible to add it to the plugin?

Feature Request

### What is the bug? When I use a lizmap map on an iframe inside a bootsrap HTML page the page automatically scroll on the lizmap map. ### Steps to...

bug