commit 65a1c2824144740fb711737303e2332354f58795 Author: Skylar Ittner Date: Thu Jun 6 22:17:24 2019 -0600 Create map server homepage diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d53909 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +nbproject/private +.directory \ No newline at end of file diff --git a/fetch.sh b/fetch.sh new file mode 100755 index 0000000..de7d097 --- /dev/null +++ b/fetch.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +# Download rendered samples for a specified map style +# Script license: Public domain/Creative Commons Zero (CC0) + +MAP=$1 +FOLDER="public_html/img" + +SMALL="https://maps.netsyms.net/styles/$MAP/static/-87.621,41.873,15@-220,45/600x600.png" +LARGE="https://maps.netsyms.net/styles/$MAP/static/-65,0,2/600x600.png" +RURAL="https://maps.netsyms.net/styles/$MAP/static/-111.9711,46.9695,10.2@-20.8/600x600.png" + +wget -O $FOLDER/$MAP-small.png $SMALL +wget -O $FOLDER/$MAP-large.png $LARGE +wget -O $FOLDER/$MAP-rural.png $RURAL \ No newline at end of file diff --git a/nbproject/project.properties b/nbproject/project.properties new file mode 100644 index 0000000..53ec825 --- /dev/null +++ b/nbproject/project.properties @@ -0,0 +1,5 @@ +file.reference.maps.netsyms.net-public_html=public_html +file.reference.maps.netsyms.net-test=test +files.encoding=UTF-8 +site.root.folder=${file.reference.maps.netsyms.net-public_html} +test.folder=${file.reference.maps.netsyms.net-test} diff --git a/nbproject/project.xml b/nbproject/project.xml new file mode 100644 index 0000000..6f5f0b6 --- /dev/null +++ b/nbproject/project.xml @@ -0,0 +1,9 @@ + + + org.netbeans.modules.web.clientproject + + + maps.netsyms.net + + + diff --git a/package.json b/package.json new file mode 100644 index 0000000..c8069e0 --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "name": "maps.netsyms.net", + "version": "1.0.0", + "author": "Skylar Ittner ", + "contributors": [], + "dependencies": {} +} diff --git a/public_html/img/klokantech-3d-large.png b/public_html/img/klokantech-3d-large.png new file mode 100644 index 0000000..9d51865 Binary files /dev/null and b/public_html/img/klokantech-3d-large.png differ diff --git a/public_html/img/klokantech-3d-rural.png b/public_html/img/klokantech-3d-rural.png new file mode 100644 index 0000000..c8d4c76 Binary files /dev/null and b/public_html/img/klokantech-3d-rural.png differ diff --git a/public_html/img/klokantech-3d-small.png b/public_html/img/klokantech-3d-small.png new file mode 100644 index 0000000..a75d70a Binary files /dev/null and b/public_html/img/klokantech-3d-small.png differ diff --git a/public_html/img/klokantech-basic-large.png b/public_html/img/klokantech-basic-large.png new file mode 100644 index 0000000..651d9f5 Binary files /dev/null and b/public_html/img/klokantech-basic-large.png differ diff --git a/public_html/img/klokantech-basic-rural.png b/public_html/img/klokantech-basic-rural.png new file mode 100644 index 0000000..c8d4c76 Binary files /dev/null and b/public_html/img/klokantech-basic-rural.png differ diff --git a/public_html/img/klokantech-basic-small.png b/public_html/img/klokantech-basic-small.png new file mode 100644 index 0000000..ad67973 Binary files /dev/null and b/public_html/img/klokantech-basic-small.png differ diff --git a/public_html/img/klokantech-terrain-large.png b/public_html/img/klokantech-terrain-large.png new file mode 100644 index 0000000..8da6f06 Binary files /dev/null and b/public_html/img/klokantech-terrain-large.png differ diff --git a/public_html/img/klokantech-terrain-rural.png b/public_html/img/klokantech-terrain-rural.png new file mode 100644 index 0000000..2eb00d6 Binary files /dev/null and b/public_html/img/klokantech-terrain-rural.png differ diff --git a/public_html/img/klokantech-terrain-small.png b/public_html/img/klokantech-terrain-small.png new file mode 100644 index 0000000..3287f11 Binary files /dev/null and b/public_html/img/klokantech-terrain-small.png differ diff --git a/public_html/img/osm-liberty-hillshading-large.png b/public_html/img/osm-liberty-hillshading-large.png new file mode 100644 index 0000000..a7fb0ce Binary files /dev/null and b/public_html/img/osm-liberty-hillshading-large.png differ diff --git a/public_html/img/osm-liberty-hillshading-rural.png b/public_html/img/osm-liberty-hillshading-rural.png new file mode 100644 index 0000000..20cfd0b Binary files /dev/null and b/public_html/img/osm-liberty-hillshading-rural.png differ diff --git a/public_html/img/osm-liberty-hillshading-small.png b/public_html/img/osm-liberty-hillshading-small.png new file mode 100644 index 0000000..3935c9a Binary files /dev/null and b/public_html/img/osm-liberty-hillshading-small.png differ diff --git a/public_html/img/osm-liberty-large.png b/public_html/img/osm-liberty-large.png new file mode 100644 index 0000000..a7fb0ce Binary files /dev/null and b/public_html/img/osm-liberty-large.png differ diff --git a/public_html/img/osm-liberty-rural.png b/public_html/img/osm-liberty-rural.png new file mode 100644 index 0000000..2eef398 Binary files /dev/null and b/public_html/img/osm-liberty-rural.png differ diff --git a/public_html/img/osm-liberty-small.png b/public_html/img/osm-liberty-small.png new file mode 100644 index 0000000..3935c9a Binary files /dev/null and b/public_html/img/osm-liberty-small.png differ diff --git a/public_html/img/terranquest-3d-large.png b/public_html/img/terranquest-3d-large.png new file mode 100644 index 0000000..f241f9a Binary files /dev/null and b/public_html/img/terranquest-3d-large.png differ diff --git a/public_html/img/terranquest-3d-rural.png b/public_html/img/terranquest-3d-rural.png new file mode 100644 index 0000000..5ce9d27 Binary files /dev/null and b/public_html/img/terranquest-3d-rural.png differ diff --git a/public_html/img/terranquest-3d-small.png b/public_html/img/terranquest-3d-small.png new file mode 100644 index 0000000..bdaa1fb Binary files /dev/null and b/public_html/img/terranquest-3d-small.png differ diff --git a/public_html/img/terranquest-flat-large.png b/public_html/img/terranquest-flat-large.png new file mode 100644 index 0000000..f241f9a Binary files /dev/null and b/public_html/img/terranquest-flat-large.png differ diff --git a/public_html/img/terranquest-flat-rural.png b/public_html/img/terranquest-flat-rural.png new file mode 100644 index 0000000..5ce9d27 Binary files /dev/null and b/public_html/img/terranquest-flat-rural.png differ diff --git a/public_html/img/terranquest-flat-small.png b/public_html/img/terranquest-flat-small.png new file mode 100644 index 0000000..723f115 Binary files /dev/null and b/public_html/img/terranquest-flat-small.png differ diff --git a/public_html/img/terranquest-simple-large.png b/public_html/img/terranquest-simple-large.png new file mode 100644 index 0000000..6268417 Binary files /dev/null and b/public_html/img/terranquest-simple-large.png differ diff --git a/public_html/img/terranquest-simple-rural.png b/public_html/img/terranquest-simple-rural.png new file mode 100644 index 0000000..7b6ed2a Binary files /dev/null and b/public_html/img/terranquest-simple-rural.png differ diff --git a/public_html/img/terranquest-simple-small.png b/public_html/img/terranquest-simple-small.png new file mode 100644 index 0000000..71bc363 Binary files /dev/null and b/public_html/img/terranquest-simple-small.png differ diff --git a/public_html/index.html b/public_html/index.html new file mode 100644 index 0000000..361e24e --- /dev/null +++ b/public_html/index.html @@ -0,0 +1,210 @@ + + +Netsyms Map Server + + + + + + + + + + +
+
+
+

Maps

+
+ Preview: + +
+
+
+

Street

+
+
+
+ +
+
+ + OSM Liberty + +

Map with 3D buildings and Natural Earth terrain shading at low zoom

+ https://maps.netsyms.net/styles/osm-liberty/style.json +
+
+
+
+
+
+ +
+
+ + Klokantech Basic + +

General-purpose map

+ https://maps.netsyms.net/styles/klokantech-basic/style.json +
+
+
+
+
+
+ +
+
+ + Klokantech 3D + +

General-purpose map with 3D buildings

+ https://maps.netsyms.net/styles/klokantech-3d/style.json +
+
+
+
+
+ +

Topo

+
+
+
+ +
+
+ + OSM Liberty with hillshading + +

Map with 3D buildings, Natural Earth terrain shading at low zoom, and hillshading to zoom level 11

+ https://maps.netsyms.net/styles/osm-liberty-hillshading/style.json +
+
+
+
+
+
+ +
+
+ + Klokantech Terrain + +
Klokantech Terrain
+

Map with emphasis on terrain, with hillshading

+ https://maps.netsyms.net/styles/klokantech-terrain/style.json +
+
+
+
+
+ +

TerranQuest

+
+
+
+ +
+
+ + TerranQuest 3D + +
TerranQuest 3D
+

TerranQuest daytime theme with 3D buildings

+ https://maps.netsyms.net/styles/terranquest-3d/style.json +
+
+
+
+
+
+ +
+
+ + TerranQuest Flat + +
TerranQuest Flat
+

TerranQuest daytime theme with flat buildings

+ https://maps.netsyms.net/styles/terranquest-flat/style.json +
+
+
+
+
+
+ +
+
+ + TerranQuest Simple + +
TerranQuest Simple
+

TerranQuest daytime theme with solid colors instead of textures

+ https://maps.netsyms.net/styles/terranquest-simple/style.json +
+
+
+
+
+
+ + + + \ No newline at end of file