We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b41a4 commit d43b027Copy full SHA for d43b027
apps/geoadmin-demo/src/index.html
@@ -7,9 +7,15 @@
7
<script src="https://cdn.jsdelivr.net/gh/camptocamp/geocat-geonetwork-ui@wc-dist-geocat-gpf/gn-wc.js"></script>
8
</head>
9
<body>
10
+ <!-- this initializes the API url -->
11
+ <gn-record-view
12
+ api-url="https://www.geocat.ch/geonetwork/srv/api"
13
+ record-id="8698bf0b-fceb-4f0f-989b-111e7c4af0a4"
14
+ ></gn-record-view>
15
+
16
<div class="map-container">
17
<div class="search-container">
- <input type="text" id="search" placeholder="Search for record.." />
18
+ <input type="text" id="search" placeholder="Search for record..." />
19
<ul id="results"></ul>
20
</div>
21
<iframe
0 commit comments