Google Map Module - Create/Store Routes?
Last Post 06/14/2010 7:19 AM by Paul Wade. 2 Replies.
Author Messages
Paul Wade
Nuke Active Member
Nuke Active Member
Posts:31


--
06/14/2010 5:07 AM

    I have a set of directions (stored in a PDF doc) that I need to convert to Google Map routes.

    I need a module that allows the user to create google map routes. The directions are held in a PDF file and will need to be interpreted and plotted by site users.

    I need to hold each converted route in my DNN database.

    Google Maps already allows users to create and export routes. I just need this type of functionality wrapped in a DNN module.

    Any ideas?

    Regards,

    Paul.

    Joseph Craig
    DNN MVP
    Posts:11667


    --
    06/14/2010 6:47 AM
    I'm not aware of such a module.

    If the route information is passed to Google Maps as a query string, though, you might be able to figure out a way to do that with the DotNetNuke Maps module or the Coding Staff module.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    Paul Wade
    Nuke Active Member
    Nuke Active Member
    Posts:31


    --
    06/14/2010 7:19 AM

    Hi Craig,

    Sorry, I haven't explained this very well......

    The route information is in human readable format only.

    I need a map module that will allow the USER to create a google map route.

    The map modules I've looked at, allow points to be plotted from a datasource. I need a module that allows routes to be created and saved to my DotNetNuke database.

    Thanks for the reply.

    Regards,

    Paul.



    ---