-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.js
More file actions
30 lines (30 loc) · 771 Bytes
/
sources.js
File metadata and controls
30 lines (30 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* eslint-disable no-unused-vars */
var externalData = {
sources: [
// {
// "name": '',
// "type": '',
// "url": ''
// },
],
layers: [
// {
// "id": "",
// "type": "",
// "source": "",
// "source-layer": "",
// "layout": {
// "text-field": ["to-string", ["get", "Name"]],
// "text-font": ["Open Sans SemiBold", "Arial Unicode MS Regular"],
// "text-size": 10,
// "text-padding": 0
// },
// "paint": {
// "text-color": "#ffffff",
// "text-halo-color": "hsl(0, 99%, 1%)",
// "text-halo-width": 1,
// "text-opacity": 0
// }
// }
]
};