Focal Point
[CLOSED] Multiple Layers in a Designer Map

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1547005396

May 27, 2020, 10:51 PM
Shingles
[CLOSED] Multiple Layers in a Designer Map
Hi Folks,

We recently moved our UAT/QA environment to 8207. I'm pretty excited to start using Designer, I hope it lives up to the hype.

I found that all my maps are fubared. They aren't working right at all. And they all have different problems. So I decided to create new Designer maps from scratch using Designer.

I would like to add two layers to a map. I guess two series is more accurate. Is that possible? The interface once you render the map has a section where you can turn on and off layers (right now it only has the one layer), so that suggests it can be done, but I don't see how to add a second layer in Designer. The Designer interface only allows me to add one point field at a time.

I copied and pasted the code below (I took out some code to keep it simpler). I didn't bother creating a sample using the car masterfile 'cause I need coordinates to drop on a map. I hope you folks can make sense of it anyhow.

The second BY statement has the coordinates for the other layer I want to display (it is commented out below).

[CODE]
GRAPH FILE reporting/occurrences
-* Created by Designer for Graph
SUM FST.Crime_Indicator AS 'Crime Indicator'
BY OCCURRENCES.FACT_OCCURRENCE.GPS_POINT
-*BY OCCURRENCES.DIM_PERSON.PERSON_POINT
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET VZERO OFF
ON GRAPH SET GRWIDTH 1
ON GRAPH SET HAXIS 1008.0
ON GRAPH SET VAXIS 768.0
ON GRAPH SET LOOKGRAPH BUBBLEMAP
ON GRAPH SET EMBEDHEADING ON
ON GRAPH SET AUTOFIT ON
ON GRAPH SET STYLE *
INCLUDE=IBFS:/WFC/Global/Themes/Standard/Default/theme.sty,$
TYPE=REPORT, TITLETEXT='Chart1', ARREPORTSIZE=DIMENSION, ARFILTER_TARGET='*', CHART-LOOK=com.esri.map, ARGRAPHENGINE=JSCHART, $

TYPE=DATA, COLUMN=N2, BUCKET=tooltip, $

*GRAPH_SCRIPT

*GRAPH_JS_FINAL
"chartFrame": {
"border": {
"width": 1.0
}
},
"extensions": {
"com.esri.map": {
"overlayLayers": [
{
"ibiDataLayer": {
"map-geometry": {
"map_by_field": "OCCURRENCES.FACT_OCCURRENCE.GPS_POINT"
}
}
}
],
"baseMapInfo": {
"customBaseMaps": [
{
"ibiBaseLayer": "dark-gray"
}
]
}
}
},
"matrixProperties": {
"cellBorder": {
"width": 1.0
}
},
"pieProperties": {
"holeSize": "0%"
},
"fill": {
"color": "rgba(0, 0, 0, 1)"
},
"agnosticSettings": {
"chartTypeFullName": "Bubblemap"
}

*END
ENDSTYLE
END
[\CODE]

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8201, SP 0.1, Windows 7, HTML
June 03, 2020, 03:44 PM
FP Mod Chuck
Shingles

Not sure how many people are on 8.2.07 so if you haven't figured this out please open a case with techsupport and report it as a problem.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats