diff --git a/index.html b/index.html index 73f8332..0a82fb3 100644 --- a/index.html +++ b/index.html @@ -12,82 +12,88 @@

 

-

Wellcome!

+

OpenStreetMap coverage! in Japan

- - - - - +
- Raspberry pi 2 B+
192.168.0.200:80 -
- Raspberry pi 3 B+
192.168.0.29:80 -
- - +
- +
+ + + - + - - + - + - - + + + +
Raspberry pi 2 B+
+ + owncloud - - -
+ - PostGIS
OpenStreetMap
coverage
PostGIS service -
-
+

Apache/2.2.22 (Debian)
+ http://192.168.0.200:80/
+ raspi2:/var/www/html

+
- +
+ + + - - + - + - - + - + + + +
Raspberry pi 3 B+
- + GitBucket
GitBucket
-
- + - OSM coverage
OSM coverage + OSM coverage
+ OSM coverage
+ + + PostGIS
+ PostGIS service +
+

+ nginx
+ http://192.168.0.29:80/
+ raspi3:/var/www/html +

+
-

This is the default web page for this server.
- Apache/2.2.22 (Debian)
- public Server at http://192.168.0.200:80/
- raspi2:/var/www/html

-
-

- nginx
- public Server at http://192.168.0.29:80/
- raspi3:/var/www/html -

-
+ + coverageWeb
coverageWeb +
+
+ + diff --git a/lib/surveyor.css b/lib/surveyor.css index 092bffa..05a9fa9 100644 --- a/lib/surveyor.css +++ b/lib/surveyor.css @@ -60,3 +60,52 @@ font-style: italic; } +table.wiki { + margin: 20px 0 50px; + border-top: 1px solid #CCC; + border-left: 1px solid #CCC; + border-collapse: collapse; + border-spacing: 0; + background-color: #ffffff; + empty-cells: show; +} + +table.wiki caption { + caption-side: top; + text-decoration: underline; +} + +table.wiki tr th, table.wiki tr td { + font-size: 12px; + padding: 7px; +} + +table.wiki tr th { + background: #E6EAFF; + font-size: 11px; +} + +table.border { + margin: 20px 0 50px; + border-top: 1px solid #CCC; + border-left: 1px solid #CCC; + border-right: 1px solid #CCC; + border-bottom: 1px solid #CCC; + border-collapse: collapse; + border-spacing: 0; + background-color: #ffffff; + empty-cells: show; +} + +table.border tr th, table.border tr td { + font-size: 12px; + padding: 7px; + text-align: center; + vertical-align: middle; +} + +table.border tr th { + background: #E6EAFF; + font-size: 11px; + text-align: left; +} diff --git a/logo_github.png b/logo_github.png new file mode 100644 index 0000000..0ad8db0 --- /dev/null +++ b/logo_github.png Binary files differ diff --git a/postgis.html b/postgis.html index 988201d..f5218c9 100644 --- a/postgis.html +++ b/postgis.html @@ -38,6 +38,19 @@ PostGIS
+ + + + + + + + + + + + +
PostGIS 接続設定
項目入力
database namegisdb
hostsurveyor.mydns.jp
Port5432
DBメンテナンスpostgres
user namegisuser
passwordgisuser

DEVELOP: SRCも公開. 自由にお使いください