Re: [Qgis-user] Label with HTML-expressions

2013-07-05 Thread Marco Hugentobler
Hi C This is not yet supported, but will be soon implemented after feature freeze. Regards, Marco On 05.07.2013 01:51, cdp wrote: Hi all, Does QGIS Server and QWC support the map tips created using the html expression option in QGIS Desktop? (I'm running last weekends build of both). The

Re: [Qgis-user] Label with HTML-expressions

2013-07-05 Thread Andreas Neumann
Hi Marco and others, I am just wondering whether QGIS server is/should also be affected by the feature freeze. QGIS server, although in the same code base, does not necessarily have to stick to the same release dates as QGIS desktop. Maybe there do not need to be official releases for QGIS server

Re: [Qgis-user] Label with HTML-expressions

2013-07-04 Thread cdp
Hi all, Does QGIS Server and QWC support the map tips created using the html expression option in QGIS Desktop? (I'm running last weekends build of both). The situation is that I have an html expression in Desktop QGIS which concatenates multiple fields of layer to form a maptip. thanks C

Re: [Qgis-user] Label with HTML-expressions

2013-03-28 Thread Bernhard Ströbl
Hi Antonio, qgis-web-client [1] is a JavaScript webmap client based on GeoExt (which is based on ExtJS and OpenLayers). You do not need any JS yourself, all you need is doing the setup. Bernhard [1] https://github.com/qgis/qgis-web-client Am 27.03.2013 22:00, schrieb Antonio Vico: I

Re: [Qgis-user] Label with HTML-expressions

2013-03-28 Thread Andreas Neumann
Hi, This particular case uses a Postgis view where the tooltip is containing HTML code that is displayed in the tooltip. So the magic is done in the Postgis view, QGIS server transfers that code to the client in GetFeatureInfo requests and QGIS web client is displaying it in a tooltip.

Re: [Qgis-user] Label with HTML-expressions

2013-03-28 Thread flavio rigolon
2013/3/28 Andreas Neumann a.neum...@carto.net: Hi, This particular case uses a Postgis view where the tooltip is containing HTML code that is displayed in the tooltip. So the magic is done in the Postgis view, QGIS server transfers that code to the client in GetFeatureInfo requests and QGIS

Re: [Qgis-user] Label with HTML-expressions

2013-03-28 Thread Bernhard Ströbl
Hi all, just for clarification: the most recent version of qgis-web-client has a popup on click, too (instead of the attribute tree to the right). Any links contained in a field should be discovered and formatted as links so one can follow them. This is only for the popup that opens when

Re: [Qgis-user] Label with HTML-expressions

2013-03-28 Thread Bernhard Ströbl
Hi Antonio, the popups were merged into qgis-web-client last tuesday, so you should update your site to the latest version. If you activate the infoButton and click on a feature a popup opens displaying all the fields you allowed for display. If you activate the infoButton and move the mouse

Re: [Qgis-user] Label with HTML-expressions

2013-03-28 Thread Thomas Baumann
Hello, could it be that there is a bug in the recent Web-Client? I just set up the webclient an hour ago, so it should be the newest version. The tooltip itselft is working but the click-popup does not appear. In Firebug I can see that the get-feature-info-request is done and that a correct

Re: [Qgis-user] Label with HTML-expressions

2013-03-28 Thread Andreas Neumann
Hi Thomas, Same here at my setup of the sample project. The click-popup is not working here - but no error message. The tree view on the right (east) is deliberately removed as it should be replaced by the click-popup, which apparently currently isn't working for some reason. It may be some CSS

Re: [Qgis-user] Label with HTML-expressions

2013-03-28 Thread Bernhard Ströbl
Hi all, at my place popups do work as they should (with my data in my project). Setting is: QGIS 1.8 GetProjectSettings = false my test machine runs today's master but this poses a problem with no matter GetProjectSettings = true or false: I do not get a map because the bounding box is wrong

Re: [Qgis-user] Label with HTML-expressions

2013-03-27 Thread Bernhard Ströbl
*Fra:* Nathan Woodrow [madman...@gmail.com] *Sendt:* 26. marts 2013 23:53 *Til:* Lene Fischer *Cc:* qgis-user *Emne:* Re: [Qgis-user] Label with HTML-expressions Lene, If you are talking about the hotlink stuff. QGIS can do this using Layer Actions. Have a look in the properties

Re: [Qgis-user] Label with HTML-expressions

2013-03-27 Thread magerlin
Hi Lene A simple solution could be the HTML Image Map Plugin. If you have a shape file with attributes like a text and the corresponding link you can use the plugin to create a simple html file and png file of the map background ending up looking like this: Simple example

Re: [Qgis-user] Label with HTML-expressions

2013-03-27 Thread magerlin
Just remembered an actual use I did of the Image Map Plugin showing travel times with public transport to my work place: Check Travel Times (in Danish) http://byogtrafik.ramboll.dk/mobilitetsplan/rejsetider/rejsetider_oerestad.html - Regards Morten Qgis 1.8.0 Stand alone installer

Re: [Qgis-user] Label with HTML-expressions

2013-03-27 Thread Antonio Vico
Hi magerlin, Can you explain how to have you do this?. On 27/03/13 13:54, magerlin wrote: Hi Lene A simple solution could be the HTML Image Map Plugin. If you have a shape file with attributes like a text and the corresponding link you can use the plugin to create a simple html file and png

[Qgis-user] Label with HTML-expressions

2013-03-26 Thread Lene Fischer
I´ve tried to insert a HTML a href in the label-expression. The url in coloumn 'www' 'a href=[% www %] target=_blanklink/a' The output example looks like a link (blue and underline), but when I look at the map - it is filled with non interpreted text. Is there a render as HTML label option I

Re: [Qgis-user] Label with HTML-expressions

2013-03-26 Thread Andreas Neumann
Hi, Are you using QGIS 1.8 or QGIS 1.9x? As far as I know this only works in 1.9x (master version). Andreas On Tue, 26 Mar 2013 07:49:15 +, Lene Fischer wrote: I´ve tried to insert a HTML in the label-expression. The url in coloumn 'www' 'link [1]' The output example looks like a link

Re: [Qgis-user] Label with HTML-expressions

2013-03-26 Thread Andreas Neumann
[a.neum...@carto.net] Sendt: 26. marts 2013 09:36 Til: qgis-user@lists.osgeo.org Emne: Re: [Qgis-user] Label with HTML-expressions Hi, Are you using QGIS 1.8 or QGIS 1.9x? As far as I know this only works in 1.9x (master version). Andreas On Tue, 26 Mar 2013 07:49:15 +, Lene Fischer

Re: [Qgis-user] Label with HTML-expressions

2013-03-26 Thread Nathan Woodrow
Lene, Are you talking about HTML map labels or HTML composer labels? - Nathan On Tue, Mar 26, 2013 at 5:49 PM, Lene Fischer l...@life.ku.dk wrote: I´ve tried to insert a HTML a href in the label-expression. The url in coloumn 'www' 'a href=[% www %] target=_blanklink/a' The output

Re: [Qgis-user] Label with HTML-expressions

2013-03-26 Thread Lene Fischer
. It would be nice if it was there. Just as in MapInfo Regards Lene Fra: Nathan Woodrow [madman...@gmail.com] Sendt: 26. marts 2013 14:14 Til: Lene Fischer Cc: qgis-user Emne: Re: [Qgis-user] Label with HTML-expressions

Re: [Qgis-user] Label with HTML-expressions

2013-03-26 Thread Nathan Woodrow
2013 14:14 *Til:* Lene Fischer *Cc:* qgis-user *Emne:* Re: [Qgis-user] Label with HTML-expressions Lene, Are you talking about HTML map labels or HTML composer labels? - Nathan On Tue, Mar 26, 2013 at 5:49 PM, Lene Fischer l...@life.ku.dk wrote: I´ve tried to insert a HTML a href

Re: [Qgis-user] Label with HTML-expressions

2013-03-26 Thread Lene Fischer
Fra: Nathan Woodrow [madman...@gmail.com] Sendt: 26. marts 2013 14:22 Til: Lene Fischer Cc: qgis-user Emne: Re: [Qgis-user] Label with HTML-expressions Lene, HTML maps labels are not supportedyet. The example label is rendering the link because QLabels

Re: [Qgis-user] Label with HTML-expressions

2013-03-26 Thread Nathan Woodrow
14:22 *Til:* Lene Fischer *Cc:* qgis-user *Emne:* Re: [Qgis-user] Label with HTML-expressions Lene, HTML maps labels are not supportedyet. The example label is rendering the link because QLabels support HTML, which is used to preview the label result. What would be you use case

Re: [Qgis-user] Label with HTML-expressions

2013-03-26 Thread Lene Fischer
...@gmail.com] Sendt: 26. marts 2013 23:53 Til: Lene Fischer Cc: qgis-user Emne: Re: [Qgis-user] Label with HTML-expressions Lene, If you are talking about the hotlink stuff. QGIS can do this using Layer Actions. Have a look in the properties dialog under the Actions tab for the layer. - Nathan

Re: [Qgis-user] Label with HTML-expressions

2013-03-26 Thread Nathan Woodrow
-- *Fra:* Nathan Woodrow [madman...@gmail.com] *Sendt:* 26. marts 2013 23:53 *Til:* Lene Fischer *Cc:* qgis-user *Emne:* Re: [Qgis-user] Label with HTML-expressions Lene, If you are talking about the hotlink stuff. QGIS can do this using Layer Actions. Have a look in the properties