<div dir="ltr">dear developers,<br>we need to add our custom SRS in qGis2, in order to build the right call to our WMS with the correct EPSG,<br>for example:<br><a href="http://servizigis.regione.emilia-romagna.it/wms/ctr5?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=760705.00661945529282093,931095.61931572866160423,761403.97892956342548132,931660.17387389298528433&CRS=EPSG:202003&WIDTH=988&HEIGHT=798&LAYERS=Ctr5&STYLES=&FORMAT=image/png&DPI=98&MAP_RESOLUTION=98&FORMAT_OPTIONS=dpi:98">http://servizigis.regione.emilia-romagna.it/wms/ctr5?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=760705.00661945529282093,931095.61931572866160423,761403.97892956342548132,931660.17387389298528433&CRS=EPSG:202003&WIDTH=988&HEIGHT=798&LAYERS=Ctr5&STYLES=&FORMAT=image/png&DPI=98&MAP_RESOLUTION=98&FORMAT_OPTIONS=dpi:98</a><br>

until the version 1.8 we added manually in qGis our EPSG:202003 specifications accessing directly to the apps/qgis/resources/srs.db:<br> <br>-- EPSG:202003<br>insert into tbl_srs ( srs_id, description,  projection_acronym,  ellipsoid_acronym,  parameters,  srid,  auth_name,  auth_id,  is_geo,  deprecated)<br>

values( 10271, 'Monte Mario / UTMRER - ESRI', 'tmerc', 'intl',  '+proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=500053.0 +y_0=-3999820.0 +ellps=intl +units=m +no_defs',  202003, 'EPSG', '202003', 0, 0);<br>

 <br>we have done the same in qGis2 but still our EPSG:202003 it is not visible in the list of available SRS in qGis2.<br> <br>the question is?<br>-          how the list of available SRS is created when qGis starts?<br>
-          is it possible to access to that list adding a “custom” EPSG specifications ? (note that the qGis “Custom SR” functionality is not enough for us, because then the call to WMS would be done with the value of the parameter CRS=USER:100001 (for example) that it is not accepted by our WMS server)<br>

 <br>of course would be nice that the call to the WMS with a “Custom SR” with the “name” (field “description” or  fields “auth_name”+”:”+“auth_id”) of the SR and not with the “USER:”+auth_id, as actually is. this would solve our problem of adding manually our SR in the srs.db.<br>

 <br>thanks in advance,<br>Marica<br clear="all"><br>-- <br>Ti prego di cercare di non inviarmi files .doc, .xls, .ppt, .dwg<br>Preferisco formati liberi.<br>Please try to avoid to send me .doc, .xls, .ppt, .dwg files.<br>

I prefer free formats.<br><a href="http://it.wikipedia.org/wiki/Formato_aperto" target="_blank">http://it.wikipedia.org/wiki/Formato_aperto</a><br><a href="http://en.wikipedia.org/wiki/Open_format" target="_blank">http://en.wikipedia.org/wiki/Open_format</a><br>

<br>Marica Landini
</div>