Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
fuchsdan
Contributor
Contributor

Floor Map - all coordinates in center/how to control color?

Hello, 

I am working on a floor map for our production. I managed to get a zoom-able picture into it and to display points. The issue I have is:

- all two points are in the center

- I cannot control the color

What I have done/available

- Excel file with name, coordinate, maturity, status:

NameGPSMaturityStatus
9D[83, 310]40Yes
10A[400, 150]10No

 

- consider the scaling of the picture with: 

SET vWidth = 535;
SET vHeight = 783;

// Define two functions
SET fx2Long = Round(RangeMax($2,$3)/2 - $2/2 + $1) * 40075014 / RangeMax($2,$3) - 20037507);
SET fx2Lat = Round(RangeMax($2,$3)/2 - $2/2 + $1) * -40075014 / RangeMax($2,$3) + 20037507);

After some time now, I would appreciate some hint on how to proceed. I use desktop, version April-2019. This is what I have in the moment:

Layout.PNG

Labels (3)
0 Replies