forked from johanberonius/custom-map-source
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.yaml
More file actions
33 lines (25 loc) · 648 Bytes
/
app.yaml
File metadata and controls
33 lines (25 loc) · 648 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
31
32
33
runtime: php55
api_version: 1
handlers:
- url: /galileo-navionics-boating.ms
script: galileo-navionics-boating.ms.php
- url: /galileo-navionics-sonar.ms
script: galileo-navionics-sonar.ms.php
- url: /galileo-eniro-navionics.ms
script: galileo-eniro-navionics.ms.php
- url: /navionics-boating-tile/\d+/\d+/\d+
script: navionics-boating-tile.php
- url: /(.+\.ms)$
static_files: \1
upload: .+\.ms$
mime_type: application/x-galileo
http_headers:
Content-Disposition: attachment
- url: /(.+\.png)$
static_files: \1
upload: .+\.png$
- url: /(.+\.jpg)$
static_files: \1
upload: .+\.jpg$
- url: /
script: index.html