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

[Zones Administratives] Ajout des zones administratives #1156

Merged
merged 10 commits into from
Feb 1, 2024

Conversation

@thoomasbro
Copy link
Contributor Author

relancer make init-geoserver pour ajouter les nouvelles couches.

@thoomasbro thoomasbro force-pushed the thomas/add-administrative-layers branch from e0f948c to 40d9e77 Compare January 26, 2024 11:19
@thoomasbro thoomasbro requested a review from claire2212 January 29, 2024 13:37
@@ -39,7 +39,7 @@ export const getAdministrativeLayersStyle = code => {
font: '12px Marianne',
overflow: true,
stroke: new Stroke({ color: 'rgba(255,255,255,0.4)', width: 2 }),
text: Layers.FAO.getZoneName(feature)
text: Layers.FAO.getZoneName && Layers.FAO.getZoneName(feature)
Copy link
Collaborator

Choose a reason for hiding this comment

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

pourquoi cette vérification, comme la fonction est définie par nous-même on sait qu'elle existe non?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oui mais TS non... j'ai pas réussi à faire autrement. Je me suis trompé dans le typing ?

@thoomasbro thoomasbro force-pushed the thomas/add-administrative-layers branch from 414419f to 89e8173 Compare January 31, 2024 16:35
@thoomasbro thoomasbro merged commit 3292be2 into main Feb 1, 2024
4 checks passed
@thoomasbro thoomasbro deleted the thomas/add-administrative-layers branch February 1, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants