Skip to content
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

Maj couche batiments raccordés chaleur + ajout couche batiments raccordés froid #903

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

totakoko
Copy link
Member

@totakoko totakoko commented Oct 17, 2024

@@ -107,6 +110,16 @@ export const tilesInfo: Record<DatabaseSourceId, TileInfo> = {
properties: ['fid', 'ADRESSE', 'CONSO', 'PDL', 'ID'],
sourceLayer: 'raccordements',
},
batimentsRaccordesReseauxChaleurFroid: {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ajouter un lien vers la doc dans Notion

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -1,3 +1,4 @@
// FIXME à supprimer
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// FIXME à supprimer après le déploiement en prod de batimentsRaccordesReseauxChaleurFroid

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

properties: [], // useless
sourceLayer: '', // useless
id: '', // useless
extraWhere: (query) => query, // useless
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

si useless, pkoi le garder?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A cause du typage de la structure legacy 🙃

@@ -233,11 +233,17 @@ const trackingEvents = {
'Carto|Bâtiments au fioul collectif|Désactive': {
matomo: ['Carto', 'Bâtiments au fioul collectif', 'Désactive'],
},
'Carto|Bâtiments raccordés|Active': {
matomo: ['Carto', 'Bâtiments raccordés', 'Active'],
'Carto|Bâtiments raccordés réseau chaleur|Active': {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Faut il prevenir l'équipe que l'event va changer?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤷 Je ne sais pas comment on fait pour versionner / suivre ça. Je vais poser la question à Florence pour voir ce qu'elle préfère.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est bon pour Florence.

},
},
],
},
// {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A garder?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non pas du tout merci !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants