hai all, i am a beginner, i try to follow step by step from https://switch2osm.org/serving-tiles/manually-building-a-tile-server-14-04/ , to build a tile server but in step "Run the pre-processor and then carto: " ... ./make.py cd ../OSMBright/ carto project.mml > OSMBright.xml i am not yet understand about how to build "OSMBright" folder,where i have to start with? please help, thank you asked 28 Jun '15, 20:18 grenfajr |
Hi. I am a beginner too and I am working on the same. I have problems in next stages but this ran pretty smoothly for me. Its specified there in the tutorial itself. When you change the path and dbname in configure.py file of osm-bright-master and build it by ./make.py, a folder OSMBright gets generated. cd.. goes back a folder and there you will have OSMBright folder. To convert the project.mml file in that folder to xml you gotta give the command - carto project.mml > OSMBright.xml answered 25 Jul '15, 07:58 dmnw15 |