MapPoint Forums

MapForums

Community of MapPoint and Virtual Earth Users and Developers




Circles

This is a discussion on Circles within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi! I am a Newbee and have a "simpl" question. Is it possible ( by VB) not to draw puhpins ...


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 12-01-2003
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Circles

Hi!
I am a Newbee and have a "simpl" question.
Is it possible ( by VB) not to draw puhpins on map, but to draw circles with a fixed/free diameter and color ?. Like the way it is done when I import data from an excel-sheet.

The shapobjekt is not a thing I want to use.


Thanks from good old vienna.
Walter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 12-01-2003
Eric Frost's Avatar
Senior Member
Black Belt
 
Join Date: Jul 1992
Posts: 3,041
Blog Entries: 2
What's wrong with the shape object?

You might try a polyline, use AddPolyline.

The other thing would be use the pushpin but make it a circle with a transparent center.

I am not understanding this part: "Like the way it is done when I import data from an excel-sheet. "

Eric
__________________
~ Now taking orders for MapPoint 2009 ~
~~
~ Upgrade to MapForums Plus membership ~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 12-02-2003
Junior Member
Yellow Belt
 
Join Date: Feb 2003
Posts: 28
I think that "Like the way it is done when I import data from an excel-sheet " refers to the sized circle/shaded circle option on the Data Mapping Wizard. Not sure, but that is the only "fixed/free diameter and color" circle I can think of that is not a draw object.

If you plan on using this without the Data Mapping Wizard see the help on DisplayDataMap method and the DataMapType constants "geoDataMapTypeShadedCircle" and "geoDataMapTypeSizedCircle."

If you just want the circles without importing data, I think you will need to use the shape object.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 12-08-2003
Junior Member
Yellow Belt
 
Join Date: Dec 2003
Posts: 12
Re: Circles

> Like the way it is done when I import data from an excel-sheet.

I think you mean the very last step of the import where you can select the shape of the pushpin, right? There are circles in two sizes in various colors. You can set this by changing the symbol value. There is a table in the help under symbol properties, circles are values 16-31. You will have to loop through each pushpin and set it, here is a real example:


Code:
       Do While Not objRecords.EOF
           lngCount = lngCount + 1
           If first = 1 Then
...
           End If
           objShape.Name = Current_RtName
           objRecords.Pushpin.Symbol = Current_RtNumber    ' <<<here
           objRecords.Pushpin.Note = Current_RtName
           objRecords.MoveNext
       Loop
Hope that helps,
sthurlock
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
circles


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
Mission Impossible? Intersection of Multiple Circles The Lone Turtle MapPoint 2006/2009 Discussion 4 03-05-2006 12:59 PM
Map Point VBA - Plotting circles Phil Holt MapPoint 2006/2009 Discussion 2 02-05-2006 05:33 AM
How to change the size of the sized circles Anonymous MapPoint 2006/2009 Discussion 0 11-10-2004 03:54 AM
Sized Circles are very misleading in MapPoint 2002 Anonymous MapPoint 2006/2009 Discussion 1 07-22-2004 02:39 PM
When using the shaded circles to plot a sum of net.... Anonymous MapPoint 2006/2009 Discussion 1 09-05-2001 06:08 AM


All times are GMT -5. The time now is 02:04 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

Sharm El Sheikh Holiday
Enjoy the hot sun and fantastic beaches on your Sharm El Sheikh holiday! Check out the UlookUbook online offers...



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