forked from watergis/naru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
38 lines (38 loc) · 1.74 KB
/
config.json
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
31
32
33
34
35
36
37
38
[
["110m", "cultural", "ne_110m_admin_0_countries_lakes"],
["110m", "cultural", "ne_110m_populated_places"],
["110m", "physical", "ne_110m_coastline"],
["110m", "physical", "ne_110m_land"],
["110m", "physical", "ne_110m_ocean"],
["110m", "physical", "ne_110m_rivers_lake_centerlines"],
["110m", "physical", "ne_110m_lakes"],
["110m", "physical", "ne_110m_geography_regions_points"],
["110m", "physical", "ne_110m_geography_regions_elevation_points"],
["110m", "physical", "ne_110m_glaciated_areas"],
["50m", "physical", "ne_50m_coastline"],
["50m", "physical", "ne_50m_land"],
["50m", "physical", "ne_50m_ocean"],
["50m", "physical", "ne_50m_rivers_lake_centerlines"],
["50m", "physical", "ne_50m_lakes"],
["50m", "physical", "ne_50m_geography_regions_points"],
["50m", "physical", "ne_50m_geography_regions_elevation_points"],
["50m", "physical", "ne_50m_glaciated_areas"],
["50m", "cultural", "ne_50m_admin_0_countries_lakes"],
["50m", "cultural", "ne_50m_airports"],
["50m", "cultural", "ne_50m_ports"],
["50m", "cultural", "ne_50m_populated_places"],
["10m", "physical", "ne_10m_coastline"],
["10m", "physical", "ne_10m_land"],
["10m", "physical", "ne_10m_minor_islands"],
["10m", "physical", "ne_10m_minor_islands_coastline"],
["10m", "physical", "ne_10m_ocean"],
["10m", "physical", "ne_10m_rivers_lake_centerlines"],
["10m", "physical", "ne_10m_lakes"],
["10m", "physical", "ne_10m_geography_regions_points"],
["10m", "physical", "ne_10m_geography_regions_elevation_points"],
["10m", "physical", "ne_10m_glaciated_areas"],
["10m", "cultural", "ne_10m_admin_0_countries_lakes"],
["10m", "cultural", "ne_10m_airports"],
["10m", "cultural", "ne_10m_ports"],
["10m", "cultural", "ne_10m_populated_places"]
]