3liz / qgis-veloroutes_voies_vertes-plugin

Standard Covadis Véloroutes et Voies Vertes (3V)
5 stars 5 forks source link

Qgis styles #28

Closed Enola-sengeissen closed 4 years ago

Enola-sengeissen commented 4 years ago

Description

Enola-sengeissen commented 4 years ago

La trigger function FUNCTION veloroutes.v_portion_insert() (dans 10_FUNCTION.sql) ne marche pas comme il faut : Si je change la requête (l 72 à 74) : SELECT veloroutes.segment.id_local FROM veloroutes.segment, veloroutes.v_portion WHERE ST_Within(veloroutes.segment.geom, NEW.geom)) en une requête plus simple mais fausse, le LOOP suivant fonctionne mais là on ne rentre même pas dans le LOOP

Gustry commented 4 years ago

Did you get an issue when merging/rebasing your branch? ;-)

Enola-sengeissen commented 4 years ago

@Gustry indeed... I had to rebase my branch, then i had to manage conflicts, which I did, now it's okay. I guess..?

Gustry commented 4 years ago

now it's okay. I guess..?

Looking at your PR, I see myself in the commit list. https://github.com/3liz/qgis-veloroutes_voies_vertes-plugin/pull/28/commits

And the graph doesn't look right too ;-) https://github.com/3liz/qgis-veloroutes_voies_vertes-plugin/network

rldhont commented 4 years ago

@Enola-sengeissen tu peux faire un rebase -i et fixup (fusionner) les commits qui peuvent l'être (même intitulé)

Enola-sengeissen commented 4 years ago

Looking at your PR, I see myself in the commit list. https://github.com/3liz/qgis-veloroutes_voies_vertes-plugin/pull/28/commits

I tried to get the modifications that you've committed on master so I pulled master then I rebased the branch qgis-styles

Enola-sengeissen commented 4 years ago

@Gustry in this comment for exemple :

'Effectue les insertions dans les tables itineraire et etape lors de la saisie dans la vue v_itineraire'

There is no accent on "itineraire" or "etape" because I wanted to quote them as tables, is that understandable/relevant or should I put accents?

Gustry commented 4 years ago

There is no accent on "itineraire" or "etape" because I wanted to quote them as tables, is that understandable/relevant or should I put accents?

Ah ok ! Sorry, I read quickly. So it's fine. I sometimes do : 'Effectue les insertions dans les tables "itineraire" et ...' when I need. But it's alright like this.