-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
64 lines (62 loc) · 1.18 KB
/
config.yaml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
services:
tms:
demo:
wmts:
wms:
md:
title: MapProxy
sources:
gm:
type: tile
url: http://mt1.google.com/vt/lyrs=s&x=%(x)s&y=%(y)s&z=%(z)s
grid: global_mercator
osm:
type: tile
url: http://a.tile.openstreetmap.org/%(z)s/%(x)s/%(y)s.png
grid: global_mercator
youtube:
type: wms
http:
ssl_no_cert_checks: True
req:
url: http://IP_ADRESİ:PORT/geoserver/yt/wms?
layers: youtube
transparent: true
grids:
epsg_900913:
base: GLOBAL_MERCATOR
origin: ul
global_mercator:
base: GLOBAL_WEBMERCATOR
origin: ul
epsg_4326:
base: GLOBAL_GEODETIC
caches:
gm_cache:
grids: [global_mercator]
sources: [gm]
cache:
type: file
directory_layout: tms
osm_cache:
grids: [global_mercator]
sources: [osm]
cache:
type: file
directory_layout: tms
yt_cache:
grids: [global_mercator]
sources: [youtube]
cache:
type: file
directory_layout: tms
layers:
- name: google
title: google
sources: [gm_cache]
- name: osm
title: OSM
sources: [osm_cache]
- name: youtube
title: ALTLIK HARITA
sources: [yt_cache]