[MapProxy] Custom projections problem

Максим Хитрин hitrymax at gmail.com
Thu Jul 11 01:58:37 PDT 2013


Thanks, after adding all codes that are used in the project it finally
works!

С уважением,
Хитрин Максим



2013/7/8 Oliver Tonnhofer <olt at omniscale.de>

>
> On 08.07.2013, at 07:01, Максим Хитрин wrote:
> > I've got a problem with adding a custom projection definition.
> >
> > So, I've made a file named "epsg", add it to the directory "epsg" in
> mapproxy folder and add this definition in it:
> >
> > <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 <>
> >
> > Also, marked it in mapproxy.yaml
> >
> > srs:
> >   proj_data_dir: 'epsg\'
> >
> > [...]
> > RuntimeError: no options found in 'init' file
>
> 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)
>
>
> Regards,
> Oliver
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20130711/76b3b90a/attachment.html>


More information about the MapProxy mailing list