Carsten Gerlach schrieb:
> Warning: ncurses_end(): You must initialize ncruses via ncurses_init(),
> before
> calling any ncurses functions. in /home/carsten/download/osm-atlas/osm-
> atlas.php on line 176
> STYLESHEET (/home/carsten/download/osm-atlas/osm_atlas-z16.xml) does not exist
>
>
> Das mit dem ncurses_end() verstehe ich auch nicht... Was hat es damit auf
> sich?
Kommt vermutlich daher, dass die_error() irgendwo aufgerufen wird, bevor
Zeile 198 mit $ncurse = ncurses_init(); erreicht wird.
Da:
if (! file_exists ("$OSMARENDER_DIR/$STYLESHEET"))
die_error ("STYLESHEET ($STYLESHEET) does not exist");
Da! Ändere das mal in der Config-Datei:
$STYLESHEET = "/home/carsten/download/osm-atlas/osm_atlas-z16.xml";
in
$STYLESHEET = "osm_atlas-z16.xml";
Die XML muss übrigens in
"/home/carsten/dokumente/OSM/tilesAtHome/osmarender/" liegen.
_______________________________________________
Talk-de mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/talk-de