|
|
2011-05-02
, 17:59
|
|
Posts: 223 |
Thanked: 323 times |
Joined on Dec 2010
|
#51
|
|
|
2011-05-03
, 07:01
|
|
|
Posts: 270 |
Thanked: 195 times |
Joined on Aug 2009
@ Finland
|
#52
|
Hmm.. I guess that you'll need to enable extras-devel to get those packages.
|
|
2011-05-03
, 18:17
|
|
Posts: 1 |
Thanked: 0 times |
Joined on Feb 2008
@ Helsinki
|
#53
|
qrc:/qml/Main.qml:1:1: module "QtQuick" is not installed
|
|
2011-05-03
, 18:55
|
|
Posts: 181 |
Thanked: 336 times |
Joined on May 2010
@ Finland
|
#54
|
|
|
2011-05-04
, 07:11
|
|
Posts: 223 |
Thanked: 323 times |
Joined on Dec 2010
|
#55
|
|
|
2011-05-04
, 16:15
|
|
Posts: 181 |
Thanked: 336 times |
Joined on May 2010
@ Finland
|
#56
|
|
|
2011-05-04
, 17:52
|
|
Posts: 223 |
Thanked: 323 times |
Joined on Dec 2010
|
#57
|
Something is still wrong? I got still following messages:
Building dependency tree
Reading state information... Done
libqtm-11-location is already the newest version.
qtquickcompat is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
mapsi: Depends: libqtm-11 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
/home/user #
Actually Mapsi without icon is installed, but when I click it, only black screen is shown.
|
|
2011-05-04
, 19:02
|
|
Posts: 2 |
Thanked: 0 times |
Joined on May 2011
|
#58
|
|
|
2011-05-05
, 06:03
|
|
Posts: 2 |
Thanked: 1 time |
Joined on Apr 2011
|
#59
|
--- map.py.ori 2011-04-08 15:59:56.000000000 +0300
+++ map.py 2011-04-27 09:13:11.000000000 +0300
@@ -39,6 +39,14 @@
orto = 1
SERVICE_CODE = 'kkp2'
+ ktjraja = 0
+ if SERVICE_CODE == 'ktjraja':
+ ktjraja = 1
+ SERVICE_CODE = 'kkp'
+ elif SERVICE_CODE == 'ktjraja2':
+ ktjraja = 1
+ SERVICE_CODE = 'kkp2'
+
# Kansalaisen karttapaikka
if SERVICE_CODE == 'kkp':
if z < z_levels_kkp[0] or z > z_levels_kkp[1]:
@@ -87,6 +95,9 @@
if( orto ):
fmservice.HandleParameter("--orto")
+ if( ktjraja ):
+ fmservice.HandleParameter("--ktjraja")
+
(COORDTYPE, C_E, C_N) = fmservice.TranslateToServiceCoordinatesXY(COORDTYPE, c_coords['E'], c_coords['N'])
(im, ozi_map_data) = Fetch_And_Return_Map(fmservice, COORDTYPE, C_N, C_E, size, size, parameters)
@@ -125,7 +136,7 @@
in_ds.SetGCPs( gcp_list, in_ds.GetProjection() )
out_srs = osr.SpatialReference()
- out_srs.ImportFromEPSG(900913)
+ out_srs.ImportFromEPSG(3857)
out_ds = gdal.AutoCreateWarpedVRT( in_ds, in_srs.ExportToWkt(), out_srs.ExportToWkt() )
gt = out_ds.GetGeoTransform()
|
|
2011-05-05
, 09:06
|
|
Posts: 223 |
Thanked: 323 times |
Joined on Dec 2010
|
#60
|