MapPoint Forums

MapForums

Community of MapPoint and Virtual Earth Users and Developers




Skip the pushpin view with DisplayDataMap

This is a discussion on Skip the pushpin view with DisplayDataMap within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi to all! I'm trying to import data in Mappoint, and to draw them with the DisplayDataMap function in a ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Today's Posts Twitter Feed Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read



Click here to register

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-28-2005
Junior Member
White Belt
 
Join Date: Jun 2005
Posts: 2
Skip the pushpin view with DisplayDataMap

Hi to all!

I'm trying to import data in Mappoint, and to draw them with the DisplayDataMap function in a MapTypeShadedArea. It works but not so well: I see a lot of pushpin, before the rendering phase is completed...

How can I skip the view of this pushpin ?

Here is my code:
Code:
datas = AxMappointControl1.ActiveMap.DataSets.ImportData(dbStr,xFieldArray, GeoCountry.geoCountryItaly)

objFields = datas .Fields.Item("Quantita")

If (datas .RecordCount > 0) Then
 datas.DisplayDataMap( _
     GeoDataMapType.geoDataMapTypeShadedArea, _
     objFields, _
     GeoShowDataBy.geoShowByRegion3, _
     GeoCombineDataBy.geoCombineByAdd, _
     GeoDataRangeType.geoRangeTypeContinuous, _
     GeoDataRangeOrder.geoRangeOrderDefault)
I saw an old post with the same question (Posted: Tue Sep 10, 2002 1:49 pm Post subject: how to skip wrong pushpinsymbol and map style, using datamap), but the answer'link is't more valid..

Thanks
Keter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
displaydatamap, pushpin, skip, view


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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
DisplayDataMap chpw MapPoint 2006/2009 Discussion 8 09-21-2006 06:13 AM
Conditional Pushpin View amrok Products: Pushpin Tool, Single State Mapper 0 03-05-2004 04:55 AM
DisplayDataMap with delphi ? seb24 MapPoint 2006/2009 Discussion 0 01-29-2004 09:49 AM
DisplayDataMap and C# Anonymous MapPoint 2006/2009 Discussion 0 07-04-2003 01:15 PM
how to skip wrong pushpinsymbol and map style, using datamap Anonymous MapPoint 2006/2009 Discussion 3 09-11-2002 07:18 PM


All times are GMT -5. The time now is 04:32 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0 RC2
MP2K Magazine
Visitor Map

Hurghada Holiday
Enjoy sunny Egypt when you book a Hurghada holiday through UlookUbook at a good price!



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 52 53 54 55 56 57 58 59