-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
relancer |
e0f948c
to
40d9e77
Compare
@@ -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) |
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.
pourquoi cette vérification, comme la fonction est définie par nous-même on sait qu'elle existe non?
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.
oui mais TS non... j'ai pas réussi à faire autrement. Je me suis trompé dans le typing ?
geoserver_init_layers.sh script is idempotent
414419f
to
89e8173
Compare
Related Pull Requests & Issues