<div dir="ltr">Thanks, after adding all codes that are used in the project it finally works!</div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">С уважением,<div>Хитрин Максим</div><div><br></div></div></div>

<br><br><div class="gmail_quote">2013/7/8 Oliver Tonnhofer <span dir="ltr"><<a href="mailto:olt@omniscale.de" target="_blank">olt@omniscale.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
On 08.07.2013, at 07:01, Максим Хитрин wrote:<br>
> I've got a problem with adding a custom projection definition.<br>
><br>
> So, I've made a file named "epsg", add it to the directory "epsg" in mapproxy folder and add this definition in it:<br>
><br>
> <100741> +proj=tmerc +lat_0=0 +lon_0=58.03333333333 +k=1 +x_0=1300000+y_0=-5509414.70 +ellps=krass +towgs84=23.57, -140.95, -79.8, 0, 0.35,0.79, -0.22 +units=m +no_defs <><br>
><br>
> Also, marked it in mapproxy.yaml<br>
><br>
> srs:<br>
>   proj_data_dir: 'epsg\'<br>
><br>
</div>> [...]<br>
<div class="im">> RuntimeError: no options found in 'init' file<br>
<br>
</div>That Proj4 error does mean that it found the epsg file, but not a specific projection. The file replaces the system epsg file, so make sure that all EPSG codes that MapProxy uses are defined in this file. (EPSG:4326 for example)<br>

<br>
<br>
Regards,<br>
Oliver<br>
<br>
<br>
</blockquote></div><br></div>