We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b41a4 commit 8f69734Copy full SHA for 8f69734
apps/geoadmin-demo/src/index.html
@@ -7,9 +7,16 @@
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
+ style="display: none"
13
+ api-url="https://www.geocat.ch/geonetwork/srv/api"
14
+ record-id="8698bf0b-fceb-4f0f-989b-111e7c4af0a4"
15
+ ></gn-record-view>
16
+
17
<div class="map-container">
18
<div class="search-container">
- <input type="text" id="search" placeholder="Search for record.." />
19
+ <input type="text" id="search" placeholder="Search for record..." />
20
<ul id="results"></ul>
21
</div>
22
<iframe
0 commit comments