HomeHomeDotNetNuke Forg...DotNetNuke Forg...Module ForumsModule ForumsMapMapCannot save map pointsCannot save map points
Previous
 
Next
New Post
9/17/2009 12:51 AM
 

Thanks very much ananda works ok for me now too.

Bill,
Find  - Your DNN root - DesktopModules\Map\Sources\Dotnetnuke.Map.Standard.js
in the mapWriteData funtion change:

return encodeURIComponent(strvalue)
to
return strvalue

 
New Post
10/23/2009 10:18 AM
 

Thanks for the post. This worked for me as well.

 
New Post
1/15/2010 11:10 PM
 
Thank you for info, works for me too.
Need to clear js cache after change, refresh page by CTRL+F5.
 
New Post
1/16/2010 12:40 AM
 

The MapWriteData function in Dotnetnuke.Map.Standard.js. is modified as follows

function mapWriteData(moduleID)
{
 var strvalue = 'SET:' + moduleID + '|' +
      'address=' + encodeURIComponent(SDATA[0]) + '&'  +
      'description=' + encodeURIComponent(SDATA[1]) + '&'  +
      'distance=' + encodeURIComponent(SDATA[2]) + '&' +
      'index=' + encodeURIComponent(SDATA[3]) + '&' +
      'latitude=' + encodeURIComponent(SDATA[4]) + '&' +
      'longitude=' + encodeURIComponent(SDATA[5]) + '&' +
      'iconindex=' + encodeURIComponent(SDATA[6]) + '&' +
      'sequence=' + encodeURIComponent(SDATA[7]) + '&' +
      'sequenceinfo=' + encodeURIComponent(SDATA[8]) + '&' +
      'zoomshow=' + encodeURIComponent(SDATA[9]) + '&' +
      'zoomhide=' + encodeURIComponent(SDATA[10]);
 return strvalue;
}

Note the encodeURIComponent wrapper around the return value is removed.

 

 
New Post
3/4/2010 12:15 PM
 
That worked for me too. Thanks!
 
Previous
 
Next
HomeHomeDotNetNuke Forg...DotNetNuke Forg...Module ForumsModule ForumsMapMapCannot save map pointsCannot save map points


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

Attend A Webinar
Free Demo Site
Download DotNetNuke Professional Edition Trial
Have Someone Contact Me
Have Someone Contact Me

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

DotNetNuke Scoop!

Sponsors

DotNetNuke Corporation

DotNetNuke Corp. is the steward of the DotNetNuke open source project, the most widely adopted Web Content Management Platform for building web sites and web applications on Microsoft. Organizations use DotNetNuke to quickly develop and deploy interactive and dynamic web sites, intranets, extranets and web applications. The DotNetNuke platform is available in a free Community and subscription-based Professional and Enterprise Editions with an Elite Support option. DotNetNuke Corp. also operates the DotNetNuke Store where users purchase third party apps for the platform.