pgRoutingLayer icon indicating copy to clipboard operation
pgRoutingLayer copied to clipboard

pgRouting Layer plugin for QGIS

Results 14 pgRoutingLayer issues
Sort by recently updated
recently updated
newest added

**Problem** When trying to load db connections that has a blank "Service" field it throws the following error: CRITICAL dbname:databasename, definition of service "NULL" not found **To Reproduce** Create a...

bug

**Problem** I've added OpenStreetMap data to a PostgreGIS database using osm2pgrouting. The generated 'ways' table is EPSG: 4326 - WGS 84. The OpenStreetMap layer provided by QGIS EPSG:3857 - WGS...

bug

Windows 10 PostGres 12.2 PostGIS 3.0 pgrouting 3.0.0-rc1 pgroutinglayer 3.0.0 QGIS 3.12 The database is loaded with OSM and works and display the layer properly in QGIS. The pgroutinglayer plugin...

bug

**Problem** From the following issue's comment: https://github.com/pgRouting/pgRoutingLayer/issues/133#issuecomment-1257613070 > : > However none of the functions work with directed option enabled (pgrouting 3.3.0 , osm2pgrouting 2.3.8.1) Sql querys work > >...

bug

**Problem** Help icon at the left side of function dropdown doesn't work due to Python error ![qgis-pgrouting-layer-help-error](https://user-images.githubusercontent.com/629923/191988752-0a75490a-d470-403c-9267-f19c60d331a1.png) **To Reproduce** 1. Click help (?) icon at the left side of `pgr_f()`...

bug

Fixes #143. Changes proposed in this pull request: - Catch KeyError in openHelp method @pgRouting/admins

bug

Add ComboBox for Schema, Edge Table and Geometry.

**Problem** When I tried to compute a route for quite big data, my QGIS seems hanging. I don't know whether it's still running or just hanging. **Improvement** Add a progress...

enhancement

Couldn't load plugin 'pgRoutingLayer-develop' due to an error when calling its classFactory() method Steps to reproduce 1. First 2. Second 3. Third ``` Traceback (most recent call last): File "C:/PROGRA~1/QGIS3~1.16/apps/qgis/./python\qgis\utils.py",...

**Is your feature request related to a problem? Please describe.** Currently we are using travis for CI **Describe the solution you'd like** Use github actions

admin