Difference between revisions of "Test"

From A.P.E.S. wiki
Jump to navigation Jump to search
Line 33: Line 33:
 
function style(feature) {
 
function style(feature) {
 
     return {
 
     return {
         fillColor: 'green',  
+
         fillColor: '#e24e14',  
 
         fillOpacity: 0.5,   
 
         fillOpacity: 0.5,   
 
         weight: 2,
 
         weight: 2,
 
         opacity: 1,
 
         opacity: 1,
         color: '#ffffff',
+
         color: '#e24e14',
 
         dashArray: '3'
 
         dashArray: '3'
 
     };
 
     };

Revision as of 10:27, 25 February 2022