<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello Oliver, <br>
<br>
I used MapProxy in linux (ubuntu server ) with couchdb.<br>
<br>
In linux , all worked ok and I notice that in the folder declared
as base_dir: './cache_data' a sub folder named <b>"http:"</b> is
created.<br>
I have the necessity to make work couchdb and mapproxy in windows .<br>
I followed the same configuration and I change the directory to
base_dir: "cache_data" and lock_dir: "cache_data/locks"<br>
<br>
<br>
When I put the command <br>
<pre>mapproxy-util serve-develop mapproxy.yaml
the demo site runs ok .
But when I try to navigate in the map , I received the following error
WindowsError: [Error 123] <span id="result_box" class="" lang="en"><span class="hps">The syntax</span> <span class="hps">of the file name</span><span>,</span> <span class="hps">directory or</span> <span class="hps">v</span><span class="hps">olume</span> is <span class="hps">incorrect</span></span>:
'C:\\pk_mapproxy\\pk_cache_couchdb\\cache_data\\http:'
It seems that MapProxy try to create a folder with the name http: as make in linux.
But in windows the character - symbol ( : ) is not permitted during folder name creation.
How can I change that ?
Thank you in advance
</pre>
<br>
# # cache options<br>
cache:<br>
# where to store the cached images<br>
base_dir: "cache_data"<br>
# where to store lockfiles<br>
lock_dir: "cache_data/locks"<br>
# # request x*y tiles in one step<br>
# meta_size: [4, 4]<br>
# # add a buffer on all sides (in pixel) when requesting<br>
# # new images<br>
# meta_buffer: 80<br>
<br>
<br>
</body>
</html>