Community of VE/MapPoint Users and Developers
This is a discussion on $$$ Will Pay for A Way to Make a Map $$$ within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I keep being told that MapPoint can't make maps. I am told that it can't make maps from an ASP ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| $$$ Will Pay for A Way to Make a Map $$$ Most of this seems rather basic to me. Does any one here know how to make a Map using MapPoint??? I can make one using crayons so I figure MapPoint should be able too. I hear that Bell Canada is doing it! Will pay if someone can identify a simple way. I am not a newbie with VB, Access or MS SQL 2000/2002 Let me know if interested! |
| |||
|
I've pondered the same thing. I want to make my own "push-pin" type map programmatically and then save as a GIF or JPG or other image file into SQL Server. Example: Customer signs up to website and wants a map of all locations within 5 mile radius. My theory is to make a map centered on their address (with a push pin like a star for you are here). Set the map to have a 5 mile radius. Import all push-pins for store locations. Save map as BLOB in SQL Server for future use. This would need to be run once for each new user and then a batch for each user when new stores are built. This would eliminate using MapPoint WebService and would provide an "instant" map. The map image would take up space, but a small price to pay for the performance assuming that it is possible to build the map quick enough. I have not tried it yet, as an experienced programmer, you should be able to figure it out in the MapPoint SDK that can be downloaded from Microsoft's site. I have everything but the time. Scott Friend Database Mentors sfriend@databasementors.com |
| |||
|
In the object-model of MP you have a function CopyMap. The current map is copied to the clipboard. The map can be written to a database to avoid EULA restrictions. So the problem now is to put graphical symbols on the map. You only have e.g. the edge-coordinates of the map-area. So the position must be interpolated. I have done something similar because I wanted to draw my own graphical symbols on the map (fonts, bitmaps..). It works fine. Cheers Rainer |
| |||
|
code sample at : http://www.mp2kmag.com/mappoint/disc...8319c29fc2bfaa |
![]() |
| Tags |
| $$$, make, map, pay |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to make shapes unmoveable ? | Jaba | MapPoint 2006/2009 Discussion | 6 | 01-12-2005 05:03 AM |
| Make shorter a GeoBalloonState | clavijo | MapPoint 2006/2009 Discussion | 2 | 08-03-2004 02:31 AM |
| How to make invisible a pushpin | clavijo | MapPoint 2006/2009 Discussion | 2 | 07-09-2004 07:41 AM |
| how to make pcx file under 256 colors? | Anonymous | MapPoint 2006/2009 Discussion | 1 | 01-10-2004 07:30 PM |
| Make New own baseMap | Anonymous | MapPoint 2006/2009 Discussion | 1 | 12-03-2003 10:02 AM |