MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




[Multi pushpins selection ?]

This is a discussion on [Multi pushpins selection ?] within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hello, I'd like to make a multi pushpin selection. It seems to be impossible (but I'm not sure). So, I'd ...


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

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-02-2002
Vincent BENNER's Avatar
Member
Yellow Belt
 
Join Date: Sep 2002
Posts: 41
[Multi pushpins selection ?]

Hello,

I'd like to make a multi pushpin selection.
It seems to be impossible (but I'm not sure).

So, I'd like to know if it's possible to draw a
shape and to know all the pushpins which are
inside those shape.

Regards,

Vincent BENNER
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-02-2002
John Meyer's Avatar
Senior Member
Blue Belt
 
Join Date: Jul 2002
Posts: 479
There is not a way to select more than one pushpin but you can draw a shape and right click the shape, choose export to excel.

Programmatically you would use one of these tree methods:

QueryShape
QueryPolygon
QueryCircle
__________________
John
http://www.support-pc.com

Order MapPoint 2006 Here
https://secure.mp2kmag.com/?refer=support-PC
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 01-29-2003
Member
Yellow Belt
 
Join Date: Dec 2002
Posts: 39
What is that?
Querybycircle not available for puspins???

The following code indeed shows no hits:

Set objRecords = objDataSet.QueryCircle(objLoc, 2000)
objRecords.MoveFirst
Do While Not objRecords.EOF
If TypeOf objRecords Is MapPoint.Pushpin Then
lngCount = lngCount + 1
End If
objRecords.MoveNext
Loop
List1.AddItem lngCount

I want to select the puspins (my own set) lying within that circle. Not possible?
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 01-29-2003
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
QueryCircle does support Pushpin

Hi, Peter:

I checked your code:

Set objRecords = objDataSet.QueryCircle(objLoc, 2000)
objRecords.MoveFirst
Do While Not objRecords.EOF
If TypeOf objRecords Is MapPoint.Pushpin Then
lngCount = lngCount + 1
End If
objRecords.MoveNext
Loop
List1.AddItem lngCount

Everything is fine but one place: the type of OBJRECORDS is MAPPOINT.Recordset, it is not a Pushpin. So you can't check its type to determine if the current record is a pushpin or not. :-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 01-30-2003
Member
Yellow Belt
 
Join Date: Dec 2002
Posts: 39
Is the Querybycircle method not exact?

Thanks!
I checked the Parent.Name of the records and there are several hits.
Next problem: Given a radius of 100 meters Querybycircle finds records which are outside of the circle. Is the Querybycircle method not exact?

Peter
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
multi, pushpins, selection


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
Adding custom pushpins to the pushpin selection Anonymous MapPoint 2006/2009 Discussion 1 11-28-2003 04:28 PM
pop-up html/doc file on selection of pushpins sandiphw MapPoint 2006/2009 Discussion 0 11-26-2003 10:23 PM
Multi-radius Anonymous Wish List 2 06-30-2003 12:54 AM
Multi-radius Anonymous MapPoint 2006/2009 Discussion 1 02-26-2003 10:07 AM
Mappoint newbie here- need to be able to map multi.... Anonymous MapPoint 2006/2009 Discussion 3 06-13-2002 11:04 AM


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


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