Cool, all problems are fixed now.
On Jun 22, 7:49 am, "geocode...@gmail.com"
wrote:
> On Jun 22, 12:39 am, NNS NNS wrote:
>
> > Yeah, the HTML bubbles were the big culprits there. I've fixed the
> > major problems.
>
> > I'll take a further look at why icons are still default and come back
> > t
Hi Andrew,
Wow that code is wy beyond my capability. I guess I will have to
use a kml file instead of being clever.. Thank you for trying!
Papa Bear
I have seen great improvement using encoded polylines in speed. I use
server side encoding using the wonderful code called
PolylineEncoder.php
On Jun 22, 2:26 pm, "geocode...@gmail.com"
wrote:
> On Jun 22, 1:45 pm, GNP wrote:
>
> >http://www.novoprint.com/GoogleTests/gmap/Currentmap.html
>
> > I have a sidebar menu that is populated by an XML file.
> > The sidebar menu has a categorial structure.
> > I want to have the category headings
I would just set the color of the segment between line 1 and line 2 to
"transparent". You can certainly change color any where you like in
non-encoded polylines. I don' know about encoded polylines (never saw
the point of encoding them but maybe there's a reason in your case -
you save space but l
On 23 June 2010 00:09, majestic wrote:
> I cant actually find the place in the docs that gives an example of
> multiple encoded polylines.. Can you point me in the right direction?
Not sure whether there is an example in the docs, and I seem to recall
a bit of trial and error getting it to work.
I cant actually find the place in the docs that gives an example of
multiple encoded polylines.. Can you point me in the right direction?
On Jun 22, 4:45 pm, Andrew Leach wrote:
> On Jun 22, 11:39 pm, majestic wrote:
>
> > So.. Can you recommend the best way to display multiple lines?
>
> The *b
Thanks Andrew.. Appreciate the help.. Will use the multiple overlay
method.
On Jun 22, 4:45 pm, Andrew Leach wrote:
> On Jun 22, 11:39 pm, majestic wrote:
>
> > So.. Can you recommend the best way to display multiple lines?
>
> The *best* way is that described in the documentation: one line per
On Jun 22, 11:39 pm, majestic wrote:
> So.. Can you recommend the best way to display multiple lines?
The *best* way is that described in the documentation: one line per
overlay. If you want to try using an arrays of line as a polygon, that
may work; but it's not how the API is designed to be use
So.. Can you recommend the best way to display multiple lines?
On Jun 22, 3:49 pm, Andrew Leach wrote:
> On Jun 22, 9:09 pm, majestic wrote:
>
>
>
> > Is there a way to use 2 or more encoded polylines WITHOUT being
> > connected together without using multiple overlays.
>
> No.
>
> GPolyline.fro
thanks. I guess the headers affect it. I didn't test it, but I save
the cities on server and server received from browsers both Prague and
Praha (in czech). The situation gets worse because client and server
geocoding doesn't responde with the same result for the same queries;
sometimes server geoc
On Jun 22, 9:09 pm, majestic wrote:
>
> Is there a way to use 2 or more encoded polylines WITHOUT being
> connected together without using multiple overlays.
No.
GPolyline.fromEncoded() accepts a single encoded string (together with
a levels string).
GPolygon.fromEncoded() accepts an array of e
On Jun 22, 1:45 pm, GNP wrote:
> http://www.novoprint.com/GoogleTests/gmap/Currentmap.html
>
> I have a sidebar menu that is populated by an XML file.
> The sidebar menu has a categorial structure.
> I want to have the category headings (AUTOMOTIVE, FINANCE, etc.),
> stand out from the other items
accordion with jquery example;
http://japonyol.net/editor/archives/2010/02/accordion.html
On 6月23日, 午前5:45, GNP wrote:
> http://www.novoprint.com/GoogleTests/gmap/Currentmap.html
>
> I have a sidebar menu that is populated by an XML file.
> The sidebar menu has a categorial structure.
> I want to
FYI -- The reason I mentioned the iconAnchor property first is that it
should work like changing lat/lon would. But with the difference based
on pixels rather than lat/lon it shouldn't spread them farther apart
the closer you zoom in.
On Jun 21, 9:36 pm, Arvind Rangan wrote:
> Hi All,
>
> Thanks
http://www.novoprint.com/GoogleTests/gmap/Currentmap.html
I have a sidebar menu that is populated by an XML file.
The sidebar menu has a categorial structure.
I want to have the category headings (AUTOMOTIVE, FINANCE, etc.),
stand out from the other items listed in the menu. I can't figure out
a w
Hi,
Is there a way to use 2 or more encoded polylines WITHOUT being
connected together without using multiple overlays.
var encodedPoints = enc_poly1 ... enc_poly2 ... enc_poly3
var encodedLevels = 1 2 3
Seems like this should be easy but cant seem to find anything about
this.
Cheers
John
--
http://www.climateatlas.org/chm/chm.html
kml link: http://www.climateatlas.org/chm/kml/air.kml
Click on the 'Air' checkbox on the map to see the kml placemark. Then
click on the placemark to see how large GgeoXml renders the
infowindow.
As you can see, I've specified the div to have a max height
On Jun 20, 10:19 pm, Stepan wrote:
> Can I set GClientGeocoder language to get place names in language of
> my choice and not in language based on browser headers? In Geocoding
> service you can send language parameter to achieve this. Thanks
I don't think so. There's nothing in the documentation
On Jun 22, 8:50 am, MoZo wrote:
> Hi all and sorry for my poor english . I'm using the google map API
> v2
> and i need to integrate to my application a link designed by the
> google map official website. I need to parse a link of a Directions
> with waypoints. I found that is the geocode paramete
On Jun 22, 8:21 am, Vijesh PV wrote:
> I am getting the address in an alert box, but unable to print it using
> the document.write() statement. I am trying to create a GPS website, I
> do not have a link to that website as it is under construction.
>
> Please check the following javascript code I
I am getting the address in an alert box, but unable to print it using
the document.write() statement. I am trying to create a GPS website, I
do not have a link to that website as it is under construction.
Please check the following javascript code I am using:
> --
On Jun 22, 6:57 am, Vijesh PV wrote:
> Hi, I am getting street addresses in alert box, but unable to print it
> in my report using javascript. Help!
How are you trying to "print it" in your report?
>
> Please check the following javascript code I am using:
> -
Please add a link to the page so we can look at it on a real webpage :)
2010/6/22 Vijesh PV
> Hi, I am getting street addresses in alert box, but unable to print it
> in my report using javascript. Help!
>
> Please check the following javascript code I am using:
>
> -
On Jun 22, 7:25 am, CWR2010 wrote:
> Hi Larry,
>
> Yeah I've sorted it!
>
> The problem was that I needed to remove the var from the defining of
> the "map" and "venue1" etc. Sorted now.
>
> I have one final question, which I'm sure you'll be able to answer
> easily.
>
> You see how when you cli
Hi Larry,
Yeah I've sorted it!
The problem was that I needed to remove the var from the defining of
the "map" and "venue1" etc. Sorted now.
I have one final question, which I'm sure you'll be able to answer
easily.
You see how when you click on my markers it centers around the marker
and displa
Hi, I am getting street addresses in alert box, but unable to print it
in my report using javascript. Help!
Please check the following javascript code I am using:
---
On Jun 22, 6:45 am, CWR2010 wrote:
> That doesn't seem to want to work. I'm wondering if I actually need to
> be called something like map.setCenter(venue3) instead of using the co-
> ordinates aswell.
That would probably be easier to maintain. Don't know why it isn't
working for you.
Change th
Love your reply geocodezip. Made me smile this morning, thanx.
On Jun 21, 2:18 am, "geocode...@gmail.com"
wrote:
> On Jun 20, 11:09 pm, "i.nawas...@gmail.com"
> wrote:
>
> > dear all
> > i face problem on my web site, i have install google map on my web
> > page from 1 year using v2 api. but now
That doesn't seem to want to work. I'm wondering if I actually need to
be called something like map.setCenter(venue3) instead of using the co-
ordinates aswell.
On Jun 22, 1:46 pm, "geocode...@gmail.com"
wrote:
> On Jun 22, 5:20 am, CWR2010 wrote:
>
> > Cheers Larry.
>
> > I've figured out out t
> Thanks for your reply. I have actually already read that tutorial and
> it is an option, but I really like the constant bouncing marker.
You could create a set of four or so GMarkers, each using a different
GIcon with the same icon image but with a different icon anchor to
provide an offset. Us
On Jun 22, 5:20 am, CWR2010 wrote:
> Cheers Larry.
>
> I've figured out out to do it with API V2. See it working
> here:http://www.rjt-online.com/shows_new_test2.php
>
> The problem is, since I figured that out, I thought I would try my
> hand with API V3 for the Streetview functionality. Now the
Thanks for your reply. I have actually already read that tutorial and
it is an option, but I really like the constant bouncing marker.
The map it is to be used for can be seen at www.chenangogrange.org/localfood.
This map is of local farms, farm-stands, etc and I would like to offer
users to submi
Cheers Larry.
I've figured out out to do it with API V2. See it working here:
http://www.rjt-online.com/shows_new_test2.php
The problem is, since I figured that out, I thought I would try my
hand with API V3 for the Streetview functionality. Now the code I have
added in my buttons doesn't work (t
On Jun 22, 12:39 am, NNS NNS wrote:
> Yeah, the HTML bubbles were the big culprits there. I've fixed the
> major problems.
>
> I'll take a further look at why icons are still default and come back
> tommorow if I have more questions.
You are passing a string into the function and using it in lieu
Oh, yes, it's the solution!
Many regards!
On 22 jun, 12:52, Andrew Leach wrote:
> On Jun 22, 11:02 am, JuanFran wrote:
>
>
>
> > I would like to capture GMapTypeControl events (click event, for
> > example). It's possible?
> > I want add a new funtionality to my application, and for it I need t
> I have a map that I am working on and would like to have a report a
> problem link where the marker bobs or bounces up and down constantly,
How about just using an animated GIF icon?
http://econym.org.uk/gmap/animated.htm
--
You received this message because you are subscribed to the Google Gr
On Jun 22, 11:02 am, JuanFran wrote:
>
> I would like to capture GMapTypeControl events (click event, for
> example). It's possible?
> I want add a new funtionality to my application, and for it I need to
> capture and process this event.
Do you need it to capture a click event on that control, o
Hello,
I would like to capture GMapTypeControl events (click event, for
example). It's possible?
I want add a new funtionality to my application, and for it I need to
capture and process this event.
Can you help me? Regards!
--
You received this message because you are subscribed to the Google
On Jun 22, 9:11 am, sonali ajankar wrote:
> Hello sir,
>
> Thanks for your Reply. I gave the path of LocalHost in phpsqlsearch_map.htm.
Perhaps I should have been more explicit. We can't get to your
localhost.
If it *only* works in Firefox, then you are going to have to give a
link we can get to
On Jun 22, 9:38 am, JamesDavy wrote:
>
> I'd like to be able to save the users view (lat, lng) onClick. So when
> they close the window it brings them back to the view they had before
> clicking the marker.
http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GMap2.savePosi
That's because you are geocoding the map click, and placing the marker
at the geocode result, rather than just using the lat & lng from the
mouse click.
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to goog
Hello again.
First my site: http://edit.africamuseum.be/congorives2/
You can see when a user clicks on a marker the info window is huge.
This shifts the view right off the map.
By default, when the window closes it would leave the user viewing
what was behind the info window. I've changed it to
Fantastic!
Thank you very much :)
It works perfectly now. I knew I was probably passing the wrong array,
but I was lost on how to proceed.
Cheers,
James
On Jun 21, 4:46 pm, Rossko wrote:
> > This is my site:http://edit.africamuseum.be/congorives2/
>
> > I get the error:
> > marker.getLatLng i
About 90% of the time the marker is placed on the map where the mouse
crosshairs are when the map is clicked. Then sometimes the marker
appears somewhere else. Does anyone else see this?
I've created a small sample at the link below. If you carefully click
and note your position, you'll see the mar
Hello sir,
Thanks for your Reply. I gave the path of LocalHost in phpsqlsearch_map.htm.
var searchUrl = 'phpsqlsearch_genxml.php?lat=' + center.lat() +
'&lng=' + center.lng() + '&radius=' + radius;
this line replaced with following line
var searchUrl = 'http://localhost/phpsqlsearch_genxml.p
Hi all and sorry for my poor english . I'm using the google map API
v2
and i need to integrate to my application a link designed by the
google map official website. I need to parse a link of a Directions
with waypoints. I found that is the geocode parameter but it's
encoded.Is there any way to get
Yeah, the HTML bubbles were the big culprits there. I've fixed the
major problems.
I'll take a further look at why icons are still default and come back
tommorow if I have more questions.
>
> > This is what my website currently looks like:www.mtlparking.com
>
> > This is what is it supposed to lo
Hi There, I know the answer to my question is probably already
somewhere on this group and I appologize if it is, but I am getting
frustrated trying to find it.
I have a map that I am working on and would like to have a report a
problem link where the marker bobs or bounces up and down constantly,
48 matches
Mail list logo