MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




MapPoint Webservice Performance Issues

This is a discussion on MapPoint Webservice Performance Issues within the MapPoint Web Service and Virtual Earth forums, part of the Map Forums category; I'm trying to retrieve latitude and longitude along with entity data from a custom data source uploaded to MapPoint CSS ...


Go Back   MapPoint Forums > Map Forums > MapPoint Web Service and Virtual Earth

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



Click here to register

Reply

 

LinkBack (2) Thread Tools Display Modes
  2 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 10-06-2008
Junior Member
White Belt
 
Join Date: Oct 2008
Location: Atlanta, GA
Posts: 1
Send a message via AIM to jmalcolm Send a message via MSN to jmalcolm Send a message via Yahoo to jmalcolm
Question MapPoint Webservice Performance Issues

I'm trying to retrieve latitude and longitude along with entity data from a custom data source uploaded to MapPoint CSS by using the FindResultMask.EntityFlag. I'm able to retrieve my entity data, but I only get the latitude and longitude information when I specify FindResultMask.LatLongFlag. My problem here is that adding the FindResultMask.LatLongFlag setting increases my execution time by 85%, causing very slow response times within my application.

Here's a snippet of my code. Please let me know if I'm missing something.

FindNearbySpecification findNearbySpecification = new FindNearbySpecification();
findNearbySpecification.DataSourceName = dataSource;
if (distance == 0.0)
distance = _MPDefaultRadius;
findNearbySpecification.Distance = distance;
findNearbySpecification.LatLong = new LatLong();
findNearbySpecification.LatLong.Latitude = latitude;
findNearbySpecification.LatLong.Longitude = longitude;
findNearbySpecification.Options = new FindOptions();
findNearbySpecification.Options.Range = new FindRange();
findNearbySpecification.Options.Range.StartIndex = 0;
findNearbySpecification.Options.Range.Count = _MPMaxSearchResults;
findNearbySpecification.Options.ResultMask = FindResultMask.EntityFlag|FindResultMask.LatLongFl ag;
findNearbySpecification.Filter = new FindFilter();
findNearbySpecification.Filter.EntityTypeName = _MPEntityTypeName;
findNearbySpecification.Filter.PropertyNames = GetPropertyNames();


foundNearByResults = _FindService.FindNearby(findNearbySpecification);
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 6 Days Ago
ufg ufg is offline
Junior Member
White Belt
 
Join Date: Aug 2008
Posts: 6
Re: MapPoint Webservice Performance Issues

OP, I am also having this problem, I wish you luck in finding a solution and if i find one will let you know.
__________________
http://www.4eto.co.uk – ETO Manufacturing Software
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 4 Days Ago
Junior Member
White Belt
 
Join Date: Nov 2008
Posts: 2
Re: MapPoint Webservice Performance Issues

Hello
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 4 Days Ago
Eric Frost's Avatar
Senior Member
Black Belt
 
Join Date: Jul 1992
Posts: 2,471
Blog Entries: 1
Re: MapPoint Webservice Performance Issues

Hello Deepa.

Do you have anything to add?

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
  #5 (permalink)  
Old 4 Days Ago
Junior Member
White Belt
 
Join Date: Nov 2008
Posts: 2
Re: MapPoint Webservice Performance Issues

Hi,

I am using the mapoint staging webservice for the displaying the EU map.
I am facing slow map rendering problem.For the first time the map is rendered correctly.After some time when i select it it is not displayed .This happens only some times and not always and i dont know why is this happening.

Could any one tell me how to fix this if they have experienced the same problem.

Cheers,
Deepa
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
entityflag, findresultmask, issues, latlongflag, mappoint, performance, webservice


LinkBacks (?)
LinkBack to this Thread: http://www.mapforums.com/mappoint-webservice-performance-issues-8787.html

Posted By For Type Date
Merging Multiple Routes - MapPoint Articles - MP2K Magazine This thread Refback 10-10-2008 10:03 AM
The Magazine for MapPoint - MP2K Magazine This thread Refback 10-08-2008 05:03 PM

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

Similar Threads

Thread Thread Starter Forum Replies Last Post
MapPoint 2009 issues Christopher@Georger.Com MapPoint 2006/2009 Discussion 0 09-15-2008 02:32 PM
how to migrate our mappoint webservice developement to virtual earth webservice ? sickboy MapPoint Web Service and Virtual Earth 0 12-05-2007 06:35 PM
MapPoint/S&T Install Issues dstone MapPoint 2006/2009 Discussion 3 07-23-2007 01:31 PM
MapPoint 2004 Performance Issues (c++) nicolas MapPoint 2006/2009 Discussion 5 06-20-2006 08:51 AM
MapPoint Add-In performance rseman MapPoint 2006/2009 Discussion 2 05-06-2003 09:00 AM


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