Thanks for all your help. I have come up with a neat javascript trick
to force the api to load the googlepano swf of my choice, mail me for
more info
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Google Maps API" g
I am developing an application where users can set their location on
the map by supplying their address, then they can drag the marker to
adjust small errors. If they are with JS turned off, I am planning to
use the static map as fallback.
It would be nice if the static api could return the lat/l
I have used Google Maps API in my client's website./ They also want
Map editing functionality ( drawing polylines, polygons, placing
markers) . Once the user has edited the Map, how do i convert it to
KML output and import the KML to Google Maps next time when the user
request it?
Kindly help.
T
Take a look at this for starters,
http://econym.org.uk/gmap/linktothis.htm
On Sep 29, 4:41 pm, Java Java wrote:
> Dear All,
>
> I am a Java programer.I want show the different address on my google
> map using search button. I am getting Address from Database (Google
> Store) with lat and log, Bu
http://econym.org.uk/gmap/inside.htm
On Sep 29, 3:32 pm, Merle wrote:
> How can we set boundaries and then have the map tell us when an
> inputted address is outside of those boundaries we have set?
--~--~-~--~~~---~--~~
You received this message because you are s
Wasn't it Alexandre Dube who wrote:
>
>Hi Mike,
>
> Thanks for your help.
>
> Well, the infowindow could appear at the location where the mouse
>hovered the polyline first, but since I'm binding the event to the
>GPolyline, how can I get the position of the mouse ? "this" is the
>polyline, so w
Thanks Marcelo. I will make a repost at v3 group.
Marcelo wrote:
> On Sep 29, 7:06 pm, Kegan Gan wrote:
>
> > Is this a bug in the API? Or am I doing something wrong?
>
> I don't think there's a bug, and I've noticed this different behaviour
> too, but I haven't had the time to really investigat
Dear All,
I am a Java programer.I want show the different address on my google
map using search button. I am getting Address from Database (Google
Store) with lat and log, But I am not able pass lat and log values
(or) Address to Google maps. Can please suggestion me how I can pass
the paramete
How can we set boundaries and then have the map tell us when an
inputted address is outside of those boundaries we have set?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this gr
kml I recommend experienced GeoRSS issues kml smoothly resolves
http://maps.google.com/maps/gx?q=http://classifiedsmarket.appspot.com/georss
http://maps.google.com/maps/gx?q=http://classifiedsmarket.appspot.com/output.kml
more flexible than georss from here. GeoRSS can though unawaited fuss
with s
> You bring up something else I'd like to ask about; that window.onload
> function. It is part of the phpBB3 code, not part of my code, and I'm
> wondering how I can add my onload() call that loads the map to that
> array.
http://www.google.co.uk/search?hl=en&source=hp&q=add+to+window+onload&meta
Are we still talking about the XML file at
http://www.lodging-poland.pl/xml_gen.php?data=districts
or is it now at some other secret place?
> ... markers[i].getElementsByTagName( "text" )[0]
There are no elements in that XML
--~--~-~--~~~---~--~~
You receive
> This is the request URL that GGeoXML
> sends:http://maps.google.com/maps/gx?q=http://datawarehouse.hrsa.gov/HGDWDa...
Assuming all this means, GeoRSS at
http://datawarehouse.hrsa.gov/HGDWDataWebService/HGDWDataService.aspx?service=HC&zip=37206&radius=10
doesn't work ...
I can paste it in my b
Hello,
I'm experiencing an issue with GGeoXML where the response from
http://maps.google.com/maps/gx shows its status is 200, but does not
include any marker information or viewport information.
This is the request URL that GGeoXML sends:
http://maps.google.com/maps/gx?q=http://datawarehouse.hrs
Thank you! I tried pretty much everything but that.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to google-maps-api@googlegroups.com
To unsubscribe from th
have you tried applying the style on the html and not the css file.
Explore Belize - http://www.travelmapia.com/belize/index.html
On Sep 29, 3:22 pm, Michael wrote:
> API: v=2
> Demo:http://www.meetingsmichigan.com/MeetingsMichigan/Partners
>
> None of my info window sizes are being calculated
If I have utf8_encode I get JS error "malformed URI sequence" as I
said earlier.
On 29 Wrz, 22:42, Rossko wrote:
> > I simplified it. Now I removed utf8_encode from beacase in such
> > JS:
> > var text = decodeURIComponent( escape( GXml.value( markers
> > [i].getElementsByTagName( "text" )[0] )
API: v=2
Demo: http://www.meetingsmichigan.com/MeetingsMichigan/Partners
None of my info window sizes are being calculated properly. It keeps
applying a width of 690px to each info window, regardless of whether I
specifically define the content width smaller in CSS. (Defining a
smaller content wi
Thank you for taking the time to reply at such length.
Yes I believe ExtMapTypeControl and ContextMenuControl can play well
together. I am not, however, using any extra script called
TabbedmaxContent, I just use the built-in maxTitle and maxContent
properties of GInfoWindowOptions.
http://code.goo
Thanks for pointing out the validation issues - I'll work on getting
those fixed as time permits.
On Sep 29, 10:08 am, Marcelo wrote:
> Your HTML is hoplessly invalid. I found at least 2 tags, one of
> them not closed, and a
> I simplified it. Now I removed utf8_encode from beacase in such
> JS:
> var text = decodeURIComponent( escape( GXml.value( markers
> [i].getElementsByTagName( "text" )[0] ) ) );
I don't really know what that means, but how about putting the utf8
encoding back in.
Not a maps issue.
--~--~--
> GPolyline, how can I get the position of the mouse ? "this" is the
> polyline, so where's the mouse position ?
Use the GMap2 objects 'mousemove' events to track the position of the
mouse pointer.
Then when you get a GPolyline 'mouseover' event, use the last known
'mousemove' position.
--~--~-
Still scratching my head on this one. Has anyone already accomplish
something like this before ? Would it be simpler to display the info in
a div outside the map ?
Any hints would be greatly appreciated,
Alexandre
Alexandre Dube wrote:
> Hi Mike,
>
> Thanks for your help.
>
> Well, the
I have similar problem now. The PHP code generating XML is in the
loop:
$str .= '';
I simplified it. Now I removed utf8_encode from beacase in such
JS:
var text = decodeURIComponent( escape( GXml.value( markers
[i].getElementsByTagName( "text" )[0] ) ) );
I got error: "malformed URI sequence".
Hi Mike,
Thanks for your help.
Well, the infowindow could appear at the location where the mouse
hovered the polyline first, but since I'm binding the event to the
GPolyline, how can I get the position of the mouse ? "this" is the
polyline, so where's the mouse position ?
Many thanks,
Javascript launched from HTML is executed in global context. It can only
access global functions. Your myclick() function is local to your init()
function, so it's not accessible in global context.
--
Mike Williams
http://econym.org.uk/gmap
--~--~-~--~~~---~--~--
It seems straightforward enough to me.
Use map "mousemove" events to track the pointer.
I can't guess what you're doing wrong.
I imagine that following the mouse movements will make the infowindow
flicker horribly, and there's not going to be anything you can do about
that with actual Google
Wasn't it Barry Hunter who wrote:
>
>Its not directly exposed.
>
>You might be able to get a clue from the GDirections class, as you get
>both distance and time, so could estimate the speed that Google uses.
That doesn't give you the speed limits. In some cases, such as busy city
centres, the es
Hi everyone,
My map at : http://home.bahrainpropertyworld.com/test/googlemap_example.html
has a sidebar which is not working. I have no idea what is wrong.
Anyone else got an idea?
Thanks!
--~--~-~--~~~---~--~~
You received this message because you are subscribed
Hi,
I'm trying to display an InfoWindow when the mouse gets over a
GPolyline. Currently, I managed to register a "mouseover" event
binded to the overlay but I can't figure how to create the
InfoWindow. This feature seems to be possible with GMarkers only.
I'd like to display the popup on the
When you start sending queries too quickly, the http geocoder service
will start responding with error code 620 (too many requests). I've
found through trial and error that including a delay of 110ms between
requests is enough to appease the geocoder service.
On Sep 25, 12:10 pm, Matt Ball wrot
You may want to try and use the mousemove event
http://lab.gmtplusone.com/google-maps/click-event-issue/
On Sep 18, 7:27 pm, dommm063 wrote:
> Hi,
>
> I discovered that my maps does not work properly with IE8, while it is
> working perfectly with IE6, IE7, Chrome, FF...
> What I have to do ?
>
Oh thanks!!!
I don't know why but this line in obtenerInmobiliarias.php caused the
error:
header ('Content-type: ' . isset($_GET['debug'])?'text/
xml':'application/vnd.google-earth.kml+xml');
extracting the isset... to another external variable solved it:
$contentType = isset($_GET['debug'])?"t
On Sep 29, 11:20 am, "chrismiddl...@gmail.com"
wrote:
> I'm working on a little application that will be a little like
> Google's MapMaker. The similarities are: you can draw and edit
> polylines on the map. Drawing them isn't an issue; however, I'd like
> to be able to snap these polylines to an
I'm working on a little application that will be a little like
Google's MapMaker. The similarities are: you can draw and edit
polylines on the map. Drawing them isn't an issue; however, I'd like
to be able to snap these polylines to an actual road route.
1. Is this kind of functionality available
Tanx Mike!
I will try that out when possible :)
Cheers,
Adam
On 29 Sep., 12:15, Mike Williams wrote:
> Listen for "mouseover" and "mouseout" events and call marker.setImage()
> appropriately.
>
> See:http://econym.org.uk/gmap/example_hoverchange75.htm
>
> --
> Mike Williamshttp://econym.org.uk
> OK. But if I want to add the zoom levels how can I do that?
You may have misunderstood what a static map is. It's a static map -
that's to say, a flat fixed image. There is no zoom, the image is
fixed ; therefore no need for, or point in, and zoomlevels features.
--~--~-~--~~
On Sep 29, 7:06 pm, Kegan Gan wrote:
> Is this a bug in the API? Or am I doing something wrong?
I don't think there's a bug, and I've noticed this different behaviour
too, but I haven't had the time to really investigate.
However, V3 has its own group, so you'd probably get a better reply
there
Hi,
I am creating a custom overlay to show an image in the middle of the
map, that does not moved when the map is zoomed, dragged, etc.
It worked perfectly in Google Map API version 2. The example code is
here (view source) http://junk.kegan.info/gmap/version2.html.
However, using the same meth
You said "What I really need to do is take it to the next level and
dynamically pull in data from my database.", and that's not about the
API.
Furthermore, the Google Maps API is Javascript and has nothing to do
with Ruby. The server side language you choose to use is irrelevant.
Last, but not le
If this question is inappropriate for this group, then that's fine.
But how do you figure that this is not an API question? I have a
Rails app, but this is not a question about Rails. It's the google
maps api that populates data on a google map with pointers, right?
Yes, I have that list of mar
The iPhone already has this data in the Apple Maps app (http://
www.apple.com/iphone/iphone-3gs/maps-compass.html) so it's just a
question of them making the same data available to us via the MapKit
framework. Although I agree there are no doubt commercial
implications.
One thing I could do (ass
On Sep 29, 5:13 pm, sherry wrote:
> Many thanks for your reply.
>
> you replied: "The static map documentation says that you don't need a
> levels string."
>
> OK. But if I want to add the zoom levels how can I do that?
You can't. And you don't need to. And in any case, your URL is already
too l
Either your server, or PHP, are sending the wrong header.
The KML file is being served with "Content-Type: text/html".
Note that maps.google.com cannot load it either.
--
Marcelo - http://maps.forum.nu
--
On Sep 29, 2:45 pm, joarobles wrote:
> Hi people, I've just had this problem while tryi
I'll have a look at it tomorrow when I'll have time.
A few short investigations to begin with: It seems you are using
ExtMapTypeControl together with ContextMenuControl and a changed
version of Tabbedmaxcontent.
ExtMapTypeControl and ContextMenuControl are working well together, as
you can see h
Many thanks for your reply.
you replied: "The static map documentation says that you don't need a
levels string."
OK. But if I want to add the zoom levels how can I do that?
I have read that maximum URL length is 2,083 characters. But I need
more!! Is there any way of reducing the length of th
Your HTML is hoplessly invalid. I found at least 2 tags, one of
them not closed, and a
Yep, still couldn't figure out the problem with the php, but given the
nature of my project, a static xml file will do well as a workaround.
thanks for the help, Patrick
On Thu, Sep 24, 2009 at 9:31 AM, Ashley M. Kirchner wrote:
> Same thing I'm doing then. This is fairly easy to accomplish. I t
On Sep 29, 4:28 pm, Mike wrote:
> What I really need to
> do is take it to the next level and dynamically pull in data from my
> database.
That's not a Maps API question.
Do you know how to get data from your database to an otherwise empty
HTML page?
--
Marcelo - http://maps.forum.nu
--
--~--~
I am working on building a mod/add-on for phpbb3 that adds a user map.
It currently uses maxContent for expanding the users' bubble display.
I would like to add contextMenuControl, but it seems to break the
maximize feature of maxContent. Specifically, the right-click feature
of contextMenuControl
On Sep 29, 6:48 am, coolkille wrote:
> Hi i want to draw a line between markers. Like a travel path. Its nice
> if the line between the markers can be drawned like a bow.
That's nice. Have you looked at the documentation? GPolylines would
be a good place to look.
http://code.google.com/apis/m
The terms of service require that your maps be accessible to the
public, so if you wanted to use the API on the Internet 2, you'd need
to purchase a Premier license, and that comes with direct suppoert
from Google:
http://code.google.com/apis/maps/documentation/premier/
You can contact a Premier
On Sep 29, 7:35 am, David LeJeune wrote:
> Hi -
>
> Have researched the API and articles surrounding it and don't seem to
> find any exposure to speed limits. Some postings I've found say that
> the traffic overlays are based on relative speed of users to posted
> speed limits but didn't find an
I dont totally follow your question. But the API needs constant access
to the public internet to work (data is steamed from Googles servers)
Also the Terms state that a API map must be publically accessible (ie
on the public internet)
On 29/09/2009, WSK wrote:
>
> hi, friends i am working in
Its not directly exposed.
You might be able to get a clue from the GDirections class, as you get
both distance and time, so could estimate the speed that Google uses.
On 29/09/2009, David LeJeune wrote:
>
> Hi -
>
> Have researched the API and articles surrounding it and don't seem to
> find
hi, friends i am working in a virtual lab about UMTS networks but i
have a big problem because i need use it on internet 2 (Rumbo) and
this red dont have access with internet 1, how can i do? 2. Can I buy
APIs or some pack and install this on internet 2?
--~--~-~--~~~
Great. Thanks a lot for the quick answer.
Alexandre
Esa wrote:
> Yes. You can even pass parameters (arguments) that way. Just take any
> event name out of hat and transmit the event:
>
> Gevent.trigger(theOverlay, "overlayselected", a, b, c);
>
> You can receive the event and its optional par
On Sep 29, 3:15 pm, sherry wrote:
>
> I know that zoom level 3 is encoded as "B" , but don't know how I can
> embed it to the URL or the "enc:mjqcfblph...@}sb" section?
>
> I placed "B" after the encoded point but it doesn't work!!
The static map documentation says that you don't need a levels s
Hi -
Have researched the API and articles surrounding it and don't seem to
find any exposure to speed limits. Some postings I've found say that
the traffic overlays are based on relative speed of users to posted
speed limits but didn't find any direct way I could get at it.
For example, I have
Hi,
I have a Rails app with a map. In my database, I have a markets table
with columns: lat, lng, name, address. On the markets/index page, I
simply want to populate the map with all the points from my markets
table (there are few enough that it's not a problem in terms of
clutter etc.).
I hav
Yes. You can even pass parameters (arguments) that way. Just take any
event name out of hat and transmit the event:
Gevent.trigger(theOverlay, "overlayselected", a, b, c);
You can receive the event and its optional parameters elsewhere in the
code:
GEvent.addListener(theOverlay, "overlaysel
Hi there,
I have two questions:
1) I know that each encoded point can have an encoded level. But I
don't know how the encoded level can be added to the whole URL.
example:
(37.44951427130335,-122.14994430541992) min zoom level 3
(37.44133701518176, -122.13123321533203) min zoom level 3
http://m
Thanks to Rossko the solution:
http://peluca.mine.nu/markerclusterer/examples/ajax_4/ajax_4.htm
On 28 sep, 11:58, Rossko wrote:
> >http://peluca.mine.nu/markerclusterer/examples/ajax_5/ajax_5.htm
> > Problem: In the above code MarkerClusterer() works bad, because don't
> > wroup the markers.
>
Hi i want to draw a line between markers. Like a travel path. Its nice
if the line between the markers can be drawned like a bow.
//Mikael
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To
On Sep 29, 2:09 pm, k8 wrote:
> Hi
> wha is the best method to add many marker on a maps?
> Now many times my all 20 marker is not applyed in a map, many time 17
> marker.. etc..
You have already asked that question, and received an answer.
http://groups.google.com/group/google-maps-api/browse_t
Hi
wha is the best method to add many marker on a maps?
Now many times my all 20 marker is not applyed in a map, many time 17
marker.. etc..
Thanks.
Best regards.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Goo
i'm very ashamed i didn't geocode addresses from which i know the
lat/long, BUT didn't promote that fix to the url I posted
thanks for helping anyway!
you can see now in the javascript that, when the lat/long are known,
i'm directly creating a point and marker.
On 29 sep, 14:50, Rossko
On Sep 29, 1:41 pm, x wrote:
> the url has been shortend i see, it should be: /googlemaps/index.php?
> categorie=5
> that url works fine here.
It's only shortened in replies or in the web interface. I get the
hargs error when I use your link. However, Rossko agrees with the
diagnosis I wanted to
> i have a database with addresses which i want to display on
> googlemaps. The belonging lat- and lng-coordinates are stored in the
> same database.
...
> it certainly could not be the limit of 15000 requests a
> day.
No, its the speed limit issue.
Why are you geocoding addresses at all when yo
Hi people, I've just had this problem while trying to load a KML file
hosted in my server with GGeoXML...
I use the following code to load the map and the KML file:
http://maps.google.com/maps?
file=api&v=2&oe=utf-8&key=MY_KEY" type="text/javascript">
function load() {
if (GBrowserIsCo
Hi Larry,
I've created a map that shows the image. I've also added you to it. This
address shows the typical address info, and links. But it also has an image
of the address. I don't believe it's a Street View. It appears to be a
static image. That's what I'm trying to duplicate.
Thanks.
Bil
the url has been shortend i see, it should be: /googlemaps/index.php?
categorie=5
that url works fine here.
On 29 sep, 14:15, Andrew Leach wrote:
> On Sep 29, 12:31 pm, x wrote:
>
>
>
> > if you look in the source of the url below, you can see for how many
> > addresses/points i'm trying to add
> All formating is 100% perfect i crome and in firefoxbut in
> internet explorer the map looks strange...take a
> look...www.ditvindue.dk/montoer.html
You've got two tags but no at all.
The map script is inside a table, causing the 'missing tile' effect in
IE.
http://www.easypagez.com/maps
Hi,
I'm new to Google Maps API and up to now I could accomplish
everything I wanted. So far so good !
Now, I would like to know if it's possible to create and trigger
"home-made" events, like if I wanted to create a "overlayselected"
event and trigger this event when the user clicks an over
Hi Andrew
Thanks for your response.
You are right, this is a cross-domain restriction.
The problem was that I had loaded page under the vhost which proxies
to the original server but xml data was loaded from the original
server directly.
I reconfigured VirtualHost and now all works fine.
Thanks
On Sep 29, 12:55 pm, ola wrote:
>
> When I load this page from the vhost (my_host_2) it says that
>
> RESPONSE
> XML Parsing Error: no element found
> Location: data:application/xml;base64,
> Line Number 1, Column 1:
>
> When I load this page from original host all is fine.
I suspect that this i
On Sep 29, 12:31 pm, x wrote:
>
> if you look in the source of the url below, you can see for how many
> addresses/points i'm trying to add a marker.
>
> url:http://test.haaksbergen.gemeentekompas.pageprocessor.nl/googlemaps/in...
Er, no I can't:
argh, no physical-data-layer (structds).argh, no
Hi,
I am building map with markers
62 GDownloadUrl("http://my_host/registry/geoxml/?continent=1";, function
(data, responseCode) {
63 if(responseCode == 200) {
64 var xml = GXml.parse(data);
65 var objects = xml.documentElement.getElementsByTagName("object");
66 var objects_size = objects.length;
I mentioned 3 points. The DOCTYPE was just one of them.
Now, you have javascript inside a table, and that's a no-no for IE.
And still, no DOCTYPE.
Make your HTML valid, with scripts inside the , where they
belong.
--
Marcelo - http://maps.forum.nu
--
On Sep 29, 12:32 pm, Tom wrote:
> Hey Mar
i have a database with addresses which i want to display on
googlemaps. The belonging lat- and lng-coordinates are stored in the
same database.
the problem is that when i'm trying to plot all the addresses (by
creating a point with the lat and lng coordinates), only a few (10 to
15) are shown. it
On Sep 29, 11:30 am, jmo wrote:
> hi,
> i do't know how to give the multiple keys value for the different
> servers like(www.jm.com,www.jm0rigin.com) in a single JSP..
> and also how to catch the google error message
Michael Geary gave an elegant client-side solution at
http://groups.google.com
hi,
i do't know how to give the multiple keys value for the different
servers like(www.jm.com,www.jm0rigin.com) in a single JSP..
and also how to catch the google error message
please help me..
--~--~-~--~~~---~--~~
You received this message because you are s
Hey Marcelo
It seems i was a little to fast declaring my problem solved.
After I tryed implementing a new doctype, lots of my formating just
went crazy :( and all my Danish letters "æøå" was missing
Now I have reestablished my website
Implemted the v2 of the API
All formating is 100% perfect i c
Listen for "mouseover" and "mouseout" events and call marker.setImage()
appropriately.
See: http://econym.org.uk/gmap/example_hoverchange75.htm
--
Mike Williams
http://econym.org.uk/gmap
--~--~-~--~~~---~--~~
You received this message because you are subscrib
Setting the z-index works for me. Perhaps you're doing something else
wrong.
--
Mike Williams
http://econym.org.uk/gmap
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this gr
On Sep 29, 9:57 am, Rupak Bhattacharya wrote:
>
> I have to use google map api javascript.
OK
> and also i have to show the yellow marked street guy in the upper
> portion of Zooming.
That might be a bit difficult if you have to use the API. The nearest
control is GLargeMapControl3D, but I don
On Sep 29, 10:18 am, Chaitra wrote:
> For the info windows to appear, I am doing the below mentioned steps :
>
> 1) In the 'Click' event of 'addListener' I am creating a HTML form ,
> and passing this form to the openinfowindow method i.e
> map.openinfowindow(latlng,html);
>
> But for this I get
Hi All,
I am using the Google Maps API for my client. Now they want
a functionality as in this link
http://gmaps-utility-library-dev.googlecode.com/svn/trunk/geometrycontrols/examples/test.html
. i.e they want to edit Maps and Info windows to appear when markers
are created and lines
On Sep 29, 8:41 am, k8 wrote:
> Ok thanks use array[].
> I have another problem, why if i have 20 markers to add in a map, many
> times my code add less and many times 20?
No idea without a link (see the posting guidelines). But I guess you
are geocoding multiple addresses: if that is the case,
Ok thanks use array[].
I have another problem, why if i have 20 markers to add in a map, many
times my code add less and many times 20?
On 28 Set, 16:58, Andrew Leach wrote:
> On Sep 28, 3:52 pm, k8 wrote:
>
> > Hi guys,
> > How do I know if an item is already in the map through coordinates? Is
On Sep 25, 4:16 pm, "geocode...@gmail.com"
wrote:
> On Sep 25, 3:25 am, Rupak Bhattacharya wrote:
>
> > Hi,
>
> > I have a website. i need to show a google map exactly as it is
> > inhttp://maps.google.com.
>
> > Specifically theStreetViewguycoming in the top of Zooming portion.
>
> > And Als
> http://www.rvthereyet.cc/rvdumps.phphttp://www.rvthereyet.cc/resupply.php
IE is more picky about having valid HTML, you have some problems with
table structure in particular -
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.rvthereyet.cc%2Frvdumps.php&charset=%28detect+automatically%29&docty
other style properties work except z-index value always 0 .
How can I change the map div style z-index value?
I want a z-index value bigger than some value to overlap other div
layer.
Thanks
--~--~-~--~~~---~--~~
You received this message because you are su
Hi there,
I wonder if anyone knows if it is possible to make af customize marker
- using the GIcon-class - change appearance like your common know
rollover-buttons in DHTML/Javascript?
Cheers,
Adam
--~--~-~--~~~---~--~~
You received this message because you are s
All of my pages that display maps work fine in Firefox, but some of
the pages receive an "operation aborted" when viewing them in IE.
Sometimes when you go directly to the page it works, but if you visit
another page with a map you get the same error.
Any ideas?
http://www.rvthereyet.cc/rvdumps.
> and it turns out that the the code suggestions were correct except
> that the ("head") part of the code needed to be escaped like (\"head
> \") Maybe I'm supposed to know this, but I'm a rookie.
Glad it's sorted.
It's not the head that needs escaping, it's the quote marks. That's
probably be
96 matches
Mail list logo