asGPS: a geocoding plugin for ASP

AfterShot Pro Plugins
Post Reply
andreas
Posts: 154
Joined: Thu Jan 12, 2012 1:53 pm
operating_system: Linux
System_Drive: X
32bit or 64bit: 64 Bit
motherboard: Asus in Workstation and Dell XPS Notebook
processor: i7-980 and i7-2720QM
ram: 12GB - 8GB
Video Card: ATI FireGL
sound_card: on board
Hard_Drive_Capacity: 4.5TB Rd10
Monitor/Display Make & Model: Samsung Syncmaster 2343sw
Location: DE - Wermelskirchen
Contact:

Re: asGPS: a geocoding plugin for ASP

Post by andreas »

Hm, I have no idea whats going on. I set the API version to 3.8 yesterday and it worked here. 3.10, 3.9 did not. Now 3.8 hangs too.

Andreas
Linux - not Windows
andreas
Posts: 154
Joined: Thu Jan 12, 2012 1:53 pm
operating_system: Linux
System_Drive: X
32bit or 64bit: 64 Bit
motherboard: Asus in Workstation and Dell XPS Notebook
processor: i7-980 and i7-2720QM
ram: 12GB - 8GB
Video Card: ATI FireGL
sound_card: on board
Hard_Drive_Capacity: 4.5TB Rd10
Monitor/Display Make & Model: Samsung Syncmaster 2343sw
Location: DE - Wermelskirchen
Contact:

Re: asGPS: a geocoding plugin for ASP

Post by andreas »

Status:

fancybrowser, a QT example web browser shows the google maps example pages also as touch views. This is a problem with the Qt-Webview, which we solved by using a special webpage class which sends the user agent string "Chrome/1.0". This worked until now. Something in the google detection for touch devices must have changed. Currently I have no solution for this problem. It is not possible to send a configuration option to the google api which disables this behavior.

If anyone has a working idea, please tell me.

Andreas
Linux - not Windows
binoyte
Posts: 115
Joined: Thu Jan 12, 2012 1:53 pm
operating_system: Linux
System_Drive: Z
32bit or 64bit: 64 Bit

Re: asGPS: a geocoding plugin for ASP

Post by binoyte »

Perhaps some people on the qt developers forum can help you : http://qt-project.org/forums/viewforum/11/

I'm not enough used to qt.
Darktable 3. Bye bye aftershot.
andreas
Posts: 154
Joined: Thu Jan 12, 2012 1:53 pm
operating_system: Linux
System_Drive: X
32bit or 64bit: 64 Bit
motherboard: Asus in Workstation and Dell XPS Notebook
processor: i7-980 and i7-2720QM
ram: 12GB - 8GB
Video Card: ATI FireGL
sound_card: on board
Hard_Drive_Capacity: 4.5TB Rd10
Monitor/Display Make & Model: Samsung Syncmaster 2343sw
Location: DE - Wermelskirchen
Contact:

Re: asGPS: a geocoding plugin for ASP

Post by andreas »

just a dirty hack for the Linux folks:

Here is a without-touch-compiled-version of libQtWebKit:

http://schrell.de/WebKit/libQtWebKit.so.4.7.4 ((just uploading....))

You can download this and make a symbolic link to it from /opt/AfterShotPro/lib/libQtWebKit.so.4

Andreas
Linux - not Windows
Hobgoblin
Posts: 259
Joined: Fri Jan 13, 2012 3:00 am
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Location: UK

Re: asGPS: a geocoding plugin for ASP

Post by Hobgoblin »

Classic Google practice!
Change something but keep the users in the dark. :(

At present Geosetter http://www.geosetter.de is still working, so I will rely on that until Andreas finds a solution.

R.
andreas
Posts: 154
Joined: Thu Jan 12, 2012 1:53 pm
operating_system: Linux
System_Drive: X
32bit or 64bit: 64 Bit
motherboard: Asus in Workstation and Dell XPS Notebook
processor: i7-980 and i7-2720QM
ram: 12GB - 8GB
Video Card: ATI FireGL
sound_card: on board
Hard_Drive_Capacity: 4.5TB Rd10
Monitor/Display Make & Model: Samsung Syncmaster 2343sw
Location: DE - Wermelskirchen
Contact:

Re: asGPS: a geocoding plugin for ASP

Post by andreas »

Hi,

may take some days, but I am testing with OpenLayers now. Seems to work, but I heave to learn using it and have to change the source code...

Andreas
Linux - not Windows
binoyte
Posts: 115
Joined: Thu Jan 12, 2012 1:53 pm
operating_system: Linux
System_Drive: Z
32bit or 64bit: 64 Bit

Re: asGPS: a geocoding plugin for ASP

Post by binoyte »

what about openstreetmaps ? http://www.openstreetmap.org/
Darktable 3. Bye bye aftershot.
andreas
Posts: 154
Joined: Thu Jan 12, 2012 1:53 pm
operating_system: Linux
System_Drive: X
32bit or 64bit: 64 Bit
motherboard: Asus in Workstation and Dell XPS Notebook
processor: i7-980 and i7-2720QM
ram: 12GB - 8GB
Video Card: ATI FireGL
sound_card: on board
Hard_Drive_Capacity: 4.5TB Rd10
Monitor/Display Make & Model: Samsung Syncmaster 2343sw
Location: DE - Wermelskirchen
Contact:

Re: asGPS: a geocoding plugin for ASP

Post by andreas »

OSM will be included with OpenLayers. Its a meta API.

Andreas
Linux - not Windows
binoyte
Posts: 115
Joined: Thu Jan 12, 2012 1:53 pm
operating_system: Linux
System_Drive: Z
32bit or 64bit: 64 Bit

Re: asGPS: a geocoding plugin for ASP

Post by binoyte »

andreas wrote:just a dirty hack for the Linux folks:

Here is a without-touch-compiled-version of libQtWebKit:

http://schrell.de/WebKit/libQtWebKit.so.4.7.4 ((just uploading....))

You can download this and make a symbolic link to it from /opt/AfterShotPro/lib/libQtWebKit.so.4

Andreas
Doesn't work for me :

Code: Select all

me@machine:~$Aftershotpro
Install Path:           /opt/AfterShotPro
LD_PATH:                /opt/AfterShotPro/lib:
XLIB_SKIP_ARGB_VISUALS: 1
./AfterShotPro: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory

Code: Select all

me@machine:/opt/AfterShotPro/lib$ls -l | grep libQtWebKit.so.4
lrwxrwxrwx.  1 root   root         20  5 oct.  19:16 libQtWebKit.so.4 -> libQtWebKit.so.4.7.4
-rwxr-xr-x.  1 root   root   22986301 30 mars   2012 libQtWebKit.so.4.7.3
-rwxrwxr-x.  1 root   root   25791004  5 oct.  18:48 libQtWebKit.so.4.7.4
So back to the old link.
Darktable 3. Bye bye aftershot.
andreas
Posts: 154
Joined: Thu Jan 12, 2012 1:53 pm
operating_system: Linux
System_Drive: X
32bit or 64bit: 64 Bit
motherboard: Asus in Workstation and Dell XPS Notebook
processor: i7-980 and i7-2720QM
ram: 12GB - 8GB
Video Card: ATI FireGL
sound_card: on board
Hard_Drive_Capacity: 4.5TB Rd10
Monitor/Display Make & Model: Samsung Syncmaster 2343sw
Location: DE - Wermelskirchen
Contact:

Re: asGPS: a geocoding plugin for ASP

Post by andreas »

Hi,

maybe my dependencies are not the same like the ASP version. I compiled with the default settings. And I have sqlite3 installed.

Andreas
Linux - not Windows
plisfos
Posts: 2
Joined: Wed Oct 10, 2012 11:52 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
processor: Core i7
ram: 8GB

Re: asGPS: a geocoding plugin for ASP

Post by plisfos »

binoyte wrote: Doesn't work for me :

Code: Select all

me@machine:~$Aftershotpro
Install Path:           /opt/AfterShotPro
LD_PATH:                /opt/AfterShotPro/lib:
XLIB_SKIP_ARGB_VISUALS: 1
./AfterShotPro: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory

Code: Select all

me@machine:/opt/AfterShotPro/lib$ls -l | grep libQtWebKit.so.4
lrwxrwxrwx.  1 root   root         20  5 oct.  19:16 libQtWebKit.so.4 -> libQtWebKit.so.4.7.4
-rwxr-xr-x.  1 root   root   22986301 30 mars   2012 libQtWebKit.so.4.7.3
-rwxrwxr-x.  1 root   root   25791004  5 oct.  18:48 libQtWebKit.so.4.7.4
So back to the old link.
Same problem for me with ASP v1.0.1.10 on my Ubuntu 12.04/64bits
andreas
Posts: 154
Joined: Thu Jan 12, 2012 1:53 pm
operating_system: Linux
System_Drive: X
32bit or 64bit: 64 Bit
motherboard: Asus in Workstation and Dell XPS Notebook
processor: i7-980 and i7-2720QM
ram: 12GB - 8GB
Video Card: ATI FireGL
sound_card: on board
Hard_Drive_Capacity: 4.5TB Rd10
Monitor/Display Make & Model: Samsung Syncmaster 2343sw
Location: DE - Wermelskirchen
Contact:

Re: asGPS: a geocoding plugin for ASP

Post by andreas »

you can try to install libsqlite3.

I worked further on the OpenLayers asGPS version. I have a first test version here which does the main tasks. Track integration has to be done, some sorting and optimizing in the code...

Andreas
Linux - not Windows
plisfos
Posts: 2
Joined: Wed Oct 10, 2012 11:52 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
processor: Core i7
ram: 8GB

Re: asGPS: a geocoding plugin for ASP

Post by plisfos »

libsqlite3 already install.
I try to install libsqlite0 : same pb

Code: Select all

moi@notebook:~$ sudo aptitude search libsqlite | grep "i "
i   libsqlite0                      - bibliothèque partagée SQLite              
i   libsqlite3-0                    - Bibliothèque partagée SQLite 3            
i A libsqlite3-0:i386               - Bibliothèque partagée SQLite 3  

moi@notebook:/opt/AfterShotPro/lib$ sudo rm libQtWebKit.so.4
moi@notebook:/opt/AfterShotPro/lib$ sudo ln -s libQtWebKit.so.4.7.4 libQtWebKit.so.4
moi@notebook:/opt/AfterShotPro/lib$ ls -l | grep libQtWebKit.so.4
lrwxrwxrwx  1 root    root          		20 oct.  	12 00:08 libQtWebKit.so.4 -> libQtWebKit.so.4.7.4
-rwxrwxr-x   1 root    root    229863	01 mars	30  2012 libQtWebKit.so.4.7.3
-rw-rw-r--      1 moi    moi    257910	04 oct.	 5 13:03 libQtWebKit.so.4.7.4


moi@notebook:~$Aftershotpro
Install Path:           /opt/AfterShotPro
LD_PATH:                /opt/AfterShotPro/lib:
XLIB_SKIP_ARGB_VISUALS: 1
./AfterShotPro: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory


moi@notebook:/opt/AfterShotPro/lib$ sudo ln -s /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 .

moi@notebook:/opt/AfterShotPro/lib$ AfterShotPro
Install Path:           /opt/AfterShotPro
LD_PATH:                /opt/AfterShotPro/lib:
XLIB_SKIP_ARGB_VISUALS: 1
./AfterShotPro: error while loading shared libraries: libphonon.so.4: cannot open shared object file: No such file or directory

moi@notebook:/opt/AfterShotPro/lib$ sudo ln -s /usr/lib/x86_64-linux-gnu/libphonon.so.4 .

moi@notebook:/opt/AfterShotPro/lib$ AfterShotPro
Install Path:           /opt/AfterShotPro
LD_PATH:                /opt/AfterShotPro/lib:
XLIB_SKIP_ARGB_VISUALS: 1
./AfterShotPro: error while loading shared libraries: libphonon.so.4: wrong ELF class: ELFCLASS64

binoyte
Posts: 115
Joined: Thu Jan 12, 2012 1:53 pm
operating_system: Linux
System_Drive: Z
32bit or 64bit: 64 Bit

Re: asGPS: a geocoding plugin for ASP

Post by binoyte »

andreas wrote:I worked further on the OpenLayers asGPS version. I have a first test version here which does the main tasks. Track integration has to be done, some sorting and optimizing in the code...
Andreas
Great ! :D

Could release a beta version as quick fix ? ( I don't use the track feature :wink: )

Thanks again for you work.

Good luck
Darktable 3. Bye bye aftershot.
ogrizzo
Posts: 60
Joined: Fri Jan 13, 2012 7:45 pm
operating_system: Mac
System_Drive: Q
32bit or 64bit: 64 Bit
processor: 2.8 Ghz Intel Core i7
ram: 8 GB
Hard_Drive_Capacity: 1TB
Monitor/Display Make & Model: Integrated Apple iMac 27"

Re: asGPS: a geocoding plugin for ASP

Post by ogrizzo »

binoyte wrote: Could release a beta version as quick fix ? ( I don't use the track feature :wink: )

Thanks again for you work.
+1
Post Reply