Skip to content

Commit eeede5a

Browse files
committed
Updated config file
1 parent f3043ea commit eeede5a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ export default {
1212
showProgressBar: true,
1313
closeOnClick: true,
1414
pauseOnHover: true
15-
},
15+
},
16+
17+
// List of supported web map services (all lower-cased)
18+
supportedMapServices: [
19+
'xyz'
20+
]
1621
};

0 commit comments

Comments
 (0)