Questions tagged [maptips]
The maptips tag has no summary.
52 questions
4
votes
1
answer
175
views
HTML MapTip to show elevation data from DEM layer in QGIS
Is there a way to set the HTML MapTip to show elevation data on a DEM layer in QGIS?
The QGIS expression builder doesn't have any functionality to connect to mouse movement. I am guessing a custom ...
1
vote
0
answers
77
views
QGIS Display map tips of multiple layers simultaneously
I want to show map tips of multiple point layers (all in one group) simultaneously in a way, that map tips are shown for all layers instead of only the one selected in the TOC.
Is there a way in ...
2
votes
1
answer
218
views
QGIS displaying images on Map tips using relative paths not working
I’m trying to view about 120 photos in QGIS map tips. photos are in a sub folder called “photos” in the project folder “photos_arg”.
First I imported the photos using import geotagged photos and ...
0
votes
1
answer
195
views
QGIS Maptips HTML expression
I'm setting up a QGIS maptip for a layer which comprises 6 text columns.
I'm using a CASE WHEN expression in the HTML Map Tip window which is;
[% CASE WHEN "Confine" ='WNC'
THEN
"...
0
votes
1
answer
132
views
Text Color in QGIS Map Tip
I am trying to use Map Tip in QGIS 3.34.6. I have everything working and showing the value of a field from the attribute table of a layer but the tips appear with black text on a dark grey background ...
0
votes
1
answer
237
views
Show designed map tips instead of the default pop-ups in qgis2web
I continue designing my customized interactive map using the latest version of qgis2web plug in. In this location, I want to display in the exported qgis2web map the map tips I designed with html in ...
2
votes
2
answers
817
views
Creating map tip with pictures stored in relative path
I have created a QGIS 3.34 project in this directory: "C:/MyProject". Alongside with the QGIS project file there is a folder containing some georeferenced pictures I want to show on my QGIS ...
1
vote
1
answer
456
views
QGIS Maptips - images not oriented correctly
I have a Map Tip in QGIS for a points layer. I'm using the following HTML to display images from my Mac:
<div style="width:400;height:400">
<p>[% "name" %]</p>...
-1
votes
1
answer
395
views
Displaying image with absolute path written in layer for QGIS Map Tips [duplicate]
I am trying to display the images of a layer with the "map tip" function.
The absolute path of each picture (D:\ ... \ ...\...jpg) is written in a field called "path".
I tried to ...
2
votes
0
answers
98
views
Controlling the Display Order of Map Tips for Overlapping Features
I have a point layer with multiple overlapping features. I have managed to control the rendering order of these features on the map using the "Control feature rendering order" option in the ...
2
votes
1
answer
522
views
How to display map tips of all points simultaneously in QGIS
I have a layer that contains 45 points.
I wanted to show pictures for each point, so I used map tips with local URLs of pictures like below.
As you know, to display map tips, I have to hover the ...
1
vote
0
answers
47
views
QGIS 3.16 – Maptip shows contents only once
I'm working with QGIS version 3.16.0-Hannover on both Mac and Windows OS and I encounter the same problem with using map tip.
I added images and videos to point location by adding in the layer ...
1
vote
0
answers
260
views
Is there a way to maintain map tips and/or actions in an exported PDF using QGIS?
I am working on a project that displays the locations of a group's projects in a city. I have it set up now so that map tips shows the name of the project and location when you hover over the point. I ...
1
vote
1
answer
121
views
Limiting map tips popups by scale in QGIS?
I have a points later and have enabled map tips to appear when I hover, as normal. However, I would like to prevent map tips balloons from appearing when zoomed out. The way I have found to accomplish ...
2
votes
1
answer
172
views
Maptip containing an expression combining a CASE WHEN-clause and a hyperlink consisting partly of value from table column
I am using maptips in QGIS 3.4, but the below expression won't work.
What I am trying to do is to use a CASE WHEN-clause in combination with a HREF from a webserver where the last part of the URL ...