Re: [Qgis-developer] qgis-webclient - weblinks from features and base layers

2013-04-24 Thread Otto Dassau
Hi Bernhard,

now a class=popupLink href=http://www.qgis.org;QGIS Homepage/a also
works.

Thanks a lot
Otto

Am Tue, 23 Apr 2013 15:56:41 +0200
schrieb Otto Dassau das...@gbd-consult.de:

 Hi Bernhard,
 
 thanks a lot for this, I will test it, once it is approved.
 
 Regards
 Otto
 
 Am Tue, 23 Apr 2013 15:50:45 +0200
 schrieb Bernhard Ströbl bernhard.stro...@jena.de:
 
  Otto,
  
  I made a pull request fixing this issue. If a url is detected 
  (http://something) in an attribute it is checked whether there is an 
  opening a - tag and only if this is false the tag is automagically 
  created. So if you store a complete html-formatted link in your 
  attribute it should be displayed as stored.
  
  Bernhard
  
  Am 23.04.2013 14:34, schrieb Otto Dassau:
   Hi Bernhard,
  
   yes, that doesn't work properly.
  
   a class=popupLink href=http://www.qgis.org;QGIS Homepage/a
  
   ends up in a string (QGIS Homepage' target=_blankQGIS Homepage),
   where the second link (QGIS Homepage) works and the first one is wrong.
   So that doesn't work well.
  
   Buta href=http://www.qgis.orgQGIS Homepage/a  is fine.
  
   Regards
   Otto
  
   Am Tue, 23 Apr 2013 13:37:00 +0200
   schrieb Bernhard Ströblbernhard.stro...@jena.de:
  
   Hi Otto,
  
   you are right. This won't work. The automatic url detection is for
   simpler cases where users store a pure url in a field. This url is
   detected and displayed as a link without any html writing necessary.
   So if you want to individually format a complete link with html tags
   you may do it as you showed. If you do
   a class=popupLink  the link gets styled as defined in
   popup.css. I cannot test currently but I think that you might get
   anothera  tag around your link. Is that true?
  
   Bernhard
  
   Am 23.04.2013 12:47, schrieb Otto Dassau:
   Hi Bernhard,
  
   thanks for the hint, but how would that work in pratice, if I don't
   want to show the complete link but a description?
  
   At the moment to display QGIS Homepage I use:
  
   a href=http://www.qgis.orgQGIS Homepage/a
  
   Regards
   Otto
  
   Am Tue, 23 Apr 2013 12:26:27 +0200
   schrieb Bernhard Ströblbernhard.stro...@jena.de:
  
   Hi Otto,
  
   actually this works but is a bit outdated. If you are using the
   latest webclient with the popups you should be able to simply store
   an URL in a field and qwc automgically detects it and forms
   thea-tag around it so it becomes a clickable link.
  
   Bernhard
  
   Am 23.04.2013 09:43, schrieb l...@gis3w.it:
   Hi Otto
  
   you can see the replay of Bernard Stroebl about this:
  
   http://lists.osgeo.org/pipermail/qgis-user/2012-October/019798.html
  
   Regards
   Leonardo
  
  
   On Tue, 23 Apr 2013 09:25:23 +0200, Otto
   Dassaudas...@gbd-consult.de wrote:
   Hi,
  
   is it possible to have clickable web links from features in the
   qgis webclient? And if yes, would I need qgis master to use it?
  
   And another question. I saw that e.g. qgiscloud allows to choose
   base layers
   from google, bing, ... with qgis webclient. This does not seem to
   be
   part
   of the official repository in github - right? Is it planned to
   integrate
   this functionality or is somebody already working on it?
  
   I found several mailings but not really a solution or clear hint.
  
   Regards
   Otto
  
 
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer


-- 
Geoinformatik Büro Dassau - http://www.gbd-consult.de
FOSSGIS consulting , training , support  and analysis
Ackerstrasse 144c  ,  D - 40233 Düsseldorf  , Germany
Tel: +49-(0)211-47468178 , Mobil: +49-(0)171-4687540

--
Community Advisor - QGIS Project Steering Committee
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] qgis-webclient - weblinks from features and base layers

2013-04-23 Thread lami
Hi Otto

you can see the replay of Bernard Stroebl about this:

http://lists.osgeo.org/pipermail/qgis-user/2012-October/019798.html

Regards
Leonardo


On Tue, 23 Apr 2013 09:25:23 +0200, Otto Dassau das...@gbd-consult.de
wrote:
 Hi,
 
 is it possible to have clickable web links from features in the qgis
 webclient? And if yes, would I need qgis master to use it?
 
 And another question. I saw that e.g. qgiscloud allows to choose base
 layers
 from google, bing, ... with qgis webclient. This does not seem to be
part
 of the official repository in github - right? Is it planned to
integrate
 this functionality or is somebody already working on it?
 
 I found several mailings but not really a solution or clear hint.
 
 Regards
 Otto
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] qgis-webclient - weblinks from features and base layers

2013-04-23 Thread Otto Dassau
Hi Leonardo,

thanks! That works perfectly... already with 1.8.

Regards
Otto

Am Tue, 23 Apr 2013 09:43:50 +0200
schrieb l...@gis3w.it:

 Hi Otto
 
 you can see the replay of Bernard Stroebl about this:
 
 http://lists.osgeo.org/pipermail/qgis-user/2012-October/019798.html
 
 Regards
 Leonardo
 
 
 On Tue, 23 Apr 2013 09:25:23 +0200, Otto Dassau das...@gbd-consult.de
 wrote:
  Hi,
  
  is it possible to have clickable web links from features in the qgis
  webclient? And if yes, would I need qgis master to use it?
  
  And another question. I saw that e.g. qgiscloud allows to choose base
  layers
  from google, bing, ... with qgis webclient. This does not seem to be
 part
  of the official repository in github - right? Is it planned to
 integrate
  this functionality or is somebody already working on it?
  
  I found several mailings but not really a solution or clear hint.
  
  Regards
  Otto
  ___
  Qgis-developer mailing list
  Qgis-developer@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/qgis-developer
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] qgis-webclient - weblinks from features and base layers

2013-04-23 Thread Bernhard Ströbl

Hi Otto,

actually this works but is a bit outdated. If you are using the latest 
webclient with the popups you should be able to simply store an URL in a 
field and qwc automgically detects it and forms the a-tag around it so 
it becomes a clickable link.


Bernhard

Am 23.04.2013 09:43, schrieb l...@gis3w.it:

Hi Otto

you can see the replay of Bernard Stroebl about this:

http://lists.osgeo.org/pipermail/qgis-user/2012-October/019798.html

Regards
Leonardo


On Tue, 23 Apr 2013 09:25:23 +0200, Otto Dassaudas...@gbd-consult.de
wrote:

Hi,

is it possible to have clickable web links from features in the qgis
webclient? And if yes, would I need qgis master to use it?

And another question. I saw that e.g. qgiscloud allows to choose base
layers
from google, bing, ... with qgis webclient. This does not seem to be

part

of the official repository in github - right? Is it planned to

integrate

this functionality or is somebody already working on it?

I found several mailings but not really a solution or clear hint.

Regards
Otto
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


__ Information from ESET Mail Security, version of virus signature 
database 8255 (20130422) __

The message was checked by ESET Mail Security.
http://www.eset.com




--
Bernhard Ströbl
Anwendungsbetreuer GIS

Kommunale Immobilien Jena
Am Anger 26
07743 Jena

Tel.: 03641 49- 5190
E-Mail: bernhard.stro...@jena.de
Internet: www.kij.de


Kommunale Immobilien Jena
Eigenbetrieb der Stadt Jena
Werkleiter: Dr. Götz Blankenburg


__ Information from ESET Mail Security, version of virus signature 
database 8256 (20130423) __

The message was checked by ESET Mail Security.
http://www.eset.com


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] qgis-webclient - weblinks from features and base layers

2013-04-23 Thread Otto Dassau
Hi Bernhard,

thanks for the hint, but how would that work in pratice, if I don't want to
show the complete link but a description?

At the moment to display QGIS Homepage I use:

a href=http://www.qgis.orgQGIS Homepage/a

Regards
Otto

Am Tue, 23 Apr 2013 12:26:27 +0200
schrieb Bernhard Ströbl bernhard.stro...@jena.de:

 Hi Otto,
 
 actually this works but is a bit outdated. If you are using the latest 
 webclient with the popups you should be able to simply store an URL in a 
 field and qwc automgically detects it and forms the a-tag around it so 
 it becomes a clickable link.
 
 Bernhard
 
 Am 23.04.2013 09:43, schrieb l...@gis3w.it:
  Hi Otto
 
  you can see the replay of Bernard Stroebl about this:
 
  http://lists.osgeo.org/pipermail/qgis-user/2012-October/019798.html
 
  Regards
  Leonardo
 
 
  On Tue, 23 Apr 2013 09:25:23 +0200, Otto Dassaudas...@gbd-consult.de
  wrote:
  Hi,
 
  is it possible to have clickable web links from features in the qgis
  webclient? And if yes, would I need qgis master to use it?
 
  And another question. I saw that e.g. qgiscloud allows to choose base
  layers
  from google, bing, ... with qgis webclient. This does not seem to be
  part
  of the official repository in github - right? Is it planned to
  integrate
  this functionality or is somebody already working on it?
 
  I found several mailings but not really a solution or clear hint.
 
  Regards
  Otto

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] qgis-webclient - weblinks from features and base layers

2013-04-23 Thread Bernhard Ströbl

Hi Otto,

you are right. This won't work. The automatic url detection is for 
simpler cases where users store a pure url in a field. This url is 
detected and displayed as a link without any html writing necessary.
So if you want to individually format a complete link with html tags you 
may do it as you showed. If you do

a class=popupLink  the link gets styled as defined in popup.css.
I cannot test currently but I think that you might get another a tag 
around your link. Is that true?


Bernhard

Am 23.04.2013 12:47, schrieb Otto Dassau:

Hi Bernhard,

thanks for the hint, but how would that work in pratice, if I don't want to
show the complete link but a description?

At the moment to display QGIS Homepage I use:

a href=http://www.qgis.orgQGIS Homepage/a

Regards
Otto

Am Tue, 23 Apr 2013 12:26:27 +0200
schrieb Bernhard Ströblbernhard.stro...@jena.de:


Hi Otto,

actually this works but is a bit outdated. If you are using the latest
webclient with the popups you should be able to simply store an URL in a
field and qwc automgically detects it and forms thea-tag around it so
it becomes a clickable link.

Bernhard

Am 23.04.2013 09:43, schrieb l...@gis3w.it:

Hi Otto

you can see the replay of Bernard Stroebl about this:

http://lists.osgeo.org/pipermail/qgis-user/2012-October/019798.html

Regards
Leonardo


On Tue, 23 Apr 2013 09:25:23 +0200, Otto Dassaudas...@gbd-consult.de
wrote:

Hi,

is it possible to have clickable web links from features in the qgis
webclient? And if yes, would I need qgis master to use it?

And another question. I saw that e.g. qgiscloud allows to choose base
layers
from google, bing, ... with qgis webclient. This does not seem to be

part

of the official repository in github - right? Is it planned to

integrate

this functionality or is somebody already working on it?

I found several mailings but not really a solution or clear hint.

Regards
Otto




__ Information from ESET Mail Security, version of virus signature 
database 8256 (20130423) __

The message was checked by ESET Mail Security.
http://www.eset.com






__ Information from ESET Mail Security, version of virus signature 
database 8256 (20130423) __

The message was checked by ESET Mail Security.
http://www.eset.com


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] qgis-webclient - weblinks from features and base layers

2013-04-23 Thread Otto Dassau
Hi Bernhard,

yes, that doesn't work properly. 

a class=popupLink href=http://www.qgis.org;QGIS Homepage/a

ends up in a string (QGIS Homepage' target=_blankQGIS Homepage), where
the second link (QGIS Homepage) works and the first one is wrong. So that
doesn't work well.

But a href=http://www.qgis.orgQGIS Homepage/a is fine.

Regards
Otto

Am Tue, 23 Apr 2013 13:37:00 +0200
schrieb Bernhard Ströbl bernhard.stro...@jena.de:

 Hi Otto,
 
 you are right. This won't work. The automatic url detection is for 
 simpler cases where users store a pure url in a field. This url is 
 detected and displayed as a link without any html writing necessary.
 So if you want to individually format a complete link with html tags you 
 may do it as you showed. If you do
 a class=popupLink  the link gets styled as defined in popup.css.
 I cannot test currently but I think that you might get another a tag 
 around your link. Is that true?

 Bernhard
 
 Am 23.04.2013 12:47, schrieb Otto Dassau:
  Hi Bernhard,
 
  thanks for the hint, but how would that work in pratice, if I don't want
  to show the complete link but a description?
 
  At the moment to display QGIS Homepage I use:
 
  a href=http://www.qgis.orgQGIS Homepage/a
 
  Regards
  Otto
 
  Am Tue, 23 Apr 2013 12:26:27 +0200
  schrieb Bernhard Ströblbernhard.stro...@jena.de:
 
  Hi Otto,
 
  actually this works but is a bit outdated. If you are using the latest
  webclient with the popups you should be able to simply store an URL in a
  field and qwc automgically detects it and forms thea-tag around it so
  it becomes a clickable link.
 
  Bernhard
 
  Am 23.04.2013 09:43, schrieb l...@gis3w.it:
  Hi Otto
 
  you can see the replay of Bernard Stroebl about this:
 
  http://lists.osgeo.org/pipermail/qgis-user/2012-October/019798.html
 
  Regards
  Leonardo
 
 
  On Tue, 23 Apr 2013 09:25:23 +0200, Otto Dassaudas...@gbd-consult.de
  wrote:
  Hi,
 
  is it possible to have clickable web links from features in the qgis
  webclient? And if yes, would I need qgis master to use it?
 
  And another question. I saw that e.g. qgiscloud allows to choose base
  layers
  from google, bing, ... with qgis webclient. This does not seem to be
  part
  of the official repository in github - right? Is it planned to
  integrate
  this functionality or is somebody already working on it?
 
  I found several mailings but not really a solution or clear hint.
 
  Regards
  Otto
 
 
 
  __ Information from ESET Mail Security, version of virus
  signature database 8256 (20130423) __
 
  The message was checked by ESET Mail Security.
  http://www.eset.com
 
 
 
 
 
 __ Information from ESET Mail Security, version of virus signature
 database 8256 (20130423) __
 
 The message was checked by ESET Mail Security.
 http://www.eset.com
 
 


-- 
Geoinformatik Büro Dassau - http://www.gbd-consult.de
FOSSGIS consulting , training , support  and analysis
Ackerstrasse 144c  ,  D - 40233 Düsseldorf  , Germany
Tel: +49-(0)211-47468178 , Mobil: +49-(0)171-4687540

--
Community Advisor - QGIS Project Steering Committee
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] qgis-webclient - weblinks from features and base layers

2013-04-23 Thread Bernhard Ströbl

Otto,

I made a pull request fixing this issue. If a url is detected 
(http://something) in an attribute it is checked whether there is an 
opening a - tag and only if this is false the tag is automagically 
created. So if you store a complete html-formatted link in your 
attribute it should be displayed as stored.


Bernhard

Am 23.04.2013 14:34, schrieb Otto Dassau:

Hi Bernhard,

yes, that doesn't work properly.

a class=popupLink href=http://www.qgis.org;QGIS Homepage/a

ends up in a string (QGIS Homepage' target=_blankQGIS Homepage), where
the second link (QGIS Homepage) works and the first one is wrong. So that
doesn't work well.

Buta href=http://www.qgis.orgQGIS Homepage/a  is fine.

Regards
Otto

Am Tue, 23 Apr 2013 13:37:00 +0200
schrieb Bernhard Ströblbernhard.stro...@jena.de:


Hi Otto,

you are right. This won't work. The automatic url detection is for
simpler cases where users store a pure url in a field. This url is
detected and displayed as a link without any html writing necessary.
So if you want to individually format a complete link with html tags you
may do it as you showed. If you do
a class=popupLink  the link gets styled as defined in popup.css.
I cannot test currently but I think that you might get anothera  tag
around your link. Is that true?

Bernhard

Am 23.04.2013 12:47, schrieb Otto Dassau:

Hi Bernhard,

thanks for the hint, but how would that work in pratice, if I don't want
to show the complete link but a description?

At the moment to display QGIS Homepage I use:

a href=http://www.qgis.orgQGIS Homepage/a

Regards
Otto

Am Tue, 23 Apr 2013 12:26:27 +0200
schrieb Bernhard Ströblbernhard.stro...@jena.de:


Hi Otto,

actually this works but is a bit outdated. If you are using the latest
webclient with the popups you should be able to simply store an URL in a
field and qwc automgically detects it and forms thea-tag around it so
it becomes a clickable link.

Bernhard

Am 23.04.2013 09:43, schrieb l...@gis3w.it:

Hi Otto

you can see the replay of Bernard Stroebl about this:

http://lists.osgeo.org/pipermail/qgis-user/2012-October/019798.html

Regards
Leonardo


On Tue, 23 Apr 2013 09:25:23 +0200, Otto Dassaudas...@gbd-consult.de
wrote:

Hi,

is it possible to have clickable web links from features in the qgis
webclient? And if yes, would I need qgis master to use it?

And another question. I saw that e.g. qgiscloud allows to choose base
layers
from google, bing, ... with qgis webclient. This does not seem to be

part

of the official repository in github - right? Is it planned to

integrate

this functionality or is somebody already working on it?

I found several mailings but not really a solution or clear hint.

Regards
Otto




__ Information from ESET Mail Security, version of virus
signature database 8256 (20130423) __

The message was checked by ESET Mail Security.
http://www.eset.com






__ Information from ESET Mail Security, version of virus signature
database 8256 (20130423) __

The message was checked by ESET Mail Security.
http://www.eset.com








__ Information from ESET Mail Security, version of virus signature 
database 8257 (20130423) __

The message was checked by ESET Mail Security.
http://www.eset.com


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] qgis-webclient - weblinks from features and base layers

2013-04-23 Thread Otto Dassau
Hi Bernhard,

thanks a lot for this, I will test it, once it is approved.

Regards
Otto

Am Tue, 23 Apr 2013 15:50:45 +0200
schrieb Bernhard Ströbl bernhard.stro...@jena.de:

 Otto,
 
 I made a pull request fixing this issue. If a url is detected 
 (http://something) in an attribute it is checked whether there is an 
 opening a - tag and only if this is false the tag is automagically 
 created. So if you store a complete html-formatted link in your 
 attribute it should be displayed as stored.
 
 Bernhard
 
 Am 23.04.2013 14:34, schrieb Otto Dassau:
  Hi Bernhard,
 
  yes, that doesn't work properly.
 
  a class=popupLink href=http://www.qgis.org;QGIS Homepage/a
 
  ends up in a string (QGIS Homepage' target=_blankQGIS Homepage),
  where the second link (QGIS Homepage) works and the first one is wrong.
  So that doesn't work well.
 
  Buta href=http://www.qgis.orgQGIS Homepage/a  is fine.
 
  Regards
  Otto
 
  Am Tue, 23 Apr 2013 13:37:00 +0200
  schrieb Bernhard Ströblbernhard.stro...@jena.de:
 
  Hi Otto,
 
  you are right. This won't work. The automatic url detection is for
  simpler cases where users store a pure url in a field. This url is
  detected and displayed as a link without any html writing necessary.
  So if you want to individually format a complete link with html tags you
  may do it as you showed. If you do
  a class=popupLink  the link gets styled as defined in popup.css.
  I cannot test currently but I think that you might get anothera  tag
  around your link. Is that true?
 
  Bernhard
 
  Am 23.04.2013 12:47, schrieb Otto Dassau:
  Hi Bernhard,
 
  thanks for the hint, but how would that work in pratice, if I don't
  want to show the complete link but a description?
 
  At the moment to display QGIS Homepage I use:
 
  a href=http://www.qgis.orgQGIS Homepage/a
 
  Regards
  Otto
 
  Am Tue, 23 Apr 2013 12:26:27 +0200
  schrieb Bernhard Ströblbernhard.stro...@jena.de:
 
  Hi Otto,
 
  actually this works but is a bit outdated. If you are using the latest
  webclient with the popups you should be able to simply store an URL
  in a field and qwc automgically detects it and forms thea-tag
  around it so it becomes a clickable link.
 
  Bernhard
 
  Am 23.04.2013 09:43, schrieb l...@gis3w.it:
  Hi Otto
 
  you can see the replay of Bernard Stroebl about this:
 
  http://lists.osgeo.org/pipermail/qgis-user/2012-October/019798.html
 
  Regards
  Leonardo
 
 
  On Tue, 23 Apr 2013 09:25:23 +0200, Otto
  Dassaudas...@gbd-consult.de wrote:
  Hi,
 
  is it possible to have clickable web links from features in the qgis
  webclient? And if yes, would I need qgis master to use it?
 
  And another question. I saw that e.g. qgiscloud allows to choose
  base layers
  from google, bing, ... with qgis webclient. This does not seem to be
  part
  of the official repository in github - right? Is it planned to
  integrate
  this functionality or is somebody already working on it?
 
  I found several mailings but not really a solution or clear hint.
 
  Regards
  Otto
 

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer