RE: Construction info inaccurate!!
Tue, 2 Oct 2007 10:49:05 -0700
I have just verified that MapPoint does not show this construction in it's
traffic data. Also, the traffic data is provided to MapPoint from a third
party source. Traffic.com
"Dave Dahle" wrote:
> This issue came up as I use MS Streets and Trips to plan out my trips -
> before you jump on me for posting ...
|
URGENT: Can the timeout period of a map url be changed?
Tue, 2 Oct 2007 09:46:00 -0700
Hello,
I am in desperate need to find out if the timeout period of a returned map
url can be changed? If not can anyone tell me that the exact timeout period
is?
Thanks,
Ken ...
|
Addresses not translated in GetLocationInfo
Mon, 1 Oct 2007 07:56:00 -0700
We found that addresses returned from GetLocationInfo for the location in
Netherlands (lat=52.37552, lon=4.89289) are always the same no matter what
languages you specify (en, es, nl, de) while the returned places names are
translated in the corresponding language. Is it an error? ...
|
axis 1.4 throwing exception
Fri, 28 Sep 2007 16:30:11 -0700
We were using axis 1.1 for MapPoint. Now we are migrating to a new
environment with axis 1.4 and I get an exception:
org.apache.axis.encoding.ser.BeanSerializer - Exception:
java.io.IOException: Non nillable element 'resultMask' is null.
Any idea on why this is occuring. I have seen some messages dating from ...
|
FindAddress Data Source Name ?
Fri, 28 Sep 2007 05:26:01 -0700
Hi,
The data source name is required to find Longitude/Latitude for an address
which means we need to write the logic to check all the countires and based
on that set the Data Source Name. I am just wondering how it works for Batch
Geo coding as in that case the data can be from different countries. If the ...
|
Shape is not initialiezed
Thu, 27 Sep 2007 07:56:02 -0700
Hi,
For virtual earth I tried to add PushPin with V4 as below and it worked
map.AddPushpin(new VEPushpin(ID, new VELatLong(lat, lng),
With V5 if I try
var pin = new VEShape(VEShapeType.Pushpin,new VELatLong(lat, lng));
map.AddShape(pin);
I am getting the error "Shape is not initialized" but if I use ...
|
MapPoint Capabilities
Wed, 26 Sep 2007 14:05:01 -0700
If I enter in a series of retail locations across the country, later can I
enter in a zip code to find out which location it is closest to? ...
|
|
|
Calculating driving distance between to point
Tue, 25 Sep 2007 11:18:02 -0700
I have the latitude and the longtitude data of two points, I want to
calculate the driving distance between this two points, can Mappoint do it?
Would you show some sample code?
If i have many sets of the latitude and the longtitude data, can I send them
as a batch? will that cost me less? we are reaching ...
|
Adding Territories
Mon, 24 Sep 2007 17:48:02 -0700
I am trying to add zip codes to territories, and keep having the program
freeze, and I end up doing an "end task" and losing whatever hasn't been
saved. I have one zip code in particular that mappoint will not allow me to
add to a territory. Any suggestions? ...
|
Polygons
Mon, 24 Sep 2007 07:42:02 -0700
I developed an application wich dispalys a map containing icons in the
coordinates I give as input. I would like to display a regular polygon
(hoctagon for example) centered in this position with the diagonal as input.
I think I have to do it using the Polygon XML File Format.
Once the file is written how c ...
|