Created
October 15, 2013 15:10
-
-
Save vassilevsky/6993117 to your computer and use it in GitHub Desktop.
Как отрендерить открытую карту Ульяновска себе на обои
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
wget http://data.gis-lab.info/osm_dump/dump/latest/RU-ULY.osm.pbf | |
osm2pgsql RU-ULY.osm.pbf | |
# git clone https://github.com/gravitystorm/openstreetmap-carto | |
cd ~/tmp/openstreetmap-carto | |
git pull | |
# sudo npm install -g carto | |
carto project.mml > style.xml | |
nik2img.py style.xml ~/Dropbox/Photos/osm-ulsk-wallpaper-hd.png --bbox 48.2 54.2 48.68 54.4 -d 1920 1080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment