Skip to content

Commit 71f8133

Browse files
committed
added ogcapi joins api example
1 parent 350204e commit 71f8133

File tree

2 files changed

+869
-0
lines changed

2 files changed

+869
-0
lines changed

api/joins/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>ReDoc</title>
5+
<!-- needed for adaptive design -->
6+
<meta charset="utf-8"/>
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
9+
10+
<!--
11+
ReDoc doesn't change outer page styles
12+
-->
13+
<style>
14+
body {
15+
margin: 0;
16+
padding: 0;
17+
}
18+
</style>
19+
</head>
20+
<body>
21+
<redoc spec-url='openapi.yaml'></redoc>
22+
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)