Git Product home page Git Product logo

dnn.map's Introduction

DNN.Map

DotNetNuke® Map is a module which provides a mashup for any custom data into the Google Map API for displaying informative maps on your DNN site.

Warning: Abandonware/antiqueware

This module was last released in 2008. It needs to be updated to work today but the original developers have moved on. There are two aspects to this:

  1. It was built in VB.NET using the old DNN Web Forms module pattern. Not only is this technically outdated, but it means it doesn't provide a modern user experience. The visual language is outdated and the many postbacks make working with it slow.
  2. Google has moved on. The code will need to be updated to leverage the latest Google API requirements.

A decision must be made

Repairing the module to satisfy #2 is probably doable if someone invests enough time to delve into how things work and repairs this. Acting on #1 above will be a more major investment.

The big question is: is it all worth it? There are several existing solutions that cover this domain:

  1. There is a (simpler) open source Map module over at DNN Connect: https://github.com/DNN-Connect/Map (This module does the basics for a map module, allowing the display of a Google map and setting markers on it).
  2. There are free alternatives to render points from a data source on a map (e.g. 2sxc).
  3. There is a whole slew of commercial map modules for DNN on the DNN Store.

So the main questions are as follows

  1. Is the current feature set of this module unique and valuable enough to invest more time in?
  2. Is there still a "critical mass" for this module? I.e. is anyone still using it.
  3. Who is willing to take on the tasks above? Should we crowdsource development for this?

Absent of a "yes" to the above questions we will move ahead and replace this module with the DNN Connect variant so that we don't spread our resources to thin.

dnn.map's People

Contributors

donker avatar eptamminga avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dnn.map's Issues

Map 1.0.9 Install on 9.2.2 gets Page Load Exception

I've a blank/new 9.2.2 (upgraded from 9.1.1.) dnn site with one additional module. Installing Map 1.0.9 succeeds, but dragging it onto a web page gets a Page Load Exception. Details form the Admin Log follow:
AbsoluteURL:/Default.aspx

DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke

ExceptionGUID:885571ec-9905-4279-86ef-1e4a1b18cebf

AssemblyVersion:9.2.2

PortalId:0

UserId:1

TabId:32

RawUrl:/test

Referrer:http://localhost:8080/test

UserAgent:Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0

ExceptionHash:t6q1T2Hfg0zrcNh3dRxspAxAKd0=

Message:Method not found: 'System.String DotNetNuke.Entities.Modules.PortalModuleBase.get_ModulePath()'.

StackTrace:

InnerMessage:Method not found: 'System.String DotNetNuke.Entities.Modules.PortalModuleBase.get_ModulePath()'.

InnerStackTrace:

at DotNetNuke.Modules.Map.Controls.Map.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at DotNetNuke.Entities.Modules.PortalModuleBase.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Source:

FileName:

FileLineNumber:0

FileColumnNumber:0

Method:

Server Name: Win10

Map 1.0.9 is based on Google Mapis API version 2, needs to be updated to version 3

Installing DNN Maps module will work on DNN pre v 9.2.0, but needs to be updated to use version 3 + of Google Maps API.

Errors received (in the JavaScript console in a browser's debugger console) shows errors such as:
Control is no longer supported in the Google Maps Javascript API v2. Please visit https://developers.google.com/maps/documentation/javascript/v2/v2tov3 to migrate your application to v3. maps:226:35
Map.addControl is no longer supported in the Google Maps Javascript API v2. Please visit https://developers.google.com/maps/documentation/javascript/v2/v2tov3 to migrate your application to v3.

The new location for this guidance is at:
https://developers.google.com/maps/documentation/javascript/v2tov3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.