![]() |
Re: License for Finnish topo maps has expired?
Doesn't seem to be much easier in 11.04 either:
Code:
$ sudo apt-get install proj-bin libgdal1-1.7.0 python-gdal python-imaging |
Re: License for Finnish topo maps has expired?
libgdal versio on ehkä jo jäänyt pois. Varmista saatavilla oleva versionumero, ehkä 1.8.0.
|
Re: License for Finnish topo maps has expired?
Quote:
I also had some issues with permissions and other issues but finally got it working. Big thanks to orava once again! Right now I was able to set-up wake on lan to the topo server. So now I can start it over the internet and get maps whenever I need and whenever I don't have them allready on my N900 or on my N810. And after two hours of inactivity the server goes to sleep. Now this is purfect!! |
Re: License for Finnish topo maps has expired?
Quote:
Hi, I seem to have exactly the same problem you did. My www-browser outputs the following Code:
MOD_PYTHON ERROR |
Re: License for Finnish topo maps has expired?
I had to do the following modifications to get it work with libgdal-1.7.2
--- map.py.ori 2011-04-08 15:59:56.000000000 +0300 +++ map.py 2011-04-08 16:01:01.000000000 +0300 @@ -125,7 +125,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() |
Re: License for Finnish topo maps has expired?
Quote:
|
Re: License for Finnish topo maps has expired?
2 Attachment(s)
I've been working on a map application called "Mapsi" that uses map tiles from Paikkatietoikkuna.
Current features are:
Version 1.0.0 will probably be released next week. Couple screenshots attached. Update: Version 1.0.0 is now in extras-devel in "non-free" section(http://repository.maemo.org/extras-d....0.0_armel.deb). I set application category wrong so at the moment you'll need to download and install it manually (dpkg -i mapsi_1.0.0_armel.deb). At first run cookie from Paikkatietoikkuna is downloaded so Internet connection is required. |
Re: License for Finnish topo maps has expired?
Missing deps, even if I have PR1.3 installed. libqtm-11 and libqtm-11-location.
|
Re: License for Finnish topo maps has expired?
Quote:
|
Re: License for Finnish topo maps has expired?
Hi, I installed prereqs using X-term and then Mapsi successfully.
Mapsi starts with blank (black) screen. So its not working properly. When its working: Is it possible to select needed maps from Paikkatietoikkuna like marine etc? |
Re: License for Finnish topo maps has expired?
Quote:
Quote:
|
Re: License for Finnish topo maps has expired?
Quote:
It has a drawing bug on the bottom scale/distance slider. Looks promising.. |
Re: License for Finnish topo maps has expired?
I had the black screen issue as well. I ran mapsi from the terminal (/opt/usr/bin/Mapsi) and saw this:
Code:
qrc:/qml/Main.qml:1:1: module "QtQuick" is not installed |
Re: License for Finnish topo maps has expired?
Quote:
|
Re: License for Finnish topo maps has expired?
Quote:
|
Re: License for Finnish topo maps has expired?
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. |
Re: License for Finnish topo maps has expired?
Quote:
You can try to run it from terminal to see if any error messages show up. The icon probably appears after reboot. |
Re: License for Finnish topo maps has expired?
Reboot and installing qtquickcompat fixed my blank Mapsi problem.
Looks and works great. Is it possible to delete landmarks? |
Re: License for Finnish topo maps has expired?
With the following patch and the latest fetch_map_v30l i was able to get the limit of cadastral units (kiinteistörajat) to my Maemo Mapper on N810.
The usage is like orto but word orto is replaced by ktjraja for example URL: http://YourServerIP/MapDir/map.py?ktjraja/%0d/%d/%d.png or http://YourServerIP/MapDir/map.py?kt.../%0d/%d/%d.png Code:
--- map.py.ori 2011-04-08 15:59:56.000000000 +0300 |
Re: License for Finnish topo maps has expired?
Quote:
|
Re: License for Finnish topo maps has expired?
Nice to have a new working option to the discontinued Finnish topomaps in Mappero. Was about to set up a map server according to the instructions in this thread but this is more convenient option. Many thanks for the effort!
Some suggestions and comments: * Program opens fast, nice! The layout is beautiful and functionality very decent at the moment. No problems in setup. Looks promising indeed! * When zooming in or out, it would be nice if the current map would immediately zoom in/out (as in Mappero) so that the user would not need to watch the blank screen during map downloading * Option for continuous centering by current GPS location would be nice * Option for automatic screen orientation would be nice. I noticed that shift+ctrl+r works. Maybe it could be default setting? * Possible bug: when I open the landmark entry screen and tap to a Name or description field, the program closes immediately * Possible bug: when I try to import landmarks, the program gives an error: "Failed to import landmarks from 'import.gpx'". Couple of times when I have opened the program, it does not load map tiles even when the connection is fine (3G). May this be related to limitations of Paikkatietokanta? Do they follow the IP addresses and limit excess downloading from same address? |
Re: License for Finnish topo maps has expired?
Quote:
And libqtm-11 is installed! |
Re: License for Finnish topo maps has expired?
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
Re: License for Finnish topo maps has expired?
Thanks for the clarifications.
Quote:
Quote:
Quote:
Quote:
Anyway the package is already so good that I'll prefer this over Mappero in most cases. Thanks once again! |
Re: License for Finnish topo maps has expired?
I have also blank screen problem. I ran Mapsi in x-term:
~ $ /opt/usr/bin/Mapsi .Mapsi Unsupported date format character at 1 (%-d.%-m.) qrc:/qml/Main.qml:55:5: Type MapArea unavailable qrc:/qml/MapArea.qml:2:1: module "QtMobility.location" is not installed What I should to do? I tried to install QtMobility.location but I'm not sure which package is right one... |
Re: License for Finnish topo maps has expired?
Quote:
|
Re: License for Finnish topo maps has expired?
Quote:
|
Re: License for Finnish topo maps has expired?
Quote:
|
Re: License for Finnish topo maps has expired?
Quote:
|
Re: License for Finnish topo maps has expired?
Omg yes, kiitos!!
|
Re: License for Finnish topo maps has expired?
Would it be possible to add an option to use nautical miles instead of km?
|
Re: License for Finnish topo maps has expired?
N800 -->I’m currently using fetch_map to download a map as a picture in format of png. Then I use Hike as a navigation tool.
fetch_map supports multiple formats, surely there is a tool to translate the map directly for Navit use (or maemo mapper)? Fetch_map currently supports: Map – Ozi Explorer map data Cal – FreeTrack CAL file Gux – GPSU GUX Tab – MapInfo tab file Esri _esri world file Edit: Oh well, right after asking I found a probable tool capable for that: MAPC2MAPC It should be able to convert ozi to carmin format; witch is then supported by Navit. It is sad that Navit seems to be very difficult program to use. Btw, Do you know if it is possible to use garmin Finnish topomaps directly in Navit? |
All times are GMT. The time now is 16:09. |
vBulletin® Version 3.8.8