https://github.com/timwaters/kosmtik-thib
https://github.com/timwaters/kosmtik-thib
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/timwaters/kosmtik-thib
- Owner: timwaters
- Created: 2015-10-27T14:33:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-19T20:46:28.000Z (over 11 years ago)
- Last Synced: 2025-02-09T12:29:36.955Z (over 1 year ago)
- Language: JavaScript
- Size: 473 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kosmtik-thib
This plugin is used to print maps from Kosmtik
# install on Linux
Step 1 : Download and Install Kosmtik following the instructions on this Kosmtik web page
https://github.com/kosmtik/kosmtik
Step 2 : Download and install kosmtik-overpass-layer and kosmtik-fetch-remote
Run the following commands on Kosmtik's folder:
```
npm install kosmtik-overpass-layer
npm install kosmtik-fetch-remote
```
Step 3 : Add the plugin to the file /etc/.config/kosmtik.yml
Run the following commands:
```
sudo -i
```
and then:
```
gedit /root/.config/kosmtik.yml
```
Add the following line to the file and save
```
- kosmtik-thib
```
Caution, this file can also be at the following location :
```
/home/XXXXXXX/.config/kosmtik.yml
```
replace XXXXXXX by your user name on your device
Step 4 : Install kosmtik-thib
Download and unzip file in kosmtik folder or clone/pull it from git
Run the following command line in Kosmtik's folder:
```
npm install kosmtik-thib
```
Step 5 : Launch Kosmtik
From now on, when you will use Kosmtik, the plugin wil be avaliable on the right toolbar.