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] How to change default map of ibiMap001 in WebFOCUS enable SWC component

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] How to change default map of ibiMap001 in WebFOCUS enable SWC component
 Login/Join
 
Platinum Member
posted
Hi All

any one know how to change the default map of ibiMap001 component of WebFOCUS Enable SWC? i try to develop Dashboard using Flex Builder but i want to set let say italy map insted of US. i already got google API key and the longitude and ltitude from google earth. but i want to set it for ibiMap001 component to change the default map.


I appreiate your Assistance.

Regards
A.Qalqili

This message has been edited. Last edited by: Kerry,


WF 7.7.0.3HF3 / WinXP- WF-Client & Apache / DevStd 7.7.0.3HF3 win XP.
 
Posts: 118 | Registered: February 08, 2006Report This Post
Platinum Member
posted Hide Post
Hi My Frindz

I just Read the Documentation titled "WebFOCUS Enable for Adobe Flex User’s Guide". i have been nivigated to the property of ibiMap001 and i change this properties "defaultMapCenter" i set it to be equal Germany. it supose to work .but in real it is not working.


if any one use it before his advice more than helpfull

Regards
A.Qalqiliano

This message has been edited. Last edited by: Qalqili,


WF 7.7.0.3HF3 / WinXP- WF-Client & Apache / DevStd 7.7.0.3HF3 win XP.
 
Posts: 118 | Registered: February 08, 2006Report This Post
<csssps07>
posted
To clafiry what you're doing, how are you setting/changing the default map setting? Can you provide a snippet of your code?
 
Report This Post
Platinum Member
posted Hide Post
Hi CSSSps07

i change that property from Flex builder development tools.

  

<ibi:ibiMap001 x="2" y="2" width="717" initialize="onMapReady[event)" height="482" defaultMapType="satellite" defaultMapCenter="Saudi Arabia,riyadh" enableContinuousZoom="true" enableControlByKeyboard="true" enableDragging="true" enableScrollWheelZoom="true" ibiParent="MAIN02">
<ibi:apiKey>ABQIAAAAoLtyhdhQLbrxEi1pJvvvJRR9xyXwUVkwf9xnNyPhpChWWbBIfxTO9AvzJ-WQs830QH-INygbKvJ-Rw</ibi:apiKey>
			<ibi:markerSets>
			< ![CDATA[{ibiMarkersParent: MAIN02;ibiMarkerColor: #8F8FBC;ibiLatColumn: LTITUDE;ibiLongColumn: LONGITUDE;ibiToolTip: CITY;}]]>
			</ibi:markerSets>
	</ibi:ibiMap001>




WF 7.7.0.3HF3 / WinXP- WF-Client & Apache / DevStd 7.7.0.3HF3 win XP.
 
Posts: 118 | Registered: February 08, 2006Report This Post
<csssps07>
posted
Hey there,

Your code looks okay for the most part. The only thing I'm unsure of is what the initialize function is doing, i.e. whether it's resetting some properties. So couple of suggestions:

1. Take out the initialize and run the app again.

2. Try setting (reducing) the zoom level.

Also, an obvious question: is Germany part of your data?

Here's a sample that's working for me:

		<ibi:ibiMap001 x="10" y="49" id="MAP1" ibiMapFilters="{['Combo0','Combo1']}"  defaultMapCenter="Iraq" defaultMapZoom="5" enableContinuousZoom="true" enableControlByKeyboard="true" enableDragging="true" enableScrollWheelZoom="true">
			<ibi:apiKey>xxxxx</ibi:apiKey>
			<ibi:markerSets>< ![CDATA[
				{
				ibiMarkersParent:DETAIL01;
				ibiMarkerColor: #8F8FBC;
				ibiLatColumn: LATITUDE;
				ibiLongColumn: LONGITUDE;
				ibiToolTip: DSP_NAME;
				ibiMinZoom: 1;
				ibiMaxZoom: 6;
				ibiInfoWindowColumns: DSP_NAME AS Provider,DSP_WEBSITE AS Website,DSP_RATING AS Rating;
				ibiInfoWindowSize: 450,100;
				ibiMarkerCenter: true;
				}
				]]></ibi:markerSets>

This message has been edited. Last edited by: Kerry,
 
Report This Post
<csssps07>
posted
This part got left out in the last post:

 
Report This Post
<csssps07>
posted
Posting again; Hmm, it must be something in the syntax that's stripping the code:

<ibi:ibiMap001 x="10" y="49" id="MAP1" 
defaultMapCenter="Iraq" defaultMapZoom="5" enableContinuousZoom="true" enableControlByKeyboard="true" enableDragging="true" enableScrollWheelZoom="true">

This message has been edited. Last edited by: Kerry,
 
Report 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] How to change default map of ibiMap001 in WebFOCUS enable SWC component

Copyright © 1996-2020 Information Builders