https://github.com/kartta-labs/kartta
Maps front end
https://github.com/kartta-labs/kartta
historical-maps mapbox-gl mapserver time-slider
Last synced: about 1 year ago
JSON representation
Maps front end
- Host: GitHub
- URL: https://github.com/kartta-labs/kartta
- Owner: kartta-labs
- License: apache-2.0
- Created: 2020-09-02T13:38:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T20:56:15.000Z (about 5 years ago)
- Last Synced: 2025-03-27T17:38:18.999Z (about 1 year ago)
- Topics: historical-maps, mapbox-gl, mapserver, time-slider
- Language: JavaScript
- Homepage:
- Size: 660 KB
- Stars: 11
- Watchers: 3
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Kartta
Kartta is the home page map viewing application for the Kartta Labs suite of applications.
It displays an interactive map with pan/zoom controls and a time slider, and provides a header
with controls for navigating between the other applications in the suite. It also includes
several general informational pages such as FAQ, Help, and About.
To run a local copy of Kartta for development purposes, make sure you have docker and docker-compose
installed, and then:
1. Clone a copy of the 'antique' repo inside this directory:
```
git clone https://github.com/kartta-labs/antique
```
The antique repo contains several assets used by kartta for map styling. There's no need to do anything
(configure, build, etc) in the antique repo -- just clone it.
2. Make a copy of `example-config.yml` called `config.yml`, and edit to add/change your preferred settings
3. Run `docker-compose up`
4. Go to https://localhost:8000 in your browser
See http://github.com/kartta-labs/Project for more information about running Kartta as part of the
Kartta Labs suite of applications.
Kartta is not an officially supported Google product.