Sign in to follow this  
sivatech001

Fusion Map(FCMap_USA.swf) need help

Recommended Posts

Hi,

I called Fusion Map(FCMap_USA.swf) this map in my application its displaying. But it shows the places like(CA,MT,ND and etc...) thats area names in USA. I want to hide that area names and show the maps without area names.

Thans,

Siva.

Share this post


Link to post
Share on other sites

Hi,

I used showLabel='0' but also it shows the area. How to make it without showing area name.

My codes given below.

<map showShadow='0' showBevel='0' showMarkerLabels='0' useHoverColor='0' showLabels='0'

showCanvasBorder='0' mapRightMargin='0' fillColor='AFCED9' bordercolor='FFFFFF' 

markerBgColor='00577F' animation='0' formatNumber="0" bgColor="f7f2f7" borderColor="f7f2f7"

borderThickness="1" showBorder="1" markerBorderColor='00577F' markerRadius='3'

showTooltip='0' showMarkerTooltip='0' showMarkerLabels='0'>

 <data> 

  <entity id='AL' /> 

  <entity id='AK' />

  <entity id='AZ' />

  <entity id='AR' />

  <entity id='CA' />

  <entity id='CO' />

  <entity id='CT' />

  <entity id='DE' />

  <entity id='FL' />

  <entity id='GA' />

  <entity id='HI' />

  <entity id='ID' />

  <entity id='IL' />

  <entity id='IN' />

  <entity id='IA' />

  <entity id='KS' />

  <entity id='KY' />

  <entity id='LA' />

  <entity id='ME' />

  <entity id='MD' />

  <entity id='MA' />

  <entity id='MI' />

  <entity id='MN' />

  <entity id='MS' />

  <entity id='MO' />

  <entity id='MT' />

  <entity id='NE' />

  <entity id='NV' />

  <entity id='NH' />

  <entity id='NJ' />

  <entity id='NM' />

  <entity id='NY' />

  <entity id='NC' />

  <entity id='ND' />

  <entity id='OH' />

  <entity id='OK' />

  <entity id='OR' />

  <entity id='PA' />

  <entity id='RI' />

  <entity id='SC' />

  <entity id='SD' />

  <entity id='TN' />

  <entity id='TX' />

  <entity id='UT' />

  <entity id='VT' />

  <entity id='VA' />

  <entity id='WA' />

  <entity id='WV' />

  <entity id='WI' />

  <entity id='WY' />

  <entity id='DC' />

 </data>

 

 <markers>

  <definition>

  <marker id='SE' x='35.34' y='50.56' label='Seattle' />

  <marker id='CO' x=' 525.85' y='172.94' label='Columbus' />

  <marker id='MA' x='444.94' y='119.34' label='Madison' />

  <marker id='LA' x='81.86' y=' 257.89' label='Los Angeles' />

  <marker id='SLC' x='163.79' y='156.76' label='Salt Lake City' />

  <marker id='KC' x='383.25' y='183.05 ' label='Kansas City' />

  <marker id='AT' x='508.66' y='267' label='Atlanta' />

  <marker id='CH' x='467.19' y='139.56' label='Chicago' />

  <marker id='OK' x='344.82' y='236.65' label='Oklahoma City' />

  <marker id='NO' x='432.81' y='314.53' label='New Orleans' />

  </definition>

  <shapes>

  <shape id='Icon' type='image' URL='http://localhost:80/graphs/FusionAir/Resources/PlaneIcon.gif'/>

  </shapes>

  <application>

  <marker id='SE' shapeId='Icon' />

  <marker id='SP' shapeId='Icon' />

  <marker id='CO' shapeId='Icon' />

  <marker id='MA' shapeId='Icon' />

  <marker id='LA' shapeId='Icon' />

  <marker id='SLC' shapeId='Icon' />

  <marker id='KC' shapeId='Icon' />

  <marker id='AT' shapeId='Icon' />

  <marker id='CH' shapeId='Icon' />

  <marker id='OK' shapeId='Icon' />

  <marker id='NO' shapeId='Icon' />

  </application>

  <connectors>

<connector from='SE' to='SLC' toolText='Seattle - Salt Lake City: 689 miles' dashed='1' color='00577F' alpha='40'/>

<connector from='CH' to='AT' toolText='Chicago - Atlanta: 606 miles' dashed='1' color='00577F'  alpha='40'/>

<connector from='SE' to='LA' toolText='Seattle - Los Angeles: 954 miles' dashed='1' color='00577F'  alpha='40'/>

<connector from='AT' to='LA' toolText='Atlanta - Los Angeles: 1946 miles' dashed='1' color='00577F'  alpha='40'/>

<connector from='LA' to='NO' toolText='Los Angeles - New Orleans: 1645 miles' dashed='1' color='00577F'  alpha='40'/>

<connector from='KC' to='MA' toolText='Kansas City - Madison: 381 miles' dashed='1' color='00577F'  alpha='40'/>

<connector from='SE' to='OK' toolText='Seattle - Oklahoma City: 1499 miles' dashed='1' color='00577F'  alpha='40'/>

<connector from='MA' to='SE' toolText='Madison - Seattle: 1595 miles' dashed='1' color='00577F'  alpha='40'/>

<connector from='KC' to='SLC' toolText='Kansas City - Salt Lake City: 905 miles' dashed='1' color='00577F'  alpha='40'/>

<connector from='SLC' to='CH' toolText='Salt Lake City - Chicago: 1239 miles' dashed='1' color='00577F'  alpha='40'/>

<connector from='CO' to='SLC' toolText='Columbus - Salt Lake City: 1575 miles' dashed='1' color='00577F'  alpha='40'/>

<connector from='NO' to='CO' toolText='New Orleans - Columbus: 355 miles' dashed='1' color='00577F'  alpha='40'/>

<connector from='OK' to='CH' toolText='Oklahomo City - Chicago: 682 miles' dashed='1' color='00577F'  alpha='40'/>

  </connectors>

  </markers>

 

  <styles>

  <definition>

<style name='ToolTipStyle' type='font' bgColor='00577F' borderColor='00577F' color='FFFFFF'/>

<style name='animalpha' type='animation' param='_alpha' start='0' duration='1' />

  </definition>

  <application>

<apply toObject='TOOLTIP' styles='ToolTipStyle' />

<apply toObject='MARKERCONNECTORS' styles='animAlpha' />

<apply toObject='MARKERS' styles='animAlpha' />

  </application>

  </styles>

</map>

Share this post


Link to post
Share on other sites

Hi,

Could you please try this?

<map showShadow='0' showBevel='0' useHoverColor='0' showLabels='0' showTooltip='0'

showCanvasBorder='0' mapRightMargin='0' fillColor='AFCED9' borderColor='AFCED9' 

markerBgColor='00577F' animation='0' showMarkerToolTip='1'>

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this