-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (42 loc) · 1.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Andrew Mercer's GitHub page">
<meta name="author" content="Andrew Mercer">
<meta name="keywords" content="RAÄ, QGIS">
<title>Andrew Mercer, Swedish National Heritage Board</title>
<style>
h1 {
font-size: 2.5em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.25em;
}
a:link {
color: black;
}
a:visited {
color: black;
}
a:hover {
color: rgb(201,74,24);
}
</style>
</head>
<body>
<h1>Geographic information and geodata</h1>
<p>I work with geodata and GIS, chiefly QGIS. I am a physical geographer, glaciologist, surveyor and jack of all trades.</p>
<h2>Repositories</h2>
<p>The repositories found here are for use within Riksantikvarieämbetet, although no restrictions are made.
Any QGIS scripts or plug-ins have been written to resolve specific problems and <i>may</i> not be more widely usable.
Interpret "may" as "almost certainly won't". The code here is a store or back-up more than anything else.</p>
<h2>Layer Reverse plugin</h2>
<p><a href="https://github.com/mercerraa/layer_reverse" target="_blank">The Layer Reverse QGIS plugin</a> is a very simple tool that does one thing and one thing only: it reverses the order of highlighted layers.
The tool came about due to a frustation caused by a wms that read in map layers in reverse order, so that text ended up at the bottom and polygons on top.</p>
<p>To use: highlight layers in the Content pane of QGIS then click the button in the Plugin toolbar. That's it. Nothing more and nothing less.</p>
</body>
</html>