Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TotalDesign/erfgeoviewer
Leaflet-based platform to explore cultural heritage collections.
https://github.com/TotalDesign/erfgeoviewer
Last synced: 5 days ago
JSON representation
Leaflet-based platform to explore cultural heritage collections.
- Host: GitHub
- URL: https://github.com/TotalDesign/erfgeoviewer
- Owner: TotalDesign
- License: mit
- Created: 2015-08-19T08:48:09.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2016-02-01T10:34:43.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T12:18:33.102Z (3 months ago)
- Language: CSS
- Size: 2.98 MB
- Stars: 4
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - TotalDesign/erfgeoviewer - Leaflet-based platform to explore cultural heritage collections. (others)
README
# ErfGeoviewer
The ErfGeoviewer is a tool to create maps based on cultural heritage collections. This application is
designed to support two builds: one for creating maps, and another for viewing them.All user-facing text inside the application is currently in Dutch. Comments are in English.
Multilingual support will not likely be included (by me) this year, but I'd love to see it added to
reach a wider audience.## Requirements
- node
- npm
- grunt## Installation
1. Copy `app/scripts/config/default.js` to `app/scripts/config/dev.js`
2. Add [mapbox.js tokens](https://www.mapbox.com/help/create-api-access-token/) to dev.js
3. Install dependencies with npm and bower```
npm install && bower install
grunt
```