Welcome to MapForums!

Register, sign in, or use Facebook Connect above to join in and participate in the forum.

When you are signed in, this message, the ads in this row, and the red-underlined link ads all go away.

Subscribe to receive our newsletter.
Subscribe Unsubscribe
Results 1 to 9 of 9

Drawing Multiple Radius Circles

This is a discussion on Drawing Multiple Radius Circles within the MapPoint Desktop Discussion forums, part of the Map Forums category; I have produced a pin map with over a 100 locations based upon lat, long and I now need to ...

  1. #1
    AgDawg is offline Junior Member White Belt
    Join Date
    Apr 2008
    Posts
    3

    Drawing Multiple Radius Circles

    I have produced a pin map with over a 100 locations based upon lat, long and I now need to draw a 30 mile radius around each. Is there a quicker way to do this besides the manual way?

  2. #2
    Winwaed's Avatar
    Winwaed is offline Mapping-Tools.com Black Belt
    Join Date
    Feb 2004
    Posts
    1,722
    Blog Entries
    50

    Re: Drawing Multiple Radius Circles

    You will need to do this with custom programming.
    For each location, you need a call to AddShape, eg. in VB6:

    myMap.Shapes.AddShape geoShapeCircle, oLoc, 30,30


    where myMap is your Map object, oLoc is your location object.

    If you have the pins already, you would also need code to loop over the pushpins getting their locations (=oLoc).


    Richard
    Winwaed Software Technology LLC
    http://www.winwaed.com
    See http://www.mapping-tools.com for MapPoint Tools

  3. #3
    Winwaed's Avatar
    Winwaed is offline Mapping-Tools.com Black Belt
    Join Date
    Feb 2004
    Posts
    1,722
    Blog Entries
    50

    Re: Drawing Multiple Radius Circles

    A How-To article has been published here:

    A Simple Add-in for MapPoint API Beginners - MapPoint Articles - MP2K Magazine

    Richard
    Winwaed Software Technology LLC
    http://www.winwaed.com
    See http://www.mapping-tools.com for MapPoint Tools

  4. #4
    AgDawg is offline Junior Member White Belt
    Join Date
    Apr 2008
    Posts
    3

    Re: Drawing Multiple Radius Circles

    Thank You very much. This will save me a considerable amount of time.

  5. #5
    plscahill is offline Junior Member White Belt
    Join Date
    Jun 2008
    Posts
    3

    Re: Drawing Multiple Radius Circles

    Thank you for the information Help out so very much. I have a question since in the code provided the radius is hard coded, is there a way to have the code reference an excel sheet that has the values listed (5900+) and use those values as the radius value? If this is possible I would be greatly appreciative.

    thank you
    Pete

  6. #6
    Ford Barton is offline Junior Member White Belt
    Join Date
    Nov 2008
    Posts
    1

    Re: Drawing Multiple Radius Circles

    Quote Originally Posted by plscahill View Post
    Thank you for the information Help out so very much. I have a question since in the code provided the radius is hard coded, is there a way to have the code reference an excel sheet that has the values listed (5900+) and use those values as the radius value? If this is possible I would be greatly appreciative.

    thank you
    Pete
    Pete - Did you ever find out how to do this? I am looking for the exact same thing. I have a need to plot multiple locations with varying radiuses from an Excel spreadsheet (lat, long, radius).
    Thanks, Ford

  7. #7
    Dougal is offline Junior Member White Belt
    Join Date
    Apr 2009
    Posts
    1

    Re: Drawing Multiple Radius Circles

    Hi everyone
    Being a newbie and having spent more time than I should trawling for advice through this forum, I have the exact problem that Pete and Ford have. Multiple pushpins with varying radius required. I have downloaded the zipfile, but having no knowledge of visual basic, I'm not able to 'tweak' it to be of any major help at all. Anyone??

  8. #8
    Wilfried is offline Senior Member Black Belt
    Join Date
    Nov 2004
    Location
    Belgium
    Posts
    2,434

    Re: Drawing Multiple Radius Circles

    Hi,

    I'm not a VB programmer, but there should be various articels to find on internet how to read an excel sheet in VB. However I should advice so study VB a little for a while otherwise it will be very hard to get something working, even with help.

  9. #9
    davidb is offline Senior Member Blue Belt
    Join Date
    Oct 2003
    Location
    London
    Posts
    290

    Re: Drawing Multiple Radius Circles

    Also I'd check out this recent thread

    Drawing Radii (Circles)
    David
    UK mapping and map analysis services at www.broomanalysis.plus.com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Automatic radius circles?
    By tukes in forum MapPoint Desktop Discussion
    Replies: 7
    Last Post: 06-02-2008, 10:33 AM
  2. Mission Impossible? Intersection of Multiple Circles
    By The Lone Turtle in forum MapPoint Desktop Discussion
    Replies: 4
    Last Post: 03-05-2006, 12:59 PM
  3. Drawing radius in the wind direction
    By vidyakulkarni in forum MapPoint Desktop Discussion
    Replies: 0
    Last Post: 09-10-2004, 02:45 PM
  4. Circles
    By Anonymous in forum MapPoint Desktop Discussion
    Replies: 3
    Last Post: 12-08-2003, 11:35 PM
  5. Error in programatically drawing radius rings in mappoint
    By Eamon in forum MapPoint Desktop Discussion
    Replies: 1
    Last Post: 01-02-2003, 05:39 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79