Opened 17 years ago

Closed 16 years ago

Last modified 15 years ago

#728 closed enhancement (fixed)

Added missing "S-JTSK/Krovak (Greenwich)" projection

Reported by: lubaby Owned by: timlinux
Priority: major: does not work as expected Milestone:
Component: Projection Support Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

Why to add new SRS if there is option to define custom projection?

  1. Because most of WMS providers in SK and CZ offer layers in this SRS. It is impossible to set EPSG code in custom projection (SRS) so it is useless for WMS and WFS layers.
  2. Because this is the most used projection in Czech rep. and Slovakia ;-)

Here is origninal definition from proj4 extened epsg (esri) codes

# S-JTSK Krovak East North
<102067> +proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813975277778 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +units=m  no_defs <> 

Change History (9)

comment:2 by timlinux, 17 years ago

Owner: changed from nobody to timlinux
Status: newassigned

Hi

Thanks for this patch. Can you supply it as a single insert statement rather than the entire db?

Many thanks

Tim

comment:3 by lubaby, 17 years ago

insert into tbl_srs values ('2681','S-JTSK (Greenwich) / Krovak','krovak','bessel','+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +pm=greenwich +units=m +no_defs','102067','102067','0');

comment:4 by timlinux, 17 years ago

Applied as r7025 - many thanks for your contribution!

comment:5 by timlinux, 17 years ago

Resolution: fixed
Status: assignedclosed

comment:6 by lubaby, 16 years ago

Milestone: Version 1.0.0
Resolution: fixed
Status: closedreopened
Version: HEAD

SRS is missing again since srs.db update in r8720 (so it is impossible to load WMS, WFS layers with EPSG 102067). This was broken already in QGIS 0.11.

comment:7 by homann, 16 years ago

Added insert string to postprocess_srs.sql and checked in a new srs.db.

comment:8 by homann, 16 years ago

Resolution: fixed
Status: reopenedclosed

comment:9 by (none), 15 years ago

Milestone: Version 1.0.0

Milestone Version 1.0.0 deleted

Note: See TracTickets for help on using tickets.