Questions tagged [mappoint]

Microsoft MapPoint is both a technology ("MapPoint Web Service," previously known as MapPoint .NET) and a specific software program created by Microsoft that allows users to view, edit and integrate maps.

Microsoft MapPoint 2013 was the last release, and official Microsoft support stopped in 2015.

The MapPoint Web Service was discontinued before this date.

71 questions
0
votes
0 answers

Create a view in Mappoint with SQL addin

I just downloaded the SQL add in for MS Mappoint, and I'm trying to create a view. I have a bunch of locations stored as LocID (Ident/Key), Name, Address, City, State, Zip, Zip3, Country, Longitude, Latitude. How do I manually create a view so that…
Dexter
  • 795
  • 2
  • 13
  • 27
0
votes
1 answer

MapPoint lags with C#

I have included MapPoint control object into my C# form. Once I try to close the program mappoint seems to free for a bit and causes lag. I tried setting _mpMap.Saved = true; but no luck
jM2.me
  • 3,839
  • 12
  • 44
  • 58
0
votes
0 answers

Importing from Excel using Visual Basic

So here's the deal. I want to import some information from my Excel file to "play around" with them in VBA. The problem is that there is a certain method of import, which I kinda want to use for some Mapping that will simply not work for me. Private…
Ciuboss
  • 67
  • 7
0
votes
2 answers

MapPoint 2010-Distance between a common object such as a river and assigned pushpins

Is there a way to find the distance from a common area like a river or state border and push pins I have set up? I am trying to narrow all the pushpins within 1/4 of a mile of a border, but drawing the radius circles aren't really helpful. Is…
erika
  • 1
0
votes
1 answer

How to add a Marker to ArcGIS map (Silverlight)

I am teaching my self arcGIS maps via the Silverlight API for work, and i was trying to do a simple, place marker symbol at XY example, but darn it if I can't get it to work! I am using the following sample page as a reference, but when i go to…
Nathan Tregillus
  • 6,006
  • 3
  • 52
  • 91
0
votes
2 answers

Is there a drive time functionality in Excel 2016 similar to MapPoint?

I'm using the drive time zone functionality in Map Point a lot, but the software is no longer supported. I was wondering if it was possible to get similar functionality in Excel 2016, I've tried to replicate it in 3D Maps but I couldn't find…
Martin Boros
  • 780
  • 3
  • 9
  • 22
0
votes
2 answers

How to export MapPoint territories in lat/long boundries

I built out territories in MapPoint based on zip code grouping. Is there a way to export the long/lat of the territory boundaries? I know MapPoint knows the coordinates, but I can't find a way to export them. If this capability is not available in…
Alen Giliana
  • 2,144
  • 3
  • 17
  • 30
0
votes
1 answer

MapPoint 2009 Missing Data

I have imported some data as pins (all correctly imported with the balloon showing the postcode), however, when I change the map type to Shaded Area, I am losing some information. For Example, I have 2 pins with the Postcode IV26 2TH which have…
Benjamin Grout
  • 51
  • 1
  • 10
0
votes
1 answer

Using MapPoint from Jacob (java com)

I need to create in java a widget with a MapPoint element. I found a tutorial to open Mapoint Application and using function. But i didn't found any to integrate it in a widget. How can integrate it in a widget? EDIT: I can use an other free…
0
votes
1 answer

Silverlight - Accessing Microsoft MapPoint Web Service

I need to access the Microsoft MapPoint Web Service (not the Bing Maps Web Service) from a Silverlight application. When I attempt to access the web service, it prompts me for my username / password. I enter my username and password and then a…
user208662
  • 10,869
  • 26
  • 73
  • 86
0
votes
2 answers

SQL Server & Mappoint/Spatial Table/Long&Lat

I am trying to map some data out of MS SQL Server 2008 (express) and Mappoint with the Mappoint addin for Sql server. The only issue i have is this spatial table stuff. I think i understand what a spatial data is now but i just need an example of…
omooba
  • 9
  • 2
0
votes
1 answer

How to find Distance Between two Places using MapPoint using C# using Windows Application?

I am finding distance between two places using the following code but it is slow takes around 1 minute. MapPoint.Application objApp = new MapPoint.Application(); MapPoint.Map objMap = null; objMap = objApp.ActiveMap; Object…
Anjali
  • 1,680
  • 4
  • 26
  • 48
0
votes
1 answer

Adobe "Save as" dialog boxes - MapPoint Excel VBA

I am trying to interact with an external Acrobat dialog window through VBA. I am using MapPoint to generate maps and then save them as PDF files. Everything is controlled through VBA. I am using the "PrintOut" method of the maps to save them. …
Iggy25
  • 72
  • 9
0
votes
1 answer

Using MapPoint to compute routes with locations not on the road?

We use MapPoint for computing routes, but the problem is that we have locations that are not on the road like houses backyards and stuff. We work with latitude and longitude coordinates which may or may not be on the road. This may cause a lot of…
user2381422
  • 5,645
  • 14
  • 42
  • 56
0
votes
1 answer

Can route color be modified in MapPoint?

Can route color be modified in MapPoint? We need to change route colors. There is no reference for MapPoint I could search for MapPoint.Route, I just have a book. I don't understand why Microsoft does not create a reference for MapPoint. Thanks
user2381422
  • 5,645
  • 14
  • 42
  • 56