https://github.com/kosmtik/kosmtik-overlay
Add an overlay in Kosmtik
https://github.com/kosmtik/kosmtik-overlay
Last synced: 2 months ago
JSON representation
Add an overlay in Kosmtik
- Host: GitHub
- URL: https://github.com/kosmtik/kosmtik-overlay
- Owner: kosmtik
- Created: 2014-09-23T09:27:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T18:15:23.000Z (almost 6 years ago)
- Last Synced: 2025-08-09T09:38:52.425Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kosmtik-overlay
Add an overlay in Kosmtik
## Install
In Kosmtik root folder, type:
`node index.js plugins --install kosmtik-overlay`
## Config
You can add an `overlay` key to your `project.mml` or your kosmtik `config.yml`
files to override the behaviour. For example:
```yml
overlay:
url: 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
active: true
opacity: 1
position: -1
```
## Issues and feature requests
Please report any issue or feature request on the [main kosmtik repository](https://github.com/kosmtik/kosmtik/issues).