Wagnerd6

Results 1 comments of Wagnerd6

I implemented it this way now: ``` map.on('load', function() { // Get the upper and lower bounds for the speed variable const lowerBound = lineFeature.properties.myProperty[0]; const upperBound = lineFeature.properties.myProperty[1]; const...