-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix data: fix and improve vm_communes #402
base: develop
Are you sure you want to change the base?
Conversation
|
||
-- Rafraichissement des vues contenant les données de l'atlas | ||
CREATE OR REPLACE FUNCTION atlas.refresh_materialized_view_ref_geo() | ||
RETURNS VOID AS $$ | ||
BEGIN | ||
|
||
REFRESH MATERIALIZED VIEW atlas.t_layer_territoire; | ||
REFRESH MATERIALIZED VIEW atlas.t_mailles_territoire; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
atlas.t_mailles_territoire
est une table. Le rafraichissement dessus ne marche pas. J'ai donc supprimé cette ligne. Mais, il faudrait peut être transformer cette table en VM ?
-- TODO : ajouter ce script au futur script d'update de GeoNature Atlas. | ||
-- TODO : trouver une solution pour pouvoir regénérer les VMs et table via les scripts présent dans data/atlas/. | ||
-- TODO : il faudrait aussi relancer la génération de la VM vm_communes à l'aide du script '7.atlas.vm_communes.sql | ||
-- TODO : il faudrait aussi relancer la génération de la table t_mailles_territoire à l'aide du script '12.atlas.t_mailles_teritoire.sql' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Point à traiter suite au merge avec la branche develop.
a366fd9
to
7b93e77
Compare
Improve the creation of t_mailles_territoire. Fix #372. fix(data): improve the creation of t_mailles_territoire
7b93e77
to
aad4419
Compare
See #372.