asGPS: a geocoding plugin for ASP
-
andreas
- Posts: 154
- Joined: Thu Jan 12, 2012 1:53 pm
- 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
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
Andreas
Linux - not Windows
-
andreas
- Posts: 154
- Joined: Thu Jan 12, 2012 1:53 pm
- 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
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
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
Re: asGPS: a geocoding plugin for ASP
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.
I'm not enough used to qt.
Darktable 3. Bye bye aftershot.
-
andreas
- Posts: 154
- Joined: Thu Jan 12, 2012 1:53 pm
- 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
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
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
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- Location: UK
Re: asGPS: a geocoding plugin for ASP
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.
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
- 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
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
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
Re: asGPS: a geocoding plugin for ASP
what about openstreetmaps ? http://www.openstreetmap.org/
Darktable 3. Bye bye aftershot.
-
andreas
- Posts: 154
- Joined: Thu Jan 12, 2012 1:53 pm
- 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
OSM will be included with OpenLayers. Its a meta API.
Andreas
Andreas
Linux - not Windows
Re: asGPS: a geocoding plugin for ASP
Doesn't work for me :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
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 directoryCode: 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.4Darktable 3. Bye bye aftershot.
-
andreas
- Posts: 154
- Joined: Thu Jan 12, 2012 1:53 pm
- 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
Hi,
maybe my dependencies are not the same like the ASP version. I compiled with the default settings. And I have sqlite3 installed.
Andreas
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
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- processor: Core i7
- ram: 8GB
Re: asGPS: a geocoding plugin for ASP
Same problem for me with ASP v1.0.1.10 on my Ubuntu 12.04/64bitsbinoyte 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 directorySo back to the old link.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
-
andreas
- Posts: 154
- Joined: Thu Jan 12, 2012 1:53 pm
- 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
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
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
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- processor: Core i7
- ram: 8GB
Re: asGPS: a geocoding plugin for ASP
libsqlite3 already install.
I try to install libsqlite0 : same pb
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
Re: asGPS: a geocoding plugin for ASP
Great !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
Could release a beta version as quick fix ? ( I don't use the track feature
Thanks again for you work.
Good luck
Darktable 3. Bye bye aftershot.
-
ogrizzo
- Posts: 60
- Joined: Fri Jan 13, 2012 7:45 pm
- 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
+1binoyte wrote: Could release a beta version as quick fix ? ( I don't use the track feature)
Thanks again for you work.
