Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsMapMapPotentially helpful MSDN article on Virtual Earth APIsPotentially helpful MSDN article on Virtual Earth APIs
Previous
 
Next
New Post
8/6/2006 11:23 AM
 

Sept. 2006 MSDN Mag just came out with an article entitled" Earthly Delights, Code Your Applications to Deliver the World with Virtual Earth APIs", by Chandu Thota, Pg 82. Don't know if you are including support (at least yet) for these Microsoft Mapping APIs (which replace MapPoint) but thought it might be helpful.

- J

 
New Post
8/6/2006 11:44 AM
 
Yes - Virtual Earth is pretty Cool.
I have a module loaded on my site at http://www.walkspoiled.com/DotnetNukeandVirtualEarth/tabid/165/Default.aspx

With some sample projects and code at http://walkspoiled.com/DotNetNuke/tabid/89/Default.aspx

- Jim

Jim www.walkspoiled.com
 
New Post
8/24/2006 7:52 AM
 
VashJuan wrote

Don't know if you are including support (at least yet) for these Microsoft Mapping APIs (which replace MapPoint) but thought it might be helpful.

- J



Juste create an html file using the MSDN article as a starter. Save the file (map.html) to your site and use the IFrame module to show the map.html

That is all I did at liffeydescent.com

The code is as simple as:

<code>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Programming Virtual Earth</title>
<script src="http://dev.virtualearth.net/mapcontrol/v3/MapControl.js"></script>
</head>
<body MS_POSITIONING="GridLayout">
<div id="mymapcontroldiv" style="position:relative;width:800px;height:600px;"></div>
<script>
    var map = new VEMap("mymapcontroldiv");
    map.LoadMap(new VELatLong(53.3500, -6.5000),      // Centre point
                              11,                     // Zoom Level
                              VEMapStyle.Road,         // Map Style
                              false)                // Static Map
                              ;
                             
    var startPin = new VEPushpin("1",    //id
                                new VELatLong(53.3075, -6.6298),
                                null,
                                "K Club, Straffan",
                                "Liffey Descent, Race Start");
    map.AddPushpin(startPin);                           
       
</script>
</body>
</html>

</code>

 
New Post
11/25/2006 9:25 AM
 

Maxiom TechnologyAntonio Chagoury | Microsoft MVP
Maxiom Technology
Professional .net & DotNetNuke Solutions
web: www.maxiomtech.com
blog: www.cto20.com
twitter: @antoniochagoury & @maxiomtech

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsMapMapPotentially helpful MSDN article on Virtual Earth APIsPotentially helpful MSDN article on Virtual Earth APIs


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out