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 10 of 10

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; Is there a way to draw more than one radius circle at a time from two different locations? I would ...

  1. #1
    hacker-pschorr is offline Junior Member White Belt
    Join Date
    Jun 2009
    Posts
    5

    Drawing multiple radius circles

    Is there a way to draw more than one radius circle at a time from two different locations?

    I would like to have 3-4 different 50 mile radius circles on the same map at the same time.

    Assuming this is possible, is there a way to designate a primary location? Let's say I have two home locations within 75 miles of each other with a few dozen secondary locations around them.
    With the first question I would like to draw a 50 mile radius from each home location. Since they are so close together, some of the secondary locations will overlap and be within 50 miles of both home locations. I would like to pick a primary so any overlapping will only show up in the list / count for the primary

    Hope this makes sense.

    Thanks!

  2. #2
    Eric Frost's Avatar
    Eric Frost is offline Administrator Black Belt
    Join Date
    Jul 1992
    Posts
    4,892
    Blog Entries
    4

    Re: Drawing multiple radius circles

    Take a look at this utility -
    Drawing Radii (Circles)
    (it costs $99 to access the downloads in that section)

    Would you manually be picking the primary locations?

    Eric
    Last edited by Eric Frost; 04-17-2012 at 10:10 AM.
    ~ Order MapPoint MapPoint 2013 Here and Get Free Access to the MapForums Downloads ~
    ~~
    ~ Upgrade to Get Access to the MapForums Downloads ~

  3. #3
    hacker-pschorr is offline Junior Member White Belt
    Join Date
    Jun 2009
    Posts
    5

    Re: Drawing multiple radius circles

    Quote Originally Posted by Eric Frost View Post
    Would you manually be picking the primary locations?
    I would prefer to pre-set the primary locations, not the end of the world if that's not possible.

    If this all works out, my final map may have a few thousand secondary locations with a couple hundred primary.


    I downloaded the above file - very cool. When I create a manual circle with the "Find Nearby Places" button, it says how many locations are within the circle. Is there a way to do the same with the above script?
    Ultimately I need to know how many secondary locations are in each circle without manually counting them. This is where the example of having two primary locations close together comes in. I would like some way to specify for a primary location to omit any secondary locations that are within the boundary line of another primary.
    Last edited by hacker-pschorr; 06-15-2009 at 09:02 AM.

  4. #4
    Eric Frost's Avatar
    Eric Frost is offline Administrator Black Belt
    Join Date
    Jul 1992
    Posts
    4,892
    Blog Entries
    4

    Re: Drawing multiple radius circles

    Quote Originally Posted by hacker-pschorr View Post
    I would prefer to pre-set the primary locations, not the end of the world if that's not possible.

    If this all works out, my final map may have a few thousand secondary locations with a couple hundred primary.
    Sorry I'm not fully understanding what you want to do. Do only the primary locations have the circles?

    Quote Originally Posted by hacker-pschorr View Post
    I downloaded the above file - very cool. When I create a manual circle with the "Find Nearby Places" button, it says how many locations are within the circle. Is there a way to do the same with the above script?
    Yes I think, programmatically you can do a FindNearBy Places and loop through the results. Should not be too hard.

    Quote Originally Posted by hacker-pschorr View Post
    Ultimately I need to know how many secondary locations are in each circle without manually counting them. This is where the example of having two primary locations close together comes in. I would like some way to specify for a primary location to omit any secondary locations that are within the boundary line of another primary.
    How do you decide which primary location gets assigned the secondary location if the secondary location is within the radius for two primary locations?

    Eric
    ~ Order MapPoint MapPoint 2013 Here and Get Free Access to the MapForums Downloads ~
    ~~
    ~ Upgrade to Get Access to the MapForums Downloads ~

  5. #5
    hacker-pschorr is offline Junior Member White Belt
    Join Date
    Jun 2009
    Posts
    5

    Re: Drawing multiple radius circles

    Quote Originally Posted by Eric Frost View Post
    Sorry I'm not fully understanding what you want to do. Do only the primary locations have the circles?
    Correct, only the primary locations will have circles.

    Quote Originally Posted by Eric Frost View Post
    How do you decide which primary location gets assigned the secondary location if the secondary location is within the radius for two primary locations?
    It's going to be a manual addition to the map I'm sure. I know which locations need to take precedence, just need to find a way to show this on the map.

    The ultimate goal will be clicking on a primary location and having the information window pop up showing how many secondary locations are within the circle.

    So far I think I'm on the right track. I was using GoogleMaps for this, the number of locations was really taxing the web browser when loading. It looks like MapPoint is better suited for this amount of data.

  6. #6
    Eric Frost's Avatar
    Eric Frost is offline Administrator Black Belt
    Join Date
    Jul 1992
    Posts
    4,892
    Blog Entries
    4

    Re: Drawing multiple radius circles

    Do you need some custom coding? I am trying to envision the workflow.. I think you could fairly easily have another column in the Excel spreadsheet that writes out how many secondary locations were within the circles for the primary locations - however like you say there would be overlap. Maybe for each row it goes down, it deletes the secondary locations it has already found? However, then it would just sort of be arbitrary which primary location the secondary location is assigned to...

    Eric
    ~ Order MapPoint MapPoint 2013 Here and Get Free Access to the MapForums Downloads ~
    ~~
    ~ Upgrade to Get Access to the MapForums Downloads ~

  7. #7
    hacker-pschorr is offline Junior Member White Belt
    Join Date
    Jun 2009
    Posts
    5

    Re: Drawing multiple radius circles

    Quote Originally Posted by Eric Frost View Post
    Do you need some custom coding? I am trying to envision the workflow.. I think you could fairly easily have another column in the Excel spreadsheet that writes out how many secondary locations were within the circles for the primary locations - however like you say there would be overlap. Maybe for each row it goes down, it deletes the secondary locations it has already found? However, then it would just sort of be arbitrary which primary location the secondary location is assigned to...

    Eric
    At this point I'm open to suggestions since I'm very new to MapPoint I'm not sure what is capable right out of the box or what will require extra coding.

    Thanks for the help.

  8. #8
    Eric Frost's Avatar
    Eric Frost is offline Administrator Black Belt
    Join Date
    Jul 1992
    Posts
    4,892
    Blog Entries
    4

    Re: Drawing multiple radius circles

    How far have you gotten?

    If you use that radius drawing tool to draw circles for your primary locations, and then import all your secondary locations, you can right click on any of the circles and select Export to Excel to get a complete list of all the pushpins within that circle...

    For "overlap" (secondary locations that appear in two or more sets) I think you would have to weed them out afterward in a database.

    Eric
    ~ Order MapPoint MapPoint 2013 Here and Get Free Access to the MapForums Downloads ~
    ~~
    ~ Upgrade to Get Access to the MapForums Downloads ~

  9. #9
    hacker-pschorr is offline Junior Member White Belt
    Join Date
    Jun 2009
    Posts
    5

    Re: Drawing multiple radius circles

    Quote Originally Posted by Eric Frost View Post
    How far have you gotten?

    If you use that radius drawing tool to draw circles for your primary locations, and then import all your secondary locations, you can right click on any of the circles and select Export to Excel to get a complete list of all the pushpins within that circle...

    For "overlap" (secondary locations that appear in two or more sets) I think you would have to weed them out afterward in a database.

    Eric
    I haven't been able to spend much time on this, the initial radius tool helped out a lot to get things rolling.

    I'll try the excel output, was not aware of that, might be a relatively simple way to do this.

  10. #10
    Eric Frost's Avatar
    Eric Frost is offline Administrator Black Belt
    Join Date
    Jul 1992
    Posts
    4,892
    Blog Entries
    4

    Re: Drawing multiple radius circles

    Let us know how it goes.

    For hundreds of radii or Primary locations, it would be nice to automate it, I'm just not sure how you will handle the overlap.

    Eric
    ~ Order MapPoint MapPoint 2013 Here and Get Free Access to the MapForums Downloads ~
    ~~
    ~ Upgrade to Get Access to the MapForums Downloads ~

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Drawing Radii (Circles)
    By Eric Frost in forum MapForums Plus Downloads
    Replies: 11
    Last Post: 10-20-2009, 01:40 AM
  2. Drawing Multiple Radius Circles
    By AgDawg in forum MapPoint Desktop Discussion
    Replies: 8
    Last Post: 04-09-2009, 01:35 AM
  3. Automatic radius circles?
    By tukes in forum MapPoint Desktop Discussion
    Replies: 7
    Last Post: 06-02-2008, 10:33 AM
  4. 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
  5. Drawing radius in the wind direction
    By vidyakulkarni in forum MapPoint Desktop Discussion
    Replies: 0
    Last Post: 09-10-2004, 02:45 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 80