We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c1372 commit 4c63f76Copy full SHA for 4c63f76
src/pages/home.tsx
@@ -4,13 +4,33 @@ export const Home: React.FC = () => (
4
<ul>
5
<li>
6
<a href="#/address-import">LINZ Address Import</a>
7
+ <ul>
8
+ <li>
9
+ <a href="#/map">Map</a>
10
+ </li>
11
+
12
13
+ <a href="/RapiD/">RapiD</a>
14
15
+ </ul>
16
</li>
17
18
<a href="/missing-streets">Missing Streets</a>
19
- {/* <li>
- <a href="#/upload">For Importers: OsmPatch Upload Tool</a>
- </li> */}
20
21
+ <a href="/place-name-conflation">Place Name Conflation</a>
22
23
24
+ For advanced mappers:
25
26
27
+ <a href="#/upload">OsmPatch Upload Tool</a>
28
29
30
+ <a href="#/restore-history">History Restorer Tool</a>
31
32
33
34
</ul>
35
</div>
36
);
0 commit comments