Skip to content

Commit

Permalink
added ogcapi joins api example
Browse files Browse the repository at this point in the history
  • Loading branch information
ghobona committed Sep 27, 2024
1 parent 350204e commit 71f8133
Show file tree
Hide file tree
Showing 2 changed files with 869 additions and 0 deletions.
24 changes: 24 additions & 0 deletions api/joins/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>ReDoc</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">

<!--
ReDoc doesn't change outer page styles
-->
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<redoc spec-url='openapi.yaml'></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
</body>
</html>
Loading

0 comments on commit 71f8133

Please sign in to comment.