09-12-2017 06:07 AM - edited 09-12-2017 06:08 AM
I can not see most of my data attributes in the tooltip section.
There should be around 50 attributes, but i can only see three of them.
Is that a bug or is there a way I can change this?
What is the requirement for an attribute to be available as a tooltip?
I can use all of the other attributes in my charts though.
I use Mapp Enterprise 16.1
Solved! Go to Solution.
09-12-2017 06:20 AM
For attributes to be available as tooltips in Feature Analyzer, the user will need to define the fields in the Vector Data definition screen in MAE Studio. This allows the system to stream in only what is needed (and visible) vs. the entire dataset. To do this:
{ENTITY.<field name>}
{ENTITY.<field name>}
HTH
09-18-2017 01:58 AM
Thank you, that was working for me!
I also had to change the daat type of my colums. ME can not work with small integers in case of tooltips.
04-11-2018 02:01 PM
Hello.
Extending the conversation, i have a question almost in the same theme.
It's possible to attach multimedia (image and video) just to one point or polygon instead to atach it to each row?
Attached you will find an image of what im trying to explain.
Thanks.
04-12-2018 06:42 AM
Hello,
Yes it is possible to attach multimedia items such as videos, websites, pictures within a tooltip using Feature Analyzer, however you cannot simply use the URL link to accomplish this. The URL link (be it a link to a picture or video must be wrapped in some HTML for it to work).
However, this HTML wrapping can be done using a Functional Attribute. The Functional Attributes tab lets you create additional attributes from existing attributes. These new attributes are not stored, they are calculated on-the-fly, on an as needed basis, and hence they are dynamic. After creating an attribute, they can be used just like any other attribute within the application. To embed a video within a tooltip, please see workflow below…
Continue on...
Hope this helps... Robert
04-23-2018 09:26 AM - edited 04-23-2018 09:27 AM
Hello, thanks a lot for your explanation, it's very clear.
Now, what i mean is, once you aply all configuration that you explain, and clic on a cluster of 2 or more points, the video/image appears hte same time as the number of the clustering, if there's 4 point cluster appears 4 times the same video in the same window.
My question is how to only show the video y one especific point/coordinate, and is this possible?
I want to show an different image for each point.
04-23-2018 10:33 AM
Yes it is possible to show a unique image or video for each location. See the view hyperlink below for results.
To do this, each record must have a pointer to the image similiar to the example below:
Longitude | Latitude | Photo |
37.36667 | 36.06667 | http://combatlootingac.maps.arcgis.com/sharing/rest/content/items/8a213fc0c8db42e5863a3b9c6438cbd5/d... |
43.12083 | 36.35139 | http://combatlootingac.maps.arcgis.com/sharing/rest/content/items/db3494bf2d944f24b3b6b0b5159445c6/d... |
38.26806 | 34.55139 | http://combatlootingac.maps.arcgis.com/sharing/rest/content/items/a7b28fe48c4d487680c2fd1bd16aea9a/d... |
With this, then use a Functional Attribute as described in the my previous post to wrap the HTML need to display these in a tooltip.
04-23-2018 11:06 AM
Thats it!.
Great example, thanks a lot, now i'm on it.
11-16-2018 03:02 AM
Thx for your extensive explanation and step-by-step help. I've got just another question about the tooltip. How did you changed the background color into gradient white-purple? Because I've the standard which is black-white gradient and it's sometimes disturbing the contrast with the text.
Thank you!
03-28-2019 06:06 AM
the background color of the tooltip is correspondent to the color of the feature it is categorized. To change the background of the tooltip, you need to change the color of the theme.