Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Multiple Layers in a Designer Map

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Multiple Layers in a Designer Map
 Login/Join
 
Platinum Member
posted
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
 
Posts: 190 | Registered: May 19, 2017Report This Post
Virtuoso
posted Hide Post
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
 
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Multiple Layers in a Designer Map

Copyright © 1996-2020 Information Builders