Skip to content

aceman444/FreemapDiSK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== freemap.sk ==
This rendering software is based on tilesAtHome/osmarender, which are modified
according the freemap.sk needs.

Original README follows:

== What this is about == 

Maintainer: Oliver J White (OJW) / Dirk-Lueder Kreie (Deelkar)

Purpose: Rendering maps with osmarender for the slippy map osmarender 
         layer from live OSM data.

On the Wiki: [[Tiles@home]]


== Getting Started == 

To use this copy the correct config template to tilesAtHome.conf then edit
to set you username and password (both for osm data and for tiles upload)


== Running the client ==

to start generating tiles run "tilesGen.pl" CAUTION: if your country uses 
a comma for decimal separator (like Germany) you need to set LANG=C 
beforehand on unix-like systems. If you don't do this inkscape will complain 
and generate empty tiles.
if you want to render a specific tile run tilesGen.pl with the xy option
for example if you want to render the tile number x=2148 y=1332 
(zoom 12 is always the default and cannot be changed) you would run
./tilesGen.pl xy 2148 1332

to upload tiles use "upload.pl"

(might need multiple calls to upload everything, depending on your setup)


== Troubleshooting ==

if you get Errors about libGD run tilesGen_noGD.pl instead of tilesGen.pl
this will be significantly slower, so you might want to investigate how to 
get libgd working with your perl installation.


== Other sources of information ==

further reading: http://wiki.openstreetmap.org/index.php/Tiles%40home

--

TODO: add windows-specific info into this file

About

Renders all necessary layers for tiles used by freemap.sk map.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 74.8%
  • XSLT 17.4%
  • Shell 5.2%
  • Gnuplot 1.4%
  • Other 1.2%