-
Notifications
You must be signed in to change notification settings - Fork 8
/
tileserver-openapi.yaml
55 lines (53 loc) · 1.22 KB
/
tileserver-openapi.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
openapi: 3.0.0
info:
title: cyclemap.link
description: |
generate mapbox vectortiles
contact: {}
version: 1.2.3
paths:
/local/{zoom}/{x}/{y}.mvt:
parameters:
- name: zoom
in: path
required: true
schema:
type: integer
minimum: 1
maximum: 20
- name: x
in: path
required: true
schema:
type: integer
minimum: 0
- name: y
in: path
required: true
schema:
type: integer
minimum: 0
get:
summary: gets a tile from the local layer
description: cool endpoint
operationId: ewe
tags:
- vectortile
responses:
"200":
description: "OK"
content:
application/vnd.mapbox-vector-tile:
schema:
type: string
format: binary
tags:
- name: vectortile
description: a mapbox vectortile
externalDocs:
url: http://mapbox.github.io/vector-tile-spec/
servers:
- url: https://4vci3n7djxnwdhltigbeptswua0vzafy.lambda-url.eu-central-1.on.aws
description: Temporary Lambda Function URL for testing purposes
- url: https://tileserver.cyclemap.link
description: Lambda Function Endpoint