Skip to content

Commit bdce356

Browse files
committed
add some data files, for initial testing
rewrite the intro page (ane title)
1 parent 94a8e75 commit bdce356

22 files changed

+12823
-31
lines changed

docker/.env-template

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
SDI_DOMAIN=localhost
1+
SDI_DOMAIN=localhost
2+
POSTGRES_PASSWORD=example
23
POSTGRES_USER=example
3-
POSTGRES_PASSWORD=testtest
4+
PG_EMAIL=data@example.com
5+
POSTGRES_PORT=5432
46
POSTGRES_DOMAIN=postgres
5-
POSTGRES_PORT=5432
7+
8+
pgdc_md_url=http://localhost/cat/collections/metadata:main/items/{0}
9+
pgdc_ms_url=http://localhost/ows/

docker/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Create a `.env` file at ./webdav with content:
6262
```
6363
pgdc_md_url=https://example.com/cat/collections/metadata:main/items/{0}
6464
pgdc_ms_url=http://example.com/ows/
65-
pgdc_webdav_url=http://example.com/files/
6665
```
6766

6867
A mapfile is typically generated per folder. Navigate into the folder and then generate the mapfile.

docker/data/foss4g/00003.tif

78.3 KB
Binary file not shown.

docker/data/foss4g/airport.gpkg

872 KB
Binary file not shown.

docker/data/foss4g/airport.sld

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:se="http://www.opengis.net/se" xmlns:ogc="http://www.opengis.net/ogc" version="1.1.0" xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.1.0/StyledLayerDescriptor.xsd" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<NamedLayer>
4+
<se:Name>airport</se:Name>
5+
<UserStyle>
6+
<se:Name>airport</se:Name>
7+
<se:FeatureTypeStyle>
8+
<se:Rule>
9+
<se:Name>Single symbol</se:Name>
10+
<se:PointSymbolizer>
11+
<se:Graphic>
12+
<se:Mark>
13+
<se:WellKnownName>triangle</se:WellKnownName>
14+
<se:Fill>
15+
<se:SvgParameter name="fill">#ffeeff</se:SvgParameter>
16+
</se:Fill>
17+
<se:Stroke>
18+
<se:SvgParameter name="stroke">#993399</se:SvgParameter>
19+
<se:SvgParameter name="stroke-width">0.5</se:SvgParameter>
20+
</se:Stroke>
21+
</se:Mark>
22+
<se:Size>15</se:Size>
23+
</se:Graphic>
24+
</se:PointSymbolizer>
25+
</se:Rule>
26+
</se:FeatureTypeStyle>
27+
</UserStyle>
28+
</NamedLayer>
29+
</StyledLayerDescriptor>

docker/data/foss4g/cities.dbf

552 Bytes
Binary file not shown.

docker/data/foss4g/cities.prj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]

docker/data/foss4g/cities.shp

268 Bytes
Binary file not shown.

docker/data/foss4g/cities.shx

148 Bytes
Binary file not shown.
275 KB
Binary file not shown.

0 commit comments

Comments
 (0)