-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmapproxy-mapnik.yaml
51 lines (44 loc) · 923 Bytes
/
mapproxy-mapnik.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
services:
demo:
kml:
tms:
wms:
md:
title: MapProxy WMS Proxy
abstract: This is the fantastic MapProxy.
online_resource: http://mapproxy.org/
layers:
- name: base
title: Basiskarte
sources: [mycache]
- name: pubtrans
title: ÖPNV-Haltestellen
sources: [mycache]
- name: poi
title: Points of Interest
sources: [mycache]
- name: boundaries
title: Gebietsgrenzen
sources: [mycache]
- name: ways
title: Wege
sources: [mycache]
caches:
mycache:
cache:
type: file
directory: /usr/local/mapproxy/cache_data
grids: [tile_grid_of_source]
sources: [my_tile_source]
sources:
my_tile_source:
type: tile
grid: tile_grid_of_source
url: https://tile.openstreetmap.org/%(z)s/%(x)s/%(y)s.png
grids:
tile_grid_of_source:
base: GLOBAL_MERCATOR
origin: nw
globals:
image:
resampling_method: bicubic