Skip to content
Snippets Groups Projects

REDMINE_ISSUE-17475 | Affichage des informations attributaires dans la pop-up au clic sur les signalements

Merged REDMINE_ISSUE-17475 | Affichage des informations attributaires dans la pop-up au clic sur les signalements
Merged Timothee P requested to merge redmine-issues/17475 into develop
5 files
+ 22
15
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -522,7 +522,6 @@ const mapService = {
if (featureType) {
const { color, opacity } = this.retrieveFeatureStyle(featureType, properties);
//console.log(color, opacity, featureType, properties);
const colorValue =
color && color.value && color.value.length ?
color.value : typeof color === 'string' && color.length ?
Loading