Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/geoserver-preview
Lightweight Geoserver layer preview webapp
https://github.com/city-of-helsinki/geoserver-preview
Last synced: about 2 months ago
JSON representation
Lightweight Geoserver layer preview webapp
- Host: GitHub
- URL: https://github.com/city-of-helsinki/geoserver-preview
- Owner: City-of-Helsinki
- Created: 2015-02-03T14:25:51.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-15T22:32:47.000Z (about 1 year ago)
- Last Synced: 2024-04-24T09:32:34.544Z (9 months ago)
- Language: CoffeeScript
- Size: 94.7 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# geoserver-preview
Lightweight Geoserver layer preview webappAn express-app running on node, written to make it easier to explore, download, and share geographical data hosted on a Geoserver instance. It serves a page of HTML with a table of (some) data about selected datasets, as well as a map with background tiles for previewing the datasets. In the table are a listing of file formats offered for each dataset and a listing of all available datasets from the server.
### TODO/planned/dreamed:
* Show metadata of vector datasets (currently all datasets shown as rasters through WMS)
* Better UI / don't reload page so often (react.js)