MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




clean all the Arrow on the MAP

This is a discussion on clean all the Arrow on the MAP within the MapPoint Web Service and Virtual Earth forums, part of the Map Forums category; Hello? I don't know the method of cleaning all the arrow on the MAP. I draw the arrow (like this ...


Go Back   MapPoint Forums > Map Forums > MapPoint Web Service and Virtual Earth

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 01-29-2008
Junior Member
White Belt
 
Join Date: Nov 2007
Posts: 3
Talking clean all the Arrow on the MAP

Hello?

I don't know the method of cleaning all the arrow on the MAP.

I draw the arrow (like this <--) on the World MAP.

the number of arrow is 11. so, there is 11 arrow on the World MAP.

I find the method to reduce the width and arrowhead

but, I don't find the method to clean the world map.

I remains the line and push pin.

code is that,(it is java script)

It is the end of Init() function

timerBlink = setTimeout("mapTimer()", 1000);
setTimeout("clearLine()", 3000);
// setTimeout("refreshMap()", 30000);

}

function clearLine()
{
for(i = countItem - 1; i > 0; i--)
{
alert("objMap.Shapes.Item" + i);
objMap.Shapes.Item(i).Line.EndArrowhead = false;
objMap.Shapes.Item(i).Line.weight = 0;
}
}

function Draw_Linedest(cityname, destname, textStr, weight, red, green, blue, sourceString, i, url, latitudeSrc, longitudeSrc, latitudeDst, longitudeDst)
{
locAttk = objMap.GetLocation(latitudeSrc, longitudeSrc);
locDest = objMap.GetLocation(latitudeDst, longitudeDst);
var objPin = objMap.AddPushpin(locAttk);
objPin.BalloonState = 1;
objPin.Name = (i+1) + "." + sourceString;
objPin.Note = "city : " + cityname +"\n" + "count : " + textStr; // +"\n" + url;
objLine[i] = objMap.Shapes.AddLine(locAttk, locDest);
objLine[i].Line.weight = weight;
objLine[i].Line.ForeColor = red + green * 256 + blue * 256 * 256; //36000; //"FF0000"; // RGB(red, green, blue);
objLine[i].Line.EndArrowhead = true;
}

but
Does anyone know about this problem?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread


LinkBacks (?)
LinkBack to this Thread: http://www.mapforums.com/clean-all-arrow-map-7057.html

Posted By For Type Date
The Magazine for MapPoint - MP2K Magazine This thread Refback 02-04-2008 09:30 AM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
How to clean up mappoint objects the right way? VC_Man MapPoint 2006/2009 Discussion 3 02-08-2007 05:33 AM
Context menu disabled and Arrow of direction still actived ? noreli MapPoint 2006/2009 Discussion 1 11-21-2006 04:08 PM
Change color of arrow Shragel MapPoint 2006/2009 Discussion 3 07-12-2006 07:28 PM
How can I show arrow symbols to indicate direction? Anonymous MapPoint 2006/2009 Discussion 1 03-23-2005 12:43 PM
Arrow size Anonymous MapPoint 2006/2009 Discussion 0 10-14-2004 02:43 PM


All times are GMT -5. The time now is 02:01 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
MP2K Magazine
Visitor Map

Gatwick flight arrivals
On Holiday Hypermarket you can see where to find out information on Gatwick including flight arrivals and departures. Check it out now.

Personal Travel Advisor
Let a personal Travel Advisor help with your travel plans. Travel Counsellors were voted UK's Best Travel Agent at the Guardian Unlimited travel awards

Cuba Holidays
After years of neglect by the western world, Cuba is coming back onto the holiday scene. Cuba Holidays are a unique and enjoyable experience. Book at dealchecker.co.uk.

Holidays in Cyprus
Holidays in Cyprus are enriched by the abundance of churches, ruins and natural wonders. Book a holiday with us today!

Canaries
Find out all about the Canaries when you check out the ulookubook.com travel guides. Not only can you get a great holiday deal but you can find out useful information about potential holiday destinations.

Holidays
At Travel.co.uk the options for holidays are endless. Do some online comparison shopping!

Cheap Lanzarote Holidays
The Canary Islands beckons you to come! View information on cheap Lanzarote holidays at On The Beach!


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51