Advertisement
Lucas_Malor

tilestache.cfg test

Jul 10th, 2013
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "cache":
  3.     {
  4.         "name": "Test",
  5.         "path": "/tmp/stache",
  6.         "umask": "0000"
  7.     },
  8.  
  9.     "layers":
  10.     {
  11.         "tiles":
  12.         {
  13.             "provider":
  14.             {
  15.                 "name": "mapnik",
  16.                 "mapfile": "/opt/mapnik-stylesheets/osm.xml"
  17.             },
  18.            
  19.             "projection": "spherical mercator"
  20.         }
  21.     },
  22.  
  23.     "logging": "debug"
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement