TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 195,994
  • Total Topics: 21,325
  • Online today: 291
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 299
  • Total: 299

Any help with this?

Started by thefley, April 02, 2008, 02:27:47 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

thefley

I think we posted this in the wrong section and I thought we should ask in the support threads.
Myself and another member has seen this site and it seems to run off google maps.  you can see the threads below.  maybe someone could help with an idea on how to do this.

[/quote]
Quote from: carver on March 05, 2008, 07:35:52 PM
Guys, Anyone have an idea on how this is done or where they might offer something like this we could use in a block? I have search about in Google looking for this feature but did not see anything like it.

Says it is a "simple Java Script" over the google map. It allows you to highlite a route on the map, and save it. as in the attached picture.
The link below gives you a list of maps with instructions, member etc for Tennessee.


http://www.motowhere.com/listpaths/country/254/region/164


It is something I would love to offer on one of my sites..

Thanks

Carver
Quote from: thefley on April 02, 2008, 02:18:18 AM
Quote from: carver on March 05, 2008, 07:35:52 PM
Guys, Anyone have an idea on how this is done or where they might offer something like this we could use in a block? I have search about in Google looking for this feature but did not see anything like it.

Says it is a "simple Java Script" over the google map. It allows you to highlite a route on the map, and save it. as in the attached picture.
The link below gives you a list of maps with instructions, member etc for Tennessee.


http://www.motowhere.com/listpaths/country/254/region/164


It is something I would love to offer on one of my sites..

Thanks

Carver
I have been reading the "how to" on google and you can see where googe will let you set the way points and drag the lines from way point A and B around to make another rout via same points.  etc...    I was able to follow some directions and make this simple map for my site and the added functions of moving zooming and setting the GPS point.   but I am having problems adding the functions like adding the way points that can be added by others and moved around...  it is all there in google but I am not good at any kind of coding.  maybe someone here can look or is up to google speed. 

http://code.google.com/apis/maps/documentation/


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <title>Google Maps JavaScript API Example</title>
    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=YOUR KEY HERE"
      type="text/javascript"></script>
    <script type="text/javascript">
    //<![CDATA[
    function load() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(36.112362, -95.862579), 7);
        map.addControl(new GLargeMapControl());
        map.addControl(new GScaleControl());
        map.addControl(new GMapTypeControl());
        map.addControl(new GOverviewMapControl());
      }
    }
    //]]>
    </script>
  </head>
  <body onload="load()" onunload="GUnload()">
    <div id="map" style="width: 600px; height: 600px"></div>
  </body>
</html>



have we started this thread in the wrong area?

Ken.

thefley, it doesn't really help to cross post or post the same issue in more than one board, in fact it only causes more work for the support team members because they have to read the same information all over again.

Besides... you are already receiving help in your original topic. 

Topic locked.
" If everything seems under control, you're not going fast enough." - Mario Andretti
Yesterday When I was Young.

This website is proudly hosted on Crocweb Cloud Website Hosting.