Eric Frost | 4 Apr 03:14
Favicon

MP2Kmag Newsletter preview

I'm sending out this newsletter tomorrow, let me know if you have any suggestions or want to make any last-minute requests!
 
Eric


__
To unsubscribe from this list, send a message to list-bot-XmFtg0AI6zxBDgjK7y7TUQ@public.gmane.org containing "UNSUBSCRIBE" in subject.

 Tuesday - April 4, 2005
What's New at MP2K Magazine 
Welcome to another edition of the MP2Kmag Update. Since the last issue, quite a lot has happened. The MapPoint Business Unit was renamed to the Microsoft Virtual Earth Business Unit and just yesterday the team launched a new web site at http://www.microsoft.com/virtualearth. Microsoft is reportedly in the process of acquiring Vexcel, a remote sensing company that supplies cameras, software, and services. Windows Live Local has started to show a preview of "Street-side" photos. MWS 4.1 was released, and more.

MP2K Magazine is your source for independent news and information about MapPoint technologies and products and is home to the popular web forum for MapPoint users and developers. In this issue we feature new articles from Wilfried Mestdagh and Richard Marsden. We also have an interview with Fresh Logic Studios regarding their Atlas application. There are several screenshots from the latest Global Gaming Almanac which produces a MapPoint .ptm file to accompany the report. We also have a photo of Marvin Hlavac's new Maltese puppy with the Large MapPoint mug.

There are a LOT of news items and links, you could spend some hours reading all the articles to catch up with things. I would especially encourage you to check out the Virtual Earth news section.

This Issue's Contents at a Glance
 - features: Interview with Fresh Logic Studios, Global Gaming Almanac Screenshots
 - articles: Snap to a Road, Using MapPoint with Python, Part I
 - news: Virtual Earth Business Unit, TourSolver, Vexcel Acquisition, New Bird's Eye Imagery, Geoweb 2006, Where 2.0, Pushpin Tool Author Solicits Feature Requests
 - forum: Forum Highlights, Over 13,000 posts and more than 2,600 Registered Users

Happy Mapping and please forward this newsletter to anyone who would be interested!

Eric Frost, Editor
advertisement
MapPoint 2006

Pre-Order MapPoint 2006 Now and Get Free Priority Shipping

MP2Kmag is pleased to offer MapPoint 2006 along with our Routing and Programming Tools Spreadsheet ($95 value) for just $289.

There are again two versions, North America and Europe and the maps are updated with the most recent digital map databases. Other new features include:

 - integration with Windows Live Local and the Locate Me feature
 - a new Night-time map style and other driver guidance features
 - Navteq streets and a TON more data for the European version

Update your MapPoint maps to the latest digital map databases!

Order Your Licenses Today - Free Priority Shipping!

Features

MP2Kmag Talks with Fresh Logic Studios

A few weeks ago we conducted an e-mail interview with the folks at Fresh Logic Studios. We talk about their Atlas application and plans for future development.

What is the purpose of your Atlas application?

When we set out to develop Atlas, our goal was to create a web-based mapping platform that we could easily extend to encorporate a wide variety of geospatial data.

There's lots of people doing similar things. The buzzword out there right now for this Web 2.0 phenomenon is the term "mashup". The problem we've found with most mashups is that they're too limited in scope. Someone sets out to integrate Google Maps with Flickr, and that's great, but it's implemented with a weak architecture underneath. All that application will ever be capable of is tying together Google Maps and Flickr. Nothing else.

We're trying to build a platform where we can tie together a few geospatial pieces that we're currently interested in into one integrated experience and still leave room for other things that are out there and some that aren't even available yet. We guess you could say we're trying to build the "ultimate mashup".

What features does it have and how does it compare to Windows Live Local?

Think of Atlas as Windows Local Live with a user interface overhaul plus some added goodies.

Atlas has all the main features of Windows Local Live. Local search, driving directions, and the scratchpad are all in there. Obviously we have the fluid AJAX map that allows you to pan and zoom with the road, aerial, hybrid, and bird's eye imagery. Our Bird's Eye user interface isn't quite as nice as the Windows Local Live interface. We have some work to do in that area.

Sign up for a free account and gain access to the added features that allow you to search and plot lowest gas prices, latest traffic conditions, movies and showtimes, and blogs in your area. We'll send you email when we release new features and encourage feedback as to what we should tackle next.

Continue reading interview on MP2Kmag.

Global Gaming Almanac Screenshots

Casino City Press submitted these maps developed using MapPoint. Andrea Mullaney writes, "I have attached the ptm file from our Global Gaming Almanac CD, which displays more than 3,500 world gaming properties - including casinos, card rooms, racinos, horse tracks, dog tracks, casino cruises and cruise ships (and even Jai-alai frontons) using color-coded icons to designate different property types and ownership (Indian gaming vs. non-Indian gaming in the U.S. and Canada, for instance). The balloon pop-ups will give viewers access to property profile data.

"This map is included on Casino City's Global Gaming Almanac CD, which is sold to gaming industry analysts, investment banks, casino executives, gaming associations and commissions, and gaming business professionals both in the U.S. and abroad."

Click on each of the thumbnails below to view the full screenshots.



Get Published in MP2K Magazine

If you have a MapPoint presentation, neat programming technique, or would simply like to share the ways in which you are using MapPoint technology or any other ideas, contact us to discuss how we can turn your knowledge into an article and share your experience with the rest of the MapPoint community of users and developers.

Writers often plug their consulting service or other business interest through their bio which appears at the bottom of the article. Others do it for the Large MapPoint Mug (see right!). Whatever the reason, it is rewarding to share and take credit for the knowledge you share with the rest of the community.

Thanks to Marvin Hlavac who recently wrote What's New in Streets and Trips 2006 for allowing us to use the picture on the right of his new Maltese puppy eating from the MapPoint mug.


advertisement

Make MapPoint Work Harder for You

Extend MapPoint’s functionality. Add new data layers and menu items. Get expert technical assistance and training. Develop more robust applications. SpatialPoint is staffed with MapPoint and spatial technology experts. We’ve built our business helping customers make the most of MapPoint platforms. From MapPoint 2004 to MapPoint Web Service, from locator applications to decision-support, we’re your source for all matters MapPoint.

Visit www.spatialpoint.com or call toll-free 866.846.5900.


Articles

Snap to a Road

Wilfried Mestdagh's article shows how to take a lat/lon and find the nearest road relative to that point. The technique, written entirely in Delphi, employs reverse geocoding and determines the lat/lon using a CalcXY routine.

"This article will show how to snap a position to a road. Many times a GPS receiver's calculated position is not as accurate as we should like it to be, and when you project the position in MapPoint by means of a pushpin the vehicle is not on the road.

Also a vehicle might be not on any (digitized) road at all, for example it can be on a field or a parking lot. In that case you don't want to snap it to a road but you maybe want information like: 'The vehicle is 20 meters south-east from streetname, streetnumber'. And this is exacly what the code given in this article will produce."

  Full article text Discuss this story

Using Python to Control MapPoint, Part 1

First of two articles by Richard Marsden on scripting MapPoint using Python. This article demonstrates how to get started with PythonWin and MapPoint.

"Python is an easy to use but powerful scripting language. Python is ideal for processing data and text. This sounds a bit like Perl, but unlike Perl, I find Python much easier to read and maintain. A wide range of available extensions make Python an ideal tool for scripting MapPoint. Part 1 of this series shows you the basics of controlling MapPoint with Python. Part 2 will use some basic Python text processing to read a file of summary US Census data and plot the filtered results in MapPoint.

These examples use Python 2.4. This can be downloaded from http://www.python.org. I have installed it into the installer’s suggested directory of c:\Python24. If you use a different directory, you will need to modify the following instructions accordingly."
      Full article text Discuss this story

    Submit an article for publication and receive a Large MapPoint Mug!

    advertisement

    The Virtual Earth platform represents an integrated set of services that combines unique bird's-eye, aerial, and satellite imagery with best-of-breed mapping, location and search functionality. It enables companies to deliver innovative solutions and breakthrough customer experiences. The Virtual Earth platform powers a variety of consumer, enterprise and government applications. 

    Take your websites and applications to the next level by creating an immersive online mapping and search experience. Consumers can easily search, discover and visualize company location data and relevant local information. If your app is stuck with flat, boring maps, click here and we'll help you migrate.
    Locate. Integrate. Innovate. Are you ready? 

    MapPoint News

    The MapPoint Business Unit Gets a New Name
    From MapPoint B2B - "The Microsoft MapPoint Business Unit has officially changed it's name to the Microsoft Virtual Earth Business Unit. We'll maintain the MapPoint branding for our products, but moving forward our online platform will be called Virtual Earth, as well as, our BU."

    Where the Heck Are We?
    From Redmondmag.com - "Microsoft's MapPoint is a solid business-savvy mapping tool, but it needs more frequent updates... Easy to customize, MapPoint offers stellar mapping and labeling tools, unparalleled zoom and an easy-to-navigate interface that simplifies finding places and working with maps. In many cases, however, the maps it generates are anywhere from three to seven years out of date."

    Pushpin Tool - Wish List Wanted for Next Version
    An "updated version of Pushpin Tool in the planning stages... the Pushpin Tool has not been upgraded in a few years but there are a few new items I plan on adding and a few minor fixes to be made. I would like to hear from you what you think could be included in Pushpin Tool to make it better or fix something that’s already in it."

    TourSolver added to Mapping-Tools.com Product Line-up
    "TourSolver is a powerful route planning and optimization tool. TourSolver is capable of optimizing hundreds of customers amongst multiple routes. A wide variety of constraints can be applied, including times, vehicle capacities, and legal restrictions."

    Casino City Press Releases Global Gaming Almanac
    "The CD also includes the entire contents of the print edition in PDF format along with 200 annual reports of international gaming property owners and a MapPoint file displaying world gaming properties geographically on a map."

    New Expert Page added to GPS Magic
    "This page allows you to start GPS Magic Automatically when MapPoint Starts. And you can now also cause GPS Magic to skip chosen none essential Instructions."

    Mattys Consulting Large Format Map of Manhattan
    Mattys Consulting prepared this 36 x 42 pdf map of Manhattan using MapPoint.

    AirMagnet First to Integrate Spectrum Analysis
    "AirMagnet Survey 3.0 integrates Microsoft MapPoint® and the ability to map to GPS coordinates, which gives companies a literal blueprint to build reliable outdoor wireless networks. This capability is essential for accurate surveys of mesh networks and other outdoor Wi-Fi implementations, built in growing numbers by cities and municipalities across the U.S. to provide public Wi-Fi access to residents and businesses."

    Now Taking Orders for MapPoint 2006
    "MP2Kmag is now accepting pre-orders for MapPoint 2006 in tandem with our new Routing and Programming Tools spreadsheet. This suite of tools will be included for free with all orders. For more information and to order go to our secure MapPoint 2006 ordering form."

    Central and Eastern Europe are Back!
    A post earlier this month on Chris Pendleton's web site suggested MapPoint 2006 EU will include "A TON OF MORE DATA FOR EUROPE". Hopefully that is a good sign that Central and Eastern Europe will be making it back into the CD product (they were in the 2002 version but not 2004).

    Mapping-Tools.com releases pre-computed US mileage charts
    "When you purchase our charts, you will receive 51 individual data files:
    - Individual tables for each of the 50 States in the Union.
    - A large pan-USA table with the 250 largest cities included. (includes DC but excludes HI and PR)."

    advertisement
    The O’Reilly Where 2.0 conference brings together the people, projects, and issues leading the charge into the location-based technology frontier. Location-aware technologies combined with mapping and other data are poised to create a whole new class of web apps and services. Where 2.0 will explore what's viable now, and what's lurking just below the radar. Meet the people behind the mash-ups and the platforms, and the people looking ahead to the future of geospatial. Where 2.0 will be held June 13-14, 2006 at the Fairmont Hotel San Jose, California. Early Registration has been extended to May 1. Register now using code whr06mp2k for an additional 10% off.

    For more information visit http://conferences.oreilly.com/where.

    Virtual Earth and Windows Live Local News

    Boulder-based Vexcel Acquired by Microsoft
    Vexcel specializes in remote sending and data acquisition and processing. This may seem like a step away from Microsoft's core competency which is selling software. Vexcel is more of a hardware, services, and data (imagery) company. However, the acquisition should help Microsoft compete in providing the freshest and most detailed imagery for Windows Live Local and Virtual Earth.

    MapPoint Web Service 4.1 Released
    From Telematics Update - "Microsoft has announced the launch of Microsoft® MapPoint® Web Service 4.1 with expanded map coverage, worldwide city-to-city routing and improved frequency of ZIP code updates."

    Virtual Earth Madness Starts - Grand Prize XBOX 360
    The contest runs from February 28 – April 1(Midnight). You must register at ViaVirtualEarth. All questions and discussion for the contest is through the Virtual Earth Madness Forum.

    Maps.MSN.Com Gets A New Destination
    Microsoft has switched over the public site for Microsoft's main map delivery url address to Windows Live Local. The anticipated move is the culmination of more than a year's worth of high profile and high priority work within MS to keep up with rival technologies.

    Partner Readiness Briefing for Virtual Earth
    "This briefing will include an overview of the functionality of the Virtual Earth Commercial Control, a pricing and licensing review, and will explore the kinds of new opportunities Virtual Earth provides for partners."

    New Bird's Eye Imagery
    From MapPoint B2B - "We just loaded some new Bird's Eye imagery into the Virtual Earth platform, and thus into the Windows Live Local application. We now have imagery for the following counties:· Benton, AR· Broomfield, CO
    · Orange, FL · Catoosa, GA · Marion, KS · Lafourche, LA · Lincoln, LA · Dakota, MN · Olmstead, MN · Mercer, NJ · Montgomery, PA · Rutherford, TN · Tarrant, TX."

    Virtual Earth Workshop at Location Intelligence Conference
    "In this session you'll learn how to use the VE platform to add maps, geocoding, state-of-the-art imagery, and other location functionality into your business applications."

    Microsoft Selects Group 1's Geocoding Software
    "GeoStan provides a more comprehensive set of parcel and address-level geocodes by combining USPS® and CPC postal data with spatial data files from the world's leading data providers. Precisely defining the location of an address with latitude and longitude coordinates, the location is then displayed on the MapPoint Web Service map or Windows Live Local photo."

    Preview Street-side Photos for Live.com
    From MSN Search's Weblog - "The Virtual Earth team is pleased to launch a preview of a new feature we have been working on – interactive Street-side browsing. You can try it out at http://preview.local.live.com Street-side imagery allows you to drive around a city looking at the world around you as if you were in a car."

    New Site Highlights Windows Live Local Bird's Eye Imagery
    From MapPoint B2B - "Check out this site: http://www.birdseyetourist.com. It's a great reference for finding unique eye candy available in Windows Live Local. Plus, I found some imagery where I didn't know we actually had imagery!"

    Two Part Article on Working With Version 2 of the VE Control
    ViaVirtualEarth has published a new articles entitled "Creating Your First Virtual Earth v2 Page" in two parts. The first part helps "you understand how to get started using version 2 of the Virtual Earth Map Control. The map control used in Virtual Earth is a JScript control and a cascading style sheet. Together these can be used to present a great user experience for online map content."

    EarthData Delivers Products To Windows Live Local
    "Under the 5-year agreement, EarthData will supply Microsoft with new imagery, lidar, and radar data acquisition and map production support to keep Windows Live Local populated with current, accurate, high-resolution geospatial information. Microsoft will also have access to EarthData's own data archives."

    GeoWeb 2006 Conference Welcomes Microsoft as a New Sponsor
    "We are pleased to sponsor GeoWeb 2006 and to help bring location standards to the forefront of the search and mapping industry,” said Stephen Lawler, general manager of the Virtual Earth Business Unit at Microsoft. “Microsoft continues to make significant investments in location-based services and local search, and is excited to share this vision with our industry partners and customers.”

    Programming MapPoint in .NET - Sample code is now online
    From Chandu Thota's Weblog - As you know, my new book Programming MapPoint in .NET comes with C# samples that can be downloaded form O'Reilly site. Now you can also see the samples online at book's support site. This source code comes with updated sample for Virtual Earth (Chapter 11 - Programming with Virtual Earth).

    ViaVirtualEarth Superbowl Mashup
    Check out this year's Super Bowl stadium and surrounding attractions on WLL. Also browse your way around previous years stadiums and results.

    Vote for features in the next release of Virtual Earth
    From the Windows Live Local / Virtual Earth Blog - "Work is well underway for the third major release of Virtual Earth/Windows Live Local. We want to hear what you want added to the site. When we did a similar poll back in October the feedback you provided was hugely valuable in shaping release 2."

    Masternaut Keeps Track of D Morgan's Tippers
    From Transport News Network - "Masternaut uniquely identifies each vehicle and calculates its position by GPS, transmits this information via GPRS to a central server that can then be accessed in real time by any web enabled PC. The record of the vehicles position is displayed using Microsoft MapPoint® online street mapping in order to place the information into a real world context."

    Mini-Tutorial on Ajax and Virtual Earth in Three Parts
    From the Windows Live Local / Virtual Earth Blog - "In part 2 of this tutorial we got the AJAX stuff working, but all the app did was echo back it's input - not terribly exciting. Today we’ll add some simple code to the server component to make a call to the MapPoint Web Service (MWS) to reverse-geocode the coordinate passed in."

    Other Mapping and Technology News

    O'Reilly Where 2.0 Conference: The Future of Mapping and Local Search
    "O'Reilly Media is planning the second Where 2.0 Conference, happening June 13-14 at the Fairmont Hotel in San Jose, California. Presentations will be made by the likes of Mike Liebhold (Institute for the Future), Perry Evans (LocalMatters), Felix Peterson (Plazes), Stewart Butterfield (Yahoo! Inc.), Steve Lombardi (Microsoft), Di-Ann Eisnor (Platial), and Schuyler Erle (MetaCarta), among many others."

    Industry Experts to Keynote at GeoWeb 2006
    "Michael Jones, CTO of Google Earth; Stephen Lawler, general manager of Microsoft’s Virtual Earth; and Kurt Cagle, author and technology architect for Mercurial Communications, will be featured keynote speakers. Conference organizer, Galdos Systems Inc., and conference supporter, the Geospatial Information & Technology Association (GITA), expect to add at least one other keynote speaker as the conference gets closer."

    Google Maps vs. the Rest
    "Appearing late in the game, Microsoft's Virtual Earth, still in Beta, has some interesting features that may compete with Google Earth and World Wind. Utilizing NAVTEQ technology and USGS images, users can view road maps, aerial maps, and a bird's eye view of available locations."

    Next Five Years of European LBS Market
    "Highlights from the report: Overview of LBS offerings, market strategies and equipment in 27 European markets. Case studies of the LBS strategies of 10 leading mobile operators. Complete update on location-based regulatory and standards in Europe..."

    Microsoft Product Delays Stir Unrest
    From EETimes.com - "Microsoft employees writing to an anonymous blog are calling for the heads of high-level company executives -- including Steve Ballmer and Jim Allchin -- after the double delay debacle this week when the Redmond, Wash. developer shoved its two most profitable products into 2007."

    Location Intelligence Conference 2006 - "Profiting from Location Intelligence"
    "Since we first launched this conference two years ago, we are seeing an explosion in the interest for location technology. The 2006 conference will look to accelerate the understanding about how to profit from location technology to turn the plethora of business data into location intelligence."

    Windows Live ID Replacing Passport
    "Sources familiar with the situation say Windows Live ID is part of up to three-dozen Live services currently in development."

    GeoWeb Call for Papers Issued
    "GeoWeb 2006 is a landmark event about unleashing the economic potential associated with the convergence of XML, Web services and geographic information systems. Hosted by Galdos Systems Inc. in conjunction with the Geospatial Information & Technology Association (GITA), GeoWeb 2006 welcomes both public and private organizations to meet, discuss and learn about today’s most innovative geospatial technologies. The conference will include dedicated workshops on Geography Markup Language (GML), KML, MapPoint, LandXML and OGC Web Services for GIS."
    advertisement
    Programming MapPoint in .NET

    Chandu Thota's New Book from O'Reilly Press
    Free USPS Priority Shipping - $48

    The first and only book in print on programming MapPoint technologies. The book includes sections on MapPoint 2004, the MapPoint Web Service, MapPoint Location Server, and Virtual Earth. The books is 354 pages chock full of programming examples and map screenshots. For example, the book spends 40 pages discussing in depth the various Data Map styles in MapPoint 2004, dissects the DisplayDataMap method in detail, and has a number of examples of importing data from various sources. There are over 100 pages on the MapPoint Web Service including sections on the Find, Route, and Render API's. Inquire about international shipping and multiple copy discounts.

    Take your MapPoint programming to the next level!

    Order Your Copy Today - Free Shipping!

    Forum Highlights

    Some notable posts and solutions from the forum over the past few months are listed below. Keep up with the latest news and information about MapPoint by bookmarking the forum and visiting regularly. There are now over 13,000 posts and in the forum and over 2,600 registered users.

    Active forum participants are encouraged to claim your free copy of MP2Kmag's Guide to What's New in MapPoint 2004. Also, stay tuned as as plan another edition of the popular What's New Guide for the next version of MapPoint.


    Monday, April 3rd

    MapPoint "There was a problem opening ..." [1 reply]
    Bus Lanes [1 reply]
    MapPoint 2004 must be installed [1 reply]
    Microsoft MapPoint 2004 [1 reply]

    Friday, March 31st

    ActiveX MapPointControl: How to find county from City, State [2 replies]
    Mappoint 2004 ActiveX Delphi 2005 How to add a Polyline [2 replies]
    Geocoordinates from a waypoint [2 replies]

    Wednesday, March 29th

    Unable to get directions from locA to locB. [3 replies]

    Tuesday, March 28th

    Data Map [1 reply]
    How to use area code in MapPoint [3 replies]
    Unable to open MapPoint 2004 [1 reply]
    Optimization trouble [5 replies]

    Monday, March 27th

    MapPoint 2006, etc. [4 replies]

    Friday, March 24th

    Using ActiveX and MapPoint in in the background same time [1 reply]

    Thursday, March 23rd

    Exception caused by SetFields VisibleInBalloon [1 reply]
    Performance [2 replies]

    Wednesday, March 22nd

    Roads Attributes [1 reply]
    Extract icons from MP 2004 [4 replies]
    How to draw radius circle of a specific altitude [2 replies]
    How to restrict user from changing pushpin information [3 replies]

    Tuesday, March 21st

    MapPoint on Terminal Services [1 reply]
    How to recover Latitude and Longitude from a pushpin [1 reply]

    Monday, March 20th

    How to Disable Help in ActiveX [5 replies]

    Thursday, March 16th

    Coverage of 2006? [1 reply]

    Wednesday, March 15th

    OLAP Add in [1 reply]
    Programmatically Create a Field for a MapPoint.Dataset? [1 reply]
    MapPoint / Navteq Update Frequency [3 replies]

    Tuesday, March 14th

    Spatial Data Import Confused by some .shp files [4 replies]
    How to get Roadtype? [1 reply]
    MapPoint 2004 (Desktop version) and Web application [7 replies]
    How to get Lat/Long of a PushPin moved by a user [1 reply]

    Monday, March 13th

    Drawing an authorized tunnel around a route [1 reply]
    Adding large amount of data to my map, what's the best way? [4 replies]

    Sunday, March 12th

    Lat/Long conversion [1 reply]
    MapPoint CD development in java? [2 replies]

    Friday, March 10th

    MapPoint 2004 Active-X control: how to "bump" pushpin [3 replies]
    ActiveX control fails in VS2005, but was fine in VS2003 [6 replies]
    DataSet.zoomTo() [3 replies]
    How to get rid of MapPoint.exe... [4 replies]

    Thursday, March 9th

    Pushpins work fine in MP 2004, but not so well in IE 6.0 [2 replies]
    MapPoint crashs after closing the application [3 replies]

    Wednesday, March 8th

    Big problem with "get_item" method :(( [3 replies]
    MapPoint WebService Issue with Axis [1 reply]
    Is it possible to calculate latitude/longitude through address [1 reply]

    Tuesday, March 7th

    What it is the command to export data in excel format ? [1 reply]
    How to retrieve nearest city from longitudes and latitud [3 replies]

    Monday, March 6th

    Click events of context menu are not firing.... [5 replies]
    DisplayDataMap question again [5 replies]

    Saturday, March 4th

    How to retrieve complete address from longitudes and latitudes [4 replies]
    Mission Impossible? Intersection of Multiple Circles [4 replies]

    Thursday, March 2nd

    US map [2 replies]
    How to list the name of all group of pushpins ? [6 replies]

    Wednesday, March 1st

    Remove Detail [2 replies]
    MapPoint 2004 slowness on dual processor/dual core machines [1 reply]
    I need to select from more than eight colors [2 replies]
    Is it possible to modify MapPoint context menus ? [4 replies]
    I need to close a roadway for a bridge-out [2 replies]

    Tuesday, February 28th

    Using Multiple Matching Methods [6 replies]
    DisplayDataMap [3 replies]
    Books, material and courses? [2 replies]

    Monday, February 27th

    Need help, new user to mappoint [1 reply]
    MP 2004 + VS2005 COM exception [1 reply]

    Saturday, February 25th

    How do I release resources after a route is calculated [4 replies]
    Getting MapPoint to recognize the new default printer [2 replies]

    Friday, February 24th

    By Right-click displaying context menu on map [13 replies]
    MapPoint 2004 and Visual Studio 2005 Runtime error [10 replies]
    Please help me on mappoint and vb.net [1 reply]
    Mappoint 2004 and territories based on Canadian postal codes [5 replies]

    Wednesday, February 22nd

    GPS data different in Mappoint then in other applications? [1 reply]
    MapPoint2004 help with code samples.... [2 replies]
    Drawning manual radius circle according to selected zoom... [7 replies]

    Tuesday, February 21st

    MapPointControl in AccessXP [7 replies]

    Monday, February 20th

    Customize View Data Map [3 replies]
    Create Itinerary with VB.net [1 reply]
    FindAddress neighbourhood BE [1 reply]

    Saturday, February 18th

    Help please [2 replies]
    Please help me [1 reply]

    Thursday, February 16th

    Use CalcPos on a map with EXISTING pushpins ?? [5 replies]
    Zillow.com [3 replies]
    Extracting Zips form the territory (from code) [3 replies]

    Tuesday, February 14th

    Remote procedure call failed: Location. StreetAddress [3 replies]

    Monday, February 13th

    Question on licensing [2 replies]
    Drawing more than one route at a time [6 replies]

    Sunday, February 12th

    Snap to a Road [6 replies]

    Friday, February 10th

    How's everybody getting their GPS data? [6 replies]
    I need to use my own JPG image as a symbol [1 reply]
    Calling all Micro-ISVs! [1 reply]

    Thursday, February 9th

    MapPoint 2004 Map in autoroute [2 replies]
    Link data problem [1 reply]

    Wednesday, February 8th

    MapPoint VB.Net [6 replies]

    Tuesday, February 7th

    Drawing route as I go. [6 replies]
    Filter data file [1 reply]
    Adding Pushpins from Excel 2003 [2 replies]
    ImportData and LinkData errors with Delphi 2006 [2 replies]

    Monday, February 6th

    Re-setting Size of Map saved [1 reply]
    Updating Maps in Excel without Mappoint [5 replies]

    Saturday, February 4th

    Removing Pushpins [2 replies]

    Friday, February 3rd

    Displaying a Tool Tip when hovering over a pushpin [4 replies]
    Trying to suppress MapPoint's default behavior [1 reply]

    Thursday, February 2nd

    Completely Frustrated With RecordSets [2 replies]

    Wednesday, February 1st

    Getting the cursor to look like a MapPoint pushpin [1 reply]
    Importing Zip Codes from Excel to MapPoint [2 replies]
    Get street numbers of crossing lines [5 replies]

    Monday, January 30th

    GPS Projection and Delta Error [3 replies]

    Thursday, January 26th

    OCX and mappoint upgrades [4 replies]
    Shapes.AddPolyline is very slow [4 replies]
    Mapoint 2004 Importing from Excel - how to sort - please hel [3 replies]

    Wednesday, January 25th

    Transactions Consideration [1 reply]
    Get distances/driving times between waypoints [2 replies]

    Monday, January 23rd

    MapPoint VBA - Radii [2 replies]
    MapPoint VBA - Plotting circles [2 replies]
    Exporting Unmapped Locations to Excel? [1 reply]
    Creating radii based on highest concentration of pushpins [1 reply]
    OutOfMemory Exception [1 reply]
    ASP.NET with MapPoint [1 reply]

    Sunday, January 22nd

    I need to purchase a license to the MapPoint ActiveX control [1 reply]
    New Expert Page added to GPS Magic [2 replies]

    Saturday, January 21st

    Automate stop duration and multiple routes [1 reply]

    Friday, January 20th

    Redraw map [2 replies]
    Arrows disappear after zoom out [4 replies]

    Thursday, January 19th

    Reading Data Stream DataRadio and MapPoint [2 replies]

    Wednesday, January 18th

    MapPoint in access [4 replies]
    Does anyone know of a product simillar to AGPS for MapPoint? [1 reply]

    Tuesday, January 17th

    MapPoint and vb 6 [1 reply]
    Plot a address for Ireland [1 reply]

    Monday, January 16th

    Is this possible? Identifying points within radius of terr. [1 reply]

    Sunday, January 15th

    Summary to access form help please [3 replies]

    Saturday, January 14th

    How Do I get My app to start with MapPoint ? [2 replies]
    Export Zip Codes To Excel [4 replies]

    Friday, January 13th

    Need to print to a file [2 replies]

    Wednesday, January 11th

    Screwedup spreadsheet [3 replies]
    Remember to validate your geo-locations [3 replies]

    Tuesday, January 10th

    Can MapPoint do This? [2 replies]
    Mapping Southern Ireland Street Address [5 replies]

    Monday, January 9th

    Help: How to design for Europe. Currently using UK postcodes [1 reply]
    Finding addresses within drivetime zone [4 replies]

    Sunday, January 8th

    Getting the Speed Limit at a Particular Coordinate [2 replies]

    Thursday, January 5th

    LabView Example? [5 replies]
    Strange behaviour with square brackets [4 replies]

    Wednesday, January 4th

    Printing to two printers [5 replies]
    How do I get the driving distance of two addresses? [1 reply]

    Tuesday, January 3rd

    This action cannot completed the application is not responding [5 replies]
    Routes from Pushpins and do not show Waypoints [1 reply]
    MapPoint, Pocket Streets, Streets and Trips [3 replies]

    Sunday, January 1st

    Can MapPoint Do This? [4 replies]
    Forum Upgrade [10 replies]

    Saturday, December 31st

    New Year [1 reply]

    Friday, December 30th

    Display Map with directions on a web page [1 reply]

    Thursday, December 29th

    Trying to print detail maps on a strip printer [4 replies]

    Wednesday, December 28th

    RPC Server is unavailable [3 replies]
    MapPointControl Windowless / VB6 [3 replies]

    Tuesday, December 27th

    Happy (MapPoint) 2006 !!! [8 replies]

    Monday, December 26th

    FindNearby or QueryCircle [1 reply]

    Saturday, December 24th

    Merry Christmas [2 replies]

    Thursday, December 22nd

    How do I locate the best location for my processing site [3 replies]

    Additional posts and topics since the last newsletter summary can be found in the MapPoint user area. Search by using the forum's search functionality or the google search link at the bottom of each forum page.

    Previous issues of the MP2Kmag Update are available in the newsletter archive.

    Copyright 1999-2006 MP2K Magazine

    To unsubscribe from this newsletter send a blank email to newsletter-XmFtg0AI6zxBDgjK7y7TUQ@public.gmane.org with UNSUBSCRIBE in the subject line.
    To subscribe to this newsletter and ensure you receive future issues on your preferred e-mail address send a blank e-mail to newsletter-subscribe-XmFtg0AI6zxBDgjK7y7TUQ@public.gmane.org. Please forward this newsletter to anyone who would be interested!
    Eric Frost | 4 Apr 22:11
    Favicon

    MP2Kmag Newsletter preview

    I'm sending out this newsletter tomorrow, let me know if you have any suggestions or want to make any last-minute requests!
     
    Eric


    __
    To unsubscribe from this list, send a message to list-bot-XmFtg0AI6zxBDgjK7y7TUQ@public.gmane.org containing "UNSUBSCRIBE" in subject.

     Tuesday - April 4, 2005
    What's New at MP2K Magazine 
    Welcome to another edition of the MP2Kmag Update. Since the last issue, quite a lot has happened. The MapPoint Business Unit was renamed to the Microsoft Virtual Earth Business Unit and just yesterday the team launched a new web site at http://www.microsoft.com/virtualearth. Microsoft is reportedly in the process of acquiring Vexcel, a remote sensing company that supplies cameras, software, and services. Windows Live Local has started to show a preview of "Street-side" photos. MWS 4.1 was released, and more.

    MP2K Magazine is your source for independent news and information about MapPoint technologies and products and is home to the popular web forum for MapPoint users and developers. In this issue we feature new articles from Wilfried Mestdagh and Richard Marsden. We also have an interview with Fresh Logic Studios regarding their Atlas application. There are several screenshots from the latest Global Gaming Almanac which produces a MapPoint .ptm file to accompany the report. We also have a photo of Marvin Hlavac's new Maltese puppy with the Large MapPoint mug.

    There are a LOT of news items and links, you could spend some hours reading all the articles to catch up with things. I would especially encourage you to check out the Virtual Earth news section.

    This Issue's Contents at a Glance
     - features: Interview with Fresh Logic Studios, Global Gaming Almanac Screenshots
     - articles: Snap to a Road, Using MapPoint with Python, Part I
     - news: Virtual Earth Business Unit, TourSolver, Vexcel Acquisition, New Bird's Eye Imagery, Geoweb 2006, Where 2.0, Pushpin Tool Author Solicits Feature Requests
     - forum: Forum Highlights, Over 13,000 posts and more than 2,600 Registered Users

    Happy Mapping and please forward this newsletter to anyone who would be interested!

    Eric Frost, Editor
    advertisement
    MapPoint 2006

    Pre-Order MapPoint 2006 Now and Get Free Priority Shipping

    MP2Kmag is pleased to offer MapPoint 2006 along with our Routing and Programming Tools Spreadsheet ($95 value) for just $289.

    There are again two versions, North America and Europe and the maps are updated with the most recent digital map databases. Other new features include:

     - integration with Windows Live Local and the Locate Me feature
     - a new Night-time map style and other driver guidance features
     - Navteq streets and a TON more data for the European version

    Update your MapPoint maps to the latest digital map databases!

    Order Your Licenses Today - Free Priority Shipping!

    Features

    MP2Kmag Talks with Fresh Logic Studios

    A few weeks ago we conducted an e-mail interview with the folks at Fresh Logic Studios. We talk about their Atlas application and plans for future development.

    What is the purpose of your Atlas application?

    When we set out to develop Atlas, our goal was to create a web-based mapping platform that we could easily extend to encorporate a wide variety of geospatial data.

    There's lots of people doing similar things. The buzzword out there right now for this Web 2.0 phenomenon is the term "mashup". The problem we've found with most mashups is that they're too limited in scope. Someone sets out to integrate Google Maps with Flickr, and that's great, but it's implemented with a weak architecture underneath. All that application will ever be capable of is tying together Google Maps and Flickr. Nothing else.

    We're trying to build a platform where we can tie together a few geospatial pieces that we're currently interested in into one integrated experience and still leave room for other things that are out there and some that aren't even available yet. We guess you could say we're trying to build the "ultimate mashup".

    What features does it have and how does it compare to Windows Live Local?

    Think of Atlas as Windows Local Live with a user interface overhaul plus some added goodies.

    Atlas has all the main features of Windows Local Live. Local search, driving directions, and the scratchpad are all in there. Obviously we have the fluid AJAX map that allows you to pan and zoom with the road, aerial, hybrid, and bird's eye imagery. Our Bird's Eye user interface isn't quite as nice as the Windows Local Live interface. We have some work to do in that area.

    Sign up for a free account and gain access to the added features that allow you to search and plot lowest gas prices, latest traffic conditions, movies and showtimes, and blogs in your area. We'll send you email when we release new features and encourage feedback as to what we should tackle next.

    Continue reading interview on MP2Kmag.

    Global Gaming Almanac Screenshots

    Casino City Press submitted these maps developed using MapPoint. Andrea Mullaney writes, "I have attached the ptm file from our Global Gaming Almanac CD, which displays more than 3,500 world gaming properties - including casinos, card rooms, racinos, horse tracks, dog tracks, casino cruises and cruise ships (and even Jai-alai frontons) using color-coded icons to designate different property types and ownership (Indian gaming vs. non-Indian gaming in the U.S. and Canada, for instance). The balloon pop-ups will give viewers access to property profile data.

    "This map is included on Casino City's Global Gaming Almanac CD, which is sold to gaming industry analysts, investment banks, casino executives, gaming associations and commissions, and gaming business professionals both in the U.S. and abroad."

    Click on each of the thumbnails below to view the full screenshots.



    Get Published in MP2K Magazine

    If you have a MapPoint presentation, neat programming technique, or would simply like to share the ways in which you are using MapPoint technology or any other ideas, contact us to discuss how we can turn your knowledge into an article and share your experience with the rest of the MapPoint community of users and developers.

    Writers often plug their consulting service or other business interest through their bio which appears at the bottom of the article. Others do it for the Large MapPoint Mug (see right!). Whatever the reason, it is rewarding to share and take credit for the knowledge you share with the rest of the community.

    Thanks to Marvin Hlavac who recently wrote What's New in Streets and Trips 2006 for allowing us to use the picture on the right of his new Maltese puppy eating from the MapPoint mug.


    advertisement

    Make MapPoint Work Harder for You

    Extend MapPoint’s functionality. Add new data layers and menu items. Get expert technical assistance and training. Develop more robust applications. SpatialPoint is staffed with MapPoint and spatial technology experts. We’ve built our business helping customers make the most of MapPoint platforms. From MapPoint 2004 to MapPoint Web Service, from locator applications to decision-support, we’re your source for all matters MapPoint.

    Visit www.spatialpoint.com or call toll-free 866.846.5900.


    Articles

    Snap to a Road

    Wilfried Mestdagh's article shows how to take a lat/lon and find the nearest road relative to that point. The technique, written entirely in Delphi, employs reverse geocoding and determines the lat/lon using a CalcXY routine.

    "This article will show how to snap a position to a road. Many times a GPS receiver's calculated position is not as accurate as we should like it to be, and when you project the position in MapPoint by means of a pushpin the vehicle is not on the road.

    Also a vehicle might be not on any (digitized) road at all, for example it can be on a field or a parking lot. In that case you don't want to snap it to a road but you maybe want information like: 'The vehicle is 20 meters south-east from streetname, streetnumber'. And this is exacly what the code given in this article will produce."

      Full article text Discuss this story

    Using Python to Control MapPoint, Part 1

    First of two articles by Richard Marsden on scripting MapPoint using Python. This article demonstrates how to get started with PythonWin and MapPoint.

    "Python is an easy to use but powerful scripting language. Python is ideal for processing data and text. This sounds a bit like Perl, but unlike Perl, I find Python much easier to read and maintain. A wide range of available extensions make Python an ideal tool for scripting MapPoint. Part 1 of this series shows you the basics of controlling MapPoint with Python. Part 2 will use some basic Python text processing to read a file of summary US Census data and plot the filtered results in MapPoint.

    These examples use Python 2.4. This can be downloaded from http://www.python.org. I have installed it into the installer’s suggested directory of c:\Python24. If you use a different directory, you will need to modify the following instructions accordingly."
        Full article text Discuss this story

      Submit an article for publication and receive a Large MapPoint Mug!

      advertisement

      The Virtual Earth platform represents an integrated set of services that combines unique bird's-eye, aerial, and satellite imagery with best-of-breed mapping, location and search functionality. It enables companies to deliver innovative solutions and breakthrough customer experiences. The Virtual Earth platform powers a variety of consumer, enterprise and government applications. 

      Take your websites and applications to the next level by creating an immersive online mapping and search experience. Consumers can easily search, discover and visualize company location data and relevant local information. If your app is stuck with flat, boring maps, click here and we'll help you migrate.
      Locate. Integrate. Innovate. Are you ready? 

      MapPoint News

      The MapPoint Business Unit Gets a New Name
      From MapPoint B2B - "The Microsoft MapPoint Business Unit has officially changed it's name to the Microsoft Virtual Earth Business Unit. We'll maintain the MapPoint branding for our products, but moving forward our online platform will be called Virtual Earth, as well as, our BU."

      Where the Heck Are We?
      From Redmondmag.com - "Microsoft's MapPoint is a solid business-savvy mapping tool, but it needs more frequent updates... Easy to customize, MapPoint offers stellar mapping and labeling tools, unparalleled zoom and an easy-to-navigate interface that simplifies finding places and working with maps. In many cases, however, the maps it generates are anywhere from three to seven years out of date."

      Pushpin Tool - Wish List Wanted for Next Version
      An "updated version of Pushpin Tool in the planning stages... the Pushpin Tool has not been upgraded in a few years but there are a few new items I plan on adding and a few minor fixes to be made. I would like to hear from you what you think could be included in Pushpin Tool to make it better or fix something that’s already in it."

      TourSolver added to Mapping-Tools.com Product Line-up
      "TourSolver is a powerful route planning and optimization tool. TourSolver is capable of optimizing hundreds of customers amongst multiple routes. A wide variety of constraints can be applied, including times, vehicle capacities, and legal restrictions."

      Casino City Press Releases Global Gaming Almanac
      "The CD also includes the entire contents of the print edition in PDF format along with 200 annual reports of international gaming property owners and a MapPoint file displaying world gaming properties geographically on a map."

      New Expert Page added to GPS Magic
      "This page allows you to start GPS Magic Automatically when MapPoint Starts. And you can now also cause GPS Magic to skip chosen none essential Instructions."

      Mattys Consulting Large Format Map of Manhattan
      Mattys Consulting prepared this 36 x 42 pdf map of Manhattan using MapPoint.

      AirMagnet First to Integrate Spectrum Analysis
      "AirMagnet Survey 3.0 integrates Microsoft MapPoint® and the ability to map to GPS coordinates, which gives companies a literal blueprint to build reliable outdoor wireless networks. This capability is essential for accurate surveys of mesh networks and other outdoor Wi-Fi implementations, built in growing numbers by cities and municipalities across the U.S. to provide public Wi-Fi access to residents and businesses."

      Now Taking Orders for MapPoint 2006
      "MP2Kmag is now accepting pre-orders for MapPoint 2006 in tandem with our new Routing and Programming Tools spreadsheet. This suite of tools will be included for free with all orders. For more information and to order go to our secure MapPoint 2006 ordering form."

      Central and Eastern Europe are Back!
      A post earlier this month on Chris Pendleton's web site suggested MapPoint 2006 EU will include "A TON OF MORE DATA FOR EUROPE". Hopefully that is a good sign that Central and Eastern Europe will be making it back into the CD product (they were in the 2002 version but not 2004).

      Mapping-Tools.com releases pre-computed US mileage charts
      "When you purchase our charts, you will receive 51 individual data files:
      - Individual tables for each of the 50 States in the Union.
      - A large pan-USA table with the 250 largest cities included. (includes DC but excludes HI and PR)."

      advertisement
      The O’Reilly Where 2.0 conference brings together the people, projects, and issues leading the charge into the location-based technology frontier. Location-aware technologies combined with mapping and other data are poised to create a whole new class of web apps and services. Where 2.0 will explore what's viable now, and what's lurking just below the radar. Meet the people behind the mash-ups and the platforms, and the people looking ahead to the future of geospatial. Where 2.0 will be held June 13-14, 2006 at the Fairmont Hotel San Jose, California. Early Registration has been extended to May 1. Register now using code whr06mp2k for an additional 10% off.

      For more information visit http://conferences.oreilly.com/where.

      Virtual Earth and Windows Live Local News

      Boulder-based Vexcel Acquired by Microsoft
      Vexcel specializes in remote sending and data acquisition and processing. This may seem like a step away from Microsoft's core competency which is selling software. Vexcel is more of a hardware, services, and data (imagery) company. However, the acquisition should help Microsoft compete in providing the freshest and most detailed imagery for Windows Live Local and Virtual Earth.

      MapPoint Web Service 4.1 Released
      From Telematics Update - "Microsoft has announced the launch of Microsoft® MapPoint® Web Service 4.1 with expanded map coverage, worldwide city-to-city routing and improved frequency of ZIP code updates."

      Virtual Earth Madness Starts - Grand Prize XBOX 360
      The contest runs from February 28 – April 1(Midnight). You must register at ViaVirtualEarth. All questions and discussion for the contest is through the Virtual Earth Madness Forum.

      Maps.MSN.Com Gets A New Destination
      Microsoft has switched over the public site for Microsoft's main map delivery url address to Windows Live Local. The anticipated move is the culmination of more than a year's worth of high profile and high priority work within MS to keep up with rival technologies.

      Partner Readiness Briefing for Virtual Earth
      "This briefing will include an overview of the functionality of the Virtual Earth Commercial Control, a pricing and licensing review, and will explore the kinds of new opportunities Virtual Earth provides for partners."

      New Bird's Eye Imagery
      From MapPoint B2B - "We just loaded some new Bird's Eye imagery into the Virtual Earth platform, and thus into the Windows Live Local application. We now have imagery for the following counties:· Benton, AR· Broomfield, CO
      · Orange, FL · Catoosa, GA · Marion, KS · Lafourche, LA · Lincoln, LA · Dakota, MN · Olmstead, MN · Mercer, NJ · Montgomery, PA · Rutherford, TN · Tarrant, TX."

      Virtual Earth Workshop at Location Intelligence Conference
      "In this session you'll learn how to use the VE platform to add maps, geocoding, state-of-the-art imagery, and other location functionality into your business applications."

      Microsoft Selects Group 1's Geocoding Software
      "GeoStan provides a more comprehensive set of parcel and address-level geocodes by combining USPS® and CPC postal data with spatial data files from the world's leading data providers. Precisely defining the location of an address with latitude and longitude coordinates, the location is then displayed on the MapPoint Web Service map or Windows Live Local photo."

      Preview Street-side Photos for Live.com
      From MSN Search's Weblog - "The Virtual Earth team is pleased to launch a preview of a new feature we have been working on – interactive Street-side browsing. You can try it out at http://preview.local.live.com Street-side imagery allows you to drive around a city looking at the world around you as if you were in a car."

      New Site Highlights Windows Live Local Bird's Eye Imagery
      From MapPoint B2B - "Check out this site: http://www.birdseyetourist.com. It's a great reference for finding unique eye candy available in Windows Live Local. Plus, I found some imagery where I didn't know we actually had imagery!"

      Two Part Article on Working With Version 2 of the VE Control
      ViaVirtualEarth has published a new articles entitled "Creating Your First Virtual Earth v2 Page" in two parts. The first part helps "you understand how to get started using version 2 of the Virtual Earth Map Control. The map control used in Virtual Earth is a JScript control and a cascading style sheet. Together these can be used to present a great user experience for online map content."

      EarthData Delivers Products To Windows Live Local
      "Under the 5-year agreement, EarthData will supply Microsoft with new imagery, lidar, and radar data acquisition and map production support to keep Windows Live Local populated with current, accurate, high-resolution geospatial information. Microsoft will also have access to EarthData's own data archives."

      GeoWeb 2006 Conference Welcomes Microsoft as a New Sponsor
      "We are pleased to sponsor GeoWeb 2006 and to help bring location standards to the forefront of the search and mapping industry,” said Stephen Lawler, general manager of the Virtual Earth Business Unit at Microsoft. “Microsoft continues to make significant investments in location-based services and local search, and is excited to share this vision with our industry partners and customers.”

      Programming MapPoint in .NET - Sample code is now online
      From Chandu Thota's Weblog - As you know, my new book Programming MapPoint in .NET comes with C# samples that can be downloaded form O'Reilly site. Now you can also see the samples online at book's support site. This source code comes with updated sample for Virtual Earth (Chapter 11 - Programming with Virtual Earth).

      ViaVirtualEarth Superbowl Mashup
      Check out this year's Super Bowl stadium and surrounding attractions on WLL. Also browse your way around previous years stadiums and results.

      Vote for features in the next release of Virtual Earth
      From the Windows Live Local / Virtual Earth Blog - "Work is well underway for the third major release of Virtual Earth/Windows Live Local. We want to hear what you want added to the site. When we did a similar poll back in October the feedback you provided was hugely valuable in shaping release 2."

      Masternaut Keeps Track of D Morgan's Tippers
      From Transport News Network - "Masternaut uniquely identifies each vehicle and calculates its position by GPS, transmits this information via GPRS to a central server that can then be accessed in real time by any web enabled PC. The record of the vehicles position is displayed using Microsoft MapPoint® online street mapping in order to place the information into a real world context."

      Mini-Tutorial on Ajax and Virtual Earth in Three Parts
      From the Windows Live Local / Virtual Earth Blog - "In part 2 of this tutorial we got the AJAX stuff working, but all the app did was echo back it's input - not terribly exciting. Today we’ll add some simple code to the server component to make a call to the MapPoint Web Service (MWS) to reverse-geocode the coordinate passed in."

      Other Mapping and Technology News

      O'Reilly Where 2.0 Conference: The Future of Mapping and Local Search
      "O'Reilly Media is planning the second Where 2.0 Conference, happening June 13-14 at the Fairmont Hotel in San Jose, California. Presentations will be made by the likes of Mike Liebhold (Institute for the Future), Perry Evans (LocalMatters), Felix Peterson (Plazes), Stewart Butterfield (Yahoo! Inc.), Steve Lombardi (Microsoft), Di-Ann Eisnor (Platial), and Schuyler Erle (MetaCarta), among many others."

      Industry Experts to Keynote at GeoWeb 2006
      "Michael Jones, CTO of Google Earth; Stephen Lawler, general manager of Microsoft’s Virtual Earth; and Kurt Cagle, author and technology architect for Mercurial Communications, will be featured keynote speakers. Conference organizer, Galdos Systems Inc., and conference supporter, the Geospatial Information & Technology Association (GITA), expect to add at least one other keynote speaker as the conference gets closer."

      Google Maps vs. the Rest
      "Appearing late in the game, Microsoft's Virtual Earth, still in Beta, has some interesting features that may compete with Google Earth and World Wind. Utilizing NAVTEQ technology and USGS images, users can view road maps, aerial maps, and a bird's eye view of available locations."

      Next Five Years of European LBS Market
      "Highlights from the report: Overview of LBS offerings, market strategies and equipment in 27 European markets. Case studies of the LBS strategies of 10 leading mobile operators. Complete update on location-based regulatory and standards in Europe..."

      Microsoft Product Delays Stir Unrest
      From EETimes.com - "Microsoft employees writing to an anonymous blog are calling for the heads of high-level company executives -- including Steve Ballmer and Jim Allchin -- after the double delay debacle this week when the Redmond, Wash. developer shoved its two most profitable products into 2007."

      Location Intelligence Conference 2006 - "Profiting from Location Intelligence"
      "Since we first launched this conference two years ago, we are seeing an explosion in the interest for location technology. The 2006 conference will look to accelerate the understanding about how to profit from location technology to turn the plethora of business data into location intelligence."

      Windows Live ID Replacing Passport
      "Sources familiar with the situation say Windows Live ID is part of up to three-dozen Live services currently in development."

      GeoWeb Call for Papers Issued
      "GeoWeb 2006 is a landmark event about unleashing the economic potential associated with the convergence of XML, Web services and geographic information systems. Hosted by Galdos Systems Inc. in conjunction with the Geospatial Information & Technology Association (GITA), GeoWeb 2006 welcomes both public and private organizations to meet, discuss and learn about today’s most innovative geospatial technologies. The conference will include dedicated workshops on Geography Markup Language (GML), KML, MapPoint, LandXML and OGC Web Services for GIS."
      advertisement
      Programming MapPoint in .NET

      Chandu Thota's New Book from O'Reilly Press
      Free USPS Priority Shipping - $48

      The first and only book in print on programming MapPoint technologies. The book includes sections on MapPoint 2004, the MapPoint Web Service, MapPoint Location Server, and Virtual Earth. The books is 354 pages chock full of programming examples and map screenshots. For example, the book spends 40 pages discussing in depth the various Data Map styles in MapPoint 2004, dissects the DisplayDataMap method in detail, and has a number of examples of importing data from various sources. There are over 100 pages on the MapPoint Web Service including sections on the Find, Route, and Render API's. Inquire about international shipping and multiple copy discounts.

      Take your MapPoint programming to the next level!

      Order Your Copy Today - Free Shipping!

      Forum Highlights

      Some notable posts and solutions from the forum over the past few months are listed below. Keep up with the latest news and information about MapPoint by bookmarking the forum and visiting regularly. There are now over 13,000 posts and in the forum and over 2,600 registered users.

      Active forum participants are encouraged to claim your free copy of MP2Kmag's Guide to What's New in MapPoint 2004. Also, stay tuned as as plan another edition of the popular What's New Guide for the next version of MapPoint.


      Monday, April 3rd

      MapPoint "There was a problem opening ..." [1 reply]
      Bus Lanes [1 reply]
      MapPoint 2004 must be installed [1 reply]
      Microsoft MapPoint 2004 [1 reply]

      Friday, March 31st

      ActiveX MapPointControl: How to find county from City, State [2 replies]
      Mappoint 2004 ActiveX Delphi 2005 How to add a Polyline [2 replies]
      Geocoordinates from a waypoint [2 replies]

      Wednesday, March 29th

      Unable to get directions from locA to locB. [3 replies]

      Tuesday, March 28th

      Data Map [1 reply]
      How to use area code in MapPoint [3 replies]
      Unable to open MapPoint 2004 [1 reply]
      Optimization trouble [5 replies]

      Monday, March 27th

      MapPoint 2006, etc. [4 replies]

      Friday, March 24th

      Using ActiveX and MapPoint in in the background same time [1 reply]

      Thursday, March 23rd

      Exception caused by SetFields VisibleInBalloon [1 reply]
      Performance [2 replies]

      Wednesday, March 22nd

      Roads Attributes [1 reply]
      Extract icons from MP 2004 [4 replies]
      How to draw radius circle of a specific altitude [2 replies]
      How to restrict user from changing pushpin information [3 replies]

      Tuesday, March 21st

      MapPoint on Terminal Services [1 reply]
      How to recover Latitude and Longitude from a pushpin [1 reply]

      Monday, March 20th

      How to Disable Help in ActiveX [5 replies]

      Thursday, March 16th

      Coverage of 2006? [1 reply]

      Wednesday, March 15th

      OLAP Add in [1 reply]
      Programmatically Create a Field for a MapPoint.Dataset? [1 reply]
      MapPoint / Navteq Update Frequency [3 replies]

      Tuesday, March 14th

      Spatial Data Import Confused by some .shp files [4 replies]
      How to get Roadtype? [1 reply]
      MapPoint 2004 (Desktop version) and Web application [7 replies]
      How to get Lat/Long of a PushPin moved by a user [1 reply]

      Monday, March 13th

      Drawing an authorized tunnel around a route [1 reply]
      Adding large amount of data to my map, what's the best way? [4 replies]

      Sunday, March 12th

      Lat/Long conversion [1 reply]
      MapPoint CD development in java? [2 replies]

      Friday, March 10th

      MapPoint 2004 Active-X control: how to "bump" pushpin [3 replies]
      ActiveX control fails in VS2005, but was fine in VS2003 [6 replies]
      DataSet.zoomTo() [3 replies]
      How to get rid of MapPoint.exe... [4 replies]

      Thursday, March 9th

      Pushpins work fine in MP 2004, but not so well in IE 6.0 [2 replies]
      MapPoint crashs after closing the application [3 replies]

      Wednesday, March 8th

      Big problem with "get_item" method :(( [3 replies]
      MapPoint WebService Issue with Axis [1 reply]
      Is it possible to calculate latitude/longitude through address [1 reply]

      Tuesday, March 7th

      What it is the command to export data in excel format ? [1 reply]
      How to retrieve nearest city from longitudes and latitud [3 replies]

      Monday, March 6th

      Click events of context menu are not firing.... [5 replies]
      DisplayDataMap question again [5 replies]

      Saturday, March 4th

      How to retrieve complete address from longitudes and latitudes [4 replies]
      Mission Impossible? Intersection of Multiple Circles [4 replies]

      Thursday, March 2nd

      US map [2 replies]
      How to list the name of all group of pushpins ? [6 replies]

      Wednesday, March 1st

      Remove Detail [2 replies]
      MapPoint 2004 slowness on dual processor/dual core machines [1 reply]
      I need to select from more than eight colors [2 replies]
      Is it possible to modify MapPoint context menus ? [4 replies]
      I need to close a roadway for a bridge-out [2 replies]

      Tuesday, February 28th

      Using Multiple Matching Methods [6 replies]
      DisplayDataMap [3 replies]
      Books, material and courses? [2 replies]

      Monday, February 27th

      Need help, new user to mappoint [1 reply]
      MP 2004 + VS2005 COM exception [1 reply]

      Saturday, February 25th

      How do I release resources after a route is calculated [4 replies]
      Getting MapPoint to recognize the new default printer [2 replies]

      Friday, February 24th

      By Right-click displaying context menu on map [13 replies]
      MapPoint 2004 and Visual Studio 2005 Runtime error [10 replies]
      Please help me on mappoint and vb.net [1 reply]
      Mappoint 2004 and territories based on Canadian postal codes [5 replies]

      Wednesday, February 22nd

      GPS data different in Mappoint then in other applications? [1 reply]
      MapPoint2004 help with code samples.... [2 replies]
      Drawning manual radius circle according to selected zoom... [7 replies]

      Tuesday, February 21st

      MapPointControl in AccessXP [7 replies]

      Monday, February 20th

      Customize View Data Map [3 replies]
      Create Itinerary with VB.net [1 reply]
      FindAddress neighbourhood BE [1 reply]

      Saturday, February 18th

      Help please [2 replies]
      Please help me [1 reply]

      Thursday, February 16th

      Use CalcPos on a map with EXISTING pushpins ?? [5 replies]
      Zillow.com [3 replies]
      Extracting Zips form the territory (from code) [3 replies]

      Tuesday, February 14th

      Remote procedure call failed: Location. StreetAddress [3 replies]

      Monday, February 13th

      Question on licensing [2 replies]
      Drawing more than one route at a time [6 replies]

      Sunday, February 12th

      Snap to a Road [6 replies]

      Friday, February 10th

      How's everybody getting their GPS data? [6 replies]
      I need to use my own JPG image as a symbol [1 reply]
      Calling all Micro-ISVs! [1 reply]

      Thursday, February 9th

      MapPoint 2004 Map in autoroute [2 replies]
      Link data problem [1 reply]

      Wednesday, February 8th

      MapPoint VB.Net [6 replies]

      Tuesday, February 7th

      Drawing route as I go. [6 replies]
      Filter data file [1 reply]
      Adding Pushpins from Excel 2003 [2 replies]
      ImportData and LinkData errors with Delphi 2006 [2 replies]

      Monday, February 6th

      Re-setting Size of Map saved [1 reply]
      Updating Maps in Excel without Mappoint [5 replies]

      Saturday, February 4th

      Removing Pushpins [2 replies]

      Friday, February 3rd

      Displaying a Tool Tip when hovering over a pushpin [4 replies]
      Trying to suppress MapPoint's default behavior [1 reply]

      Thursday, February 2nd

      Completely Frustrated With RecordSets [2 replies]

      Wednesday, February 1st

      Getting the cursor to look like a MapPoint pushpin [1 reply]
      Importing Zip Codes from Excel to MapPoint [2 replies]
      Get street numbers of crossing lines [5 replies]

      Monday, January 30th

      GPS Projection and Delta Error [3 replies]

      Thursday, January 26th

      OCX and mappoint upgrades [4 replies]
      Shapes.AddPolyline is very slow [4 replies]
      Mapoint 2004 Importing from Excel - how to sort - please hel [3 replies]

      Wednesday, January 25th

      Transactions Consideration [1 reply]
      Get distances/driving times between waypoints [2 replies]

      Monday, January 23rd

      MapPoint VBA - Radii [2 replies]
      MapPoint VBA - Plotting circles [2 replies]
      Exporting Unmapped Locations to Excel? [1 reply]
      Creating radii based on highest concentration of pushpins [1 reply]
      OutOfMemory Exception [1 reply]
      ASP.NET with MapPoint [1 reply]

      Sunday, January 22nd

      I need to purchase a license to the MapPoint ActiveX control [1 reply]
      New Expert Page added to GPS Magic [2 replies]

      Saturday, January 21st

      Automate stop duration and multiple routes [1 reply]

      Friday, January 20th

      Redraw map [2 replies]
      Arrows disappear after zoom out [4 replies]

      Thursday, January 19th

      Reading Data Stream DataRadio and MapPoint [2 replies]

      Wednesday, January 18th

      MapPoint in access [4 replies]
      Does anyone know of a product simillar to AGPS for MapPoint? [1 reply]

      Tuesday, January 17th

      MapPoint and vb 6 [1 reply]
      Plot a address for Ireland [1 reply]

      Monday, January 16th

      Is this possible? Identifying points within radius of terr. [1 reply]

      Sunday, January 15th

      Summary to access form help please [3 replies]

      Saturday, January 14th

      How Do I get My app to start with MapPoint ? [2 replies]
      Export Zip Codes To Excel [4 replies]

      Friday, January 13th

      Need to print to a file [2 replies]

      Wednesday, January 11th

      Screwedup spreadsheet [3 replies]
      Remember to validate your geo-locations [3 replies]

      Tuesday, January 10th

      Can MapPoint do This? [2 replies]
      Mapping Southern Ireland Street Address [5 replies]

      Monday, January 9th

      Help: How to design for Europe. Currently using UK postcodes [1 reply]
      Finding addresses within drivetime zone [4 replies]

      Sunday, January 8th

      Getting the Speed Limit at a Particular Coordinate [2 replies]

      Thursday, January 5th

      LabView Example? [5 replies]
      Strange behaviour with square brackets [4 replies]

      Wednesday, January 4th

      Printing to two printers [5 replies]
      How do I get the driving distance of two addresses? [1 reply]

      Tuesday, January 3rd

      This action cannot completed the application is not responding [5 replies]
      Routes from Pushpins and do not show Waypoints [1 reply]
      MapPoint, Pocket Streets, Streets and Trips [3 replies]

      Sunday, January 1st

      Can MapPoint Do This? [4 replies]
      Forum Upgrade [10 replies]

      Saturday, December 31st

      New Year [1 reply]

      Friday, December 30th

      Display Map with directions on a web page [1 reply]

      Thursday, December 29th

      Trying to print detail maps on a strip printer [4 replies]

      Wednesday, December 28th

      RPC Server is unavailable [3 replies]
      MapPointControl Windowless / VB6 [3 replies]

      Tuesday, December 27th

      Happy (MapPoint) 2006 !!! [8 replies]

      Monday, December 26th

      FindNearby or QueryCircle [1 reply]

      Saturday, December 24th

      Merry Christmas [2 replies]

      Thursday, December 22nd

      How do I locate the best location for my processing site [3 replies]

      Additional posts and topics since the last newsletter summary can be found in the MapPoint user area. Search by using the forum's search functionality or the google search link at the bottom of each forum page.

      Previous issues of the MP2Kmag Update are available in the newsletter archive.

      Copyright 1999-2006 MP2K Magazine

      To unsubscribe from this newsletter send a blank email to newsletter-XmFtg0AI6zxBDgjK7y7TUQ@public.gmane.org with UNSUBSCRIBE in the subject line.
      To subscribe to this newsletter and ensure you receive future issues on your preferred e-mail address send a blank e-mail to newsletter-subscribe-XmFtg0AI6zxBDgjK7y7TUQ@public.gmane.org. Please forward this newsletter to anyone who would be interested!

      Gmane