[Google Maps API v3] Re: V3 Polyline Problems

2010-07-16 Thread William
On Jul 17, 11:17 am, William wrote: > > Today I'll try these problem polylines with PolyCluster to compare > with google.maps.Polyline. > here's the two polyline examples in blue, with the reference lines drawn in red, so you can see where the polyline should go. Test A. Using google.maps.Polyli

[Google Maps API v3] struggling with getBounds()

2010-07-16 Thread Mark1000
Hey, new experimenter here.. and I am struggling with the ability to get the size of my map box. Eventually I plan to interrogate my db to see what markers to display as the user scrolls around. For now I am just trying to get the bounds of the map. I suspect it is something really basic but my bra

[Google Maps API v3] Reverse Geocoding, from coordinates to address.

2010-07-16 Thread Foofah
First off, I am a complete Google Maps dummy and gathered information here and there to get some new things working on a site I am building. Right now it has come to a halt, as far as Google Maps is concerned and I would like to have some help on the issue. First off, let me show you what I have so

[Google Maps API v3] Can new KML Layer display regions via network link?

2010-07-16 Thread MLP
Hi folks, I'm attempting to use the KML Layer feature to display KML that contains regions. I'm using a KML file (https://sites.google.com/site/ mountainlegacyprojectmapv1/network-link-kml-2/network_link.kml) with a network link to a KMZ containing regions (https://sites.google.com/ site/mountainl

[Google Maps API v3] Sorting Information

2010-07-16 Thread Joel
I've got three separate data files I'm looking to display on a website via Google Maps. The data is originally in excel files ranging from 15 to 187 entries. I then convert it to a KML format and use javascript to open it in Google Maps. This is where I'm at, and it works just fine. Now I need t

[Google Maps API v3] Re: How to center and zoom the map between severals marker ?

2010-07-16 Thread geocode...@gmail.com
On Jul 16, 6:50 am, François wrote: > Hi everyone, > > I'd like to know if it's possible to "center and zoom the map between > severals marker". In fact, I have a map and I put marker on it with > AJAX, but I just center the map on the first marker and the zoom is > normal. > > Here a picture of w

[Google Maps API v3] kmllayer behavior on iphone

2010-07-16 Thread Jason
hi all, I've been working with some of the demo code examples using the kmllayer class and I have some things working fine in a browser (FF, Safari), however, using safari on the iphone I'm "mostly" unable to get the info window/balloons to pop-up. Is there an issue using kmllayer on the iphone o

[Google Maps API v3] Find lat an lng in array

2010-07-16 Thread LUIS TARZIA
Hello,i get an array with various lat/lng values of one polyline. I click in the polyline and a need know which segment of the line i clicked. Hos i find in the array of path of polyline for i know in which point the event fired. Thanks in advance -- You received this message because you are subs

[Google Maps API v3] Find lat an lng in array

2010-07-16 Thread LUIS TARZIA
Hello,i get an array with various lat/lng values of one polyline. I click in the polyline and a need know which segment of the line i clicked. Hos i find in the array of path of polyline for i know in which point the event fired. Thanks in advance -- You received this message because you are subs

[Google Maps API v3] Find lat an lng in array

2010-07-16 Thread LUIS TARZIA
Hello,i get an array with various lat/lng values of one polyline. I click in the polyline and a need know which segment of the line i clicked. Hos i find in the array of path of polyline for i know in which point the event fired. Thanks in advance -- You received this message because you are subs

[Google Maps API v3] Re: V3 Polyline Problems

2010-07-16 Thread William
On Jul 17, 4:40 am, bratliff wrote: > I forgot to mention another case.  Two consecutive vertices may both > be "off-tile" but their connecting line may intersect the visible > tile.  Both "off-tile" vertices will have to be moved into range along > their connecting line.  Again, it is a lot of wo

[Google Maps API v3] Re: V3 Polyline Problems

2010-07-16 Thread William
On Jul 17, 3:44 am, Michael Short wrote: > Here is the path I was using. > thanks Michael, it looks like a similar problem to the example by the original poster. I think the problem sometimes happens when a path crosses itself (self intersections). I'll make a test case with this data and try to

[Google Maps API v3] Re: Map is loaded incorrectly especially in IE8

2010-07-16 Thread William
On Jul 16, 5:13 pm, Tobias Krais wrote: > Its now > here:http://www.immobiliengaiser.de/immobilien/immobilienangebote/grenzach... by the way I noticed another html problem which is unrelated to the maps issue, there's two overview divs named "uebersicht" ... -- You

[Google Maps API v3] Re: Map is loaded incorrectly especially in IE8

2010-07-16 Thread William
On Jul 16, 9:24 pm, dfd wrote: > The used jquery tabs plugin from stilbüro can use onClick and onShow > callbacks, where one could set the width and height of the map... > (see documentation @http://stilbuero.de/jquery/tabs/) > > Frank Thanks that works great, I tried the onShow to initialize() t

[Google Maps API v3] Re: KLM Parser / Renderer

2010-07-16 Thread bratliff
On Jul 16, 9:51 pm, Ben Appleton wrote: > I am not a lawyer. I do not know of any legal restrictions to using /gx or > /sf - they merely translate publicly available documents to a custom > format. However sf and gx are private interfaces and subject to change or > removal without notice. Cool.

[Google Maps API v3] Re: JavaScript "Unspecified error" when drawing polygons

2010-07-16 Thread Rossko
> What I can not understand is why the page works > sometimes and others not. You are calling your map initialising routing inline, in the HTML. There'll be race conditions, depending how the browser is getting on building the DOM and what is in cache. Best to call the map after DOM building is f

Re: [Google Maps API v3] Re: KLM Parser / Renderer

2010-07-16 Thread Ben Appleton
I am not a lawyer. I do not know of any legal restrictions to using /gx or /sf - they merely translate publicly available documents to a custom format. However sf and gx are private interfaces and subject to change or removal without notice. On 17 Jul 2010 02:04, "bratliff" wrote: > A third par

[Google Maps API v3] Re: Chrome/Google Maps/Multi touch displays

2010-07-16 Thread Chad Killingsworth
The issue is indeed with Chrome. See http://code.google.com/p/gmaps-api-issues/issues/detail?id=2252 Chad Killingsworth On Jul 16, 2:57 pm, Kris wrote: > I've posted this in the google chrome group as well, but maybe someone > here might be able to help. > > The problem > > When using a multito

[Google Maps API v3] Re: search radius

2010-07-16 Thread gazoz
Thank you so much, that was it. On Jul 15, 11:02 pm, Marx Tseng wrote: > Try this sample.http://marx-tseng.appspot.com/maps/Search_Radius.html > > On 7月15日, 下午4時08分,gazoz wrote: > > > Hi, > > I have a list of coordinates. > > Is it possible to find out the ones that are in 5 miles radius with > >

[Google Maps API v3] Re: JavaScript "Unspecified error" when drawing polygons

2010-07-16 Thread Hugh H.
Thanks for your time Pil. I changed "long" argument to "lng" but the problems persists. What I can not understand is why the page works sometimes and others not. By the way, moving back and forward with the browser buttons doesn't trigger the error Any workaround? P.S. IE8 looks like a bug nest.

[Google Maps API v3] Chrome/Google Maps/Multi touch displays

2010-07-16 Thread Kris
I've posted this in the google chrome group as well, but maybe someone here might be able to help. The problem When using a multitouch display with chrome, pinch and pull to zoom does not work in google maps. The only browser that seems to actually work in this regards (ironically) is internet e

[Google Maps API v3] Re: V3 Polyline Problems

2010-07-16 Thread bratliff
On Jul 16, 4:39 pm, bratliff wrote: > I suspect it is caused by "off-tile" verticies too distant from the > visible tile. It happens at deep zoom levels where the pixel distance > between verticies is large. > > To maintain continuity of the poly, every tile must have every vertex > represented i

Re: [Google Maps API v3] Re: Map is loaded incorrectly especially in IE8

2010-07-16 Thread Tobias Krais
Hi dfd, > The used jquery tabs plugin from stilbüro can use onClick and onShow > callbacks, where one could set the width and height of the map... > (see documentation @ http://stilbuero.de/jquery/tabs/) the onShow() callback could solve to the solution. The onShow one is the one I need. What I n

[Google Maps API v3] Re: Missing map controls

2010-07-16 Thread Rossko
> Does anyone have any suggestions? Nopoe, no idea what you are doing or what may be wrong with it. It would help just a bit to be able to see the failing webpage - see the posting guidelines http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e -- You received this message bec

[Google Maps API v3] Re: mouse event registered to google.maps.Polygon

2010-07-16 Thread Rossko
> I want to change fillColor property of polygons on mouseover,mouseout > events, using this code, but only last registered target is adjusted You need to look into function closure to capture the right 'tile' for each event http://code.google.com/apis/maps/documentation/javascript/events.html#Eve

Re: [Google Maps API v3] Re: V3 Polyline Problems

2010-07-16 Thread Michael Short
s, and also for browsers where CANVAS must > be used.  So I've put another overlay of the complete polyline as a > single element in red, so it's clear where the line should be: > > http://www.william-map.com/20100716/1/map.htm > > ... > > -- > You received this

[Google Maps API v3] Re: How to center and zoom the map between severals marker ?

2010-07-16 Thread Rossko
> The second one is what I'd like, it's center between all markers and > the zoom is the best possible. It has cropped up in this group before http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/5a9f67c21c8799e7/5ecc9f81ae997e67 -- You received this message because you are

[Google Maps API v3] How to retrieve photo of or around a specific place?

2010-07-16 Thread Thanon Kc
When searching google map for a place such as "Westminster, United Kingdom", there will be information show on the left sidebar about that place including relevant photos. Can I retrieve these information and photos? -- You received this message because you are subscribed to the Google Groups "G

[Google Maps API v3] Re: Custom KML icons not showing

2010-07-16 Thread MLSX.NET GMap
YES! Looks like using the tag instead of the tag made all the difference. You totally rock \m/(~~)\m/ Thank you so much. Robert -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-ma

[Google Maps API v3] mouse event registered to google.maps.Polygon

2010-07-16 Thread serj
hello, I want to change fillColor property of polygons on mouseover,mouseout events, using this code, but only last registered target is adjusted function addTileOnMap(location) { var step = 0.0005; var tilesNo=2; var latitude = location.lat()+(ti

[Google Maps API v3] Re: How to do showMapBlowup in v3

2010-07-16 Thread Ralpharama
Okay, what I wanted to do was just refocus the map on a marker of my choice, which I found tricky for some reason. Not sure if that's what you wanted to do, but I found a solution that works for me, based on this thread http://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/1fb376b

[Google Maps API v3] How to center and zoom the map between severals marker ?

2010-07-16 Thread François
Hi everyone, I'd like to know if it's possible to "center and zoom the map between severals marker". In fact, I have a map and I put marker on it with AJAX, but I just center the map on the first marker and the zoom is normal. Here a picture of what I am saying. http://imgur.com/DF4Ri.png The f

[Google Maps API v3] Missing map controls

2010-07-16 Thread Phil
I have a map embedded in a web page that I'm placing custom markers on. It works fine in Google Chrome and Firefox. In IE8 the map controls fail to appear (the zoom and pan controls). Loading also seems to be very slow. There's a javascript error too : Message: Failed Line: 24 Char: 636 Code: 0

[Google Maps API v3] How to add Points of Interest

2010-07-16 Thread Neilski
Hello, can anyone give me a steer on how to add local Points of Interest to a standard v3 Google map? I've created my map and added a marker, but I would like to be able to show POIs like Airports, Train Stations Public Attractions etc. Thanks -- You received this message because you are subsc

[Google Maps API v3] Re: V3 Polyline Problems

2010-07-16 Thread bratliff
On Jul 16, 4:39 pm, bratliff wrote: > I suspect it is caused by "off-tile" verticies too distant from the > visible tile. It happens at deep zoom levels where the pixel distance > between verticies is large. > > To maintain continuity of the poly, every tile must have every vertex > represented

[Google Maps API v3] Re: Multiple Markers Based On URL Page Meta Data

2010-07-16 Thread butchkaz
Sounds good. Thanks! On Jul 16, 8:18 am, Rossko wrote: > > Map based on data provided. If visitor clicks on "Chicago" from an > > index of cities, link would go to a  page with meta data for chicago > > and auto repair shops. Each city would be a different page with > > different meta data. > > H

[Google Maps API v3] Re: V3 Polyline Problems

2010-07-16 Thread bratliff
st > be used. So I've put another overlay of the complete polyline as a > single element in red, so it's clear where the line should be: > > http://www.william-map.com/20100716/1/map.htm > > ... I suspect it is caused by "off-tile" verticies too distant from the v

[Google Maps API v3] Re: KLM Parser / Renderer

2010-07-16 Thread bratliff
A third party developer has very little incentive to do it. I am looking for something clean & simple, essentially, a clone of your "gx" / "sf" service. Google has the skills to do it without excessive overhead & superfluous features. Would it be a waste of time to file a feature request in the

[Google Maps API v3] Re: Refresh in Internet Explorer 8 fail!

2010-07-16 Thread Rossko
> i said that the db is from a company, not the map. Then we can look at your map, and help you with it. Either your map is private or it isn't. If it is private, the company should pay for a licence and you will get support too. -- You received this message because you are subscribed to the Go

[Google Maps API v3] Re: InfoWindow closeclick event gets called multiple times

2010-07-16 Thread CSharp
Dang, you're good! I'll have to move that closeclick listener out of that loop and into a global area. Don't worry about the english, all I can understand are languages such as Javascript and C# : ) Thanks Marx! On Jul 15, 11:20 pm, Marx Tseng wrote: > for(var i in markers) { > > Attach

[Google Maps API v3] Re: Refresh in Internet Explorer 8 fail!

2010-07-16 Thread fil
i said that the db is from a company, not the map. I'll ask it into another forum. bye. On 16 Lug, 17:20, Rossko wrote: > > i can't put the page online because the db where i take the > > information is a private DB of a company. > > Then, by the terms and conditions for Google maps, you must ha

[Google Maps API v3] Re: Refresh in Internet Explorer 8 fail!

2010-07-16 Thread Rossko
> i can't put the page online because the db where i take the > information is a private DB of a company. Then, by the terms and conditions for Google maps, you must have bought a Premier licence. What you paid for Premier also covers some support, so ask your Google rep. -- You received this me

[Google Maps API v3] Re: Refresh in Internet Explorer 8 fail!

2010-07-16 Thread fil
i can't put the page online because the db where i take the information is a private DB of a company. I can't, not i don't want to put online. On 16 Lug, 17:06, "geocode...@gmail.com" wrote: > On Jul 16, 7:59 am, fil wrote: > > > i can post my code, if you want. > > I don't want. > > > i can't p

[Google Maps API v3] Re: Refresh in Internet Explorer 8 fail!

2010-07-16 Thread geocode...@gmail.com
On Jul 16, 7:59 am, fil wrote: > i can post my code, if you want. I don't want. > i can't publish the link, because the page is offline. So? You can put it online (I can too, but you are the one that wants help). This page covers most of the excuses for not posting a link: http://groups.goog

[Google Maps API v3] Re: Refresh in Internet Explorer 8 fail!

2010-07-16 Thread fil
i can post my code, if you want. i can't publish the link, because the page is offline. On 16 Lug, 16:54, "geocode...@gmail.com" wrote: > On Jul 16, 7:03 am, fil wrote: > > > Hi, I made a map (that's all offline, i can't upload the link, sorry), > > How do you expect us to help? > > > that works

[Google Maps API v3] Re: Refresh in Internet Explorer 8 fail!

2010-07-16 Thread geocode...@gmail.com
On Jul 16, 7:03 am, fil wrote: > Hi, I made a map (that's all offline, i can't upload the link, sorry), How do you expect us to help? > that works whit this scheme: > > 1- the php take the data from a database, and create a XML files with > the data. > 2- the web page, made with javascript, take

[Google Maps API v3] Re: google map API v3, WordPress, XHTML, postion: relative

2010-07-16 Thread Pigeon
in case anyone ever searches and wants to know what happened with the markers, I started a new thread, now resolved: http://groups.google.com/group/google-maps-js-api-v3/t/6ca10ac062a3ae25 On Jul 15, 11:10 pm, Pigeon wrote: > answered one of my questions re the slider and circle. > > I inserted

[Google Maps API v3] Re: Simple Icon unexpected T_STRING using single quote, but Marker not showing with single quote

2010-07-16 Thread Pigeon
Thank you for the explanation. I decided to tidy everything up a bit. I made a separate js file for the javascript http://www.pinkpigeon.net/wp-content/themes/kava/js/map.js and then made my WordPress shortcode only the divs: function wpmap() { return ' '; } add_shortcode('map', 'wpmap'); It'

[Google Maps API v3] Refresh in Internet Explorer 8 fail!

2010-07-16 Thread fil
Hi, I made a map (that's all offline, i can't upload the link, sorry), that works whit this scheme: 1- the php take the data from a database, and create a XML files with the data. 2- the web page, made with javascript, take the XML and create the markers on the map. on Mozilla Firefox it works ve

[Google Maps API v3] Re: Question about Query limit

2010-07-16 Thread fil
I think that samuel is speaking about the geocoding service. in my map, I had the same problem: at the 10 address that i try to geocode, the service returns me "OVER_QUERY_LIMIT". bye On 16 Lug, 14:20, Ben Appleton wrote: > Hi Samuel, > > There is no limit for showing a map, markers, polylines

[Google Maps API v3] Re: Services, why is if statement needed?

2010-07-16 Thread geocode...@gmail.com
On Jul 16, 3:48 am, SteveYoungGoogle wrote: > When calling Google Maps API services the tutorial suggests using an > "if (geocoder)" or "if (elevator)" statement like this: > > elevator = new google.maps.ElevationService(); > if (elevator) { >     elevator.getElevationForLocations(positionalReques

[Google Maps API v3] Re: Custom KML icons not showing

2010-07-16 Thread Pil
Finally I got to work with your icons http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=http:%2F%2Fsites.google.com%2Fsite%2Fmxamples%2Fkmltest4.kml&sll=37.753366,-121.434074&sspn=0.026602,0.047121&ie=UTF8&ll=37.745404,-121.44227&spn=0.026605,0.047121&z=14 The kml code seems uttermost s

[Google Maps API v3] Re: Multiple Markers Based On URL Page Meta Data

2010-07-16 Thread Rossko
> Map based on data provided. If visitor clicks on "Chicago" from an > index of cities, link would go to a  page with meta data for chicago > and auto repair shops. Each city would be a different page with > different meta data. How is your data to be held? At its most basic you could have a file

[Google Maps API v3] Re: Simple Icon unexpected T_STRING using single quote, but Marker not showing with single quote

2010-07-16 Thread Rossko
> changed back to double quotes around the image path, I guess using > single quotes must have caused a problem with the WordPress shortcode > function? No, its basic php syntax. You have written a php function that boils down to function wpmap() { return 'some enormous long string'; } If yo

[Google Maps API v3] Re: Multiple Markers Based On URL Page Meta Data

2010-07-16 Thread butchkaz
Map based on data provided. If visitor clicks on "Chicago" from an index of cities, link would go to a page with meta data for chicago and auto repair shops. Each city would be a different page with different meta data. On Jul 16, 4:11 am, Rossko wrote: > > Is there a way to have a maps API disp

Re: [Google Maps API v3] Question about Query limit

2010-07-16 Thread Ben Appleton
Hi Samuel, There is no limit for showing a map, markers, polylines and so on. Is this what you means? Regards, Ben On 16 Jul 2010 22:09, "SamuelKim" wrote: > Hello I'm Samuel Kim. > I have a question to use google map. > > I'm not using Geocoding API, and the other Maps API Web Services too. >

[Google Maps API v3] Re: Simple Icon unexpected T_STRING using single quote, but Marker not showing with single quote

2010-07-16 Thread Pigeon
got it to work :-) changed back to double quotes around the image path, I guess using single quotes must have caused a problem with the WordPress shortcode function? thank you for the help Will On Jul 16, 12:44 pm, Pigeon wrote: > Thank you, I think I fixed it but I am now getting a new error:

[Google Maps API v3] kml mouseover/mouseout infowindow

2010-07-16 Thread Soma
Hi! I want to use v3 api with 3 different markers (markers from 3 different kml). First problem is if i use for use costom icon dosnt work, api is ignoring it. Workaround: i have to use a script ( cat $1 |sed 's,#BasicStyle,'$2',g' ) for give icon

[Google Maps API v3] Question about Query limit

2010-07-16 Thread SamuelKim
Hello I'm Samuel Kim. I have a question to use google map. I'm not using Geocoding API, and the other Maps API Web Services too. In this situation, is it possible that google blocks my application because of the query over the limit? Maps API Web Services provide information whether it is over th

[Google Maps API v3] Services, why is if statement needed?

2010-07-16 Thread SteveYoungGoogle
When calling Google Maps API services the tutorial suggests using an "if (geocoder)" or "if (elevator)" statement like this: elevator = new google.maps.ElevationService(); if (elevator) { elevator.getElevationForLocations(positionalRequest, function(results, status) { if (status == goo

[Google Maps API v3] Re: How to do showMapBlowup in v3

2010-07-16 Thread Ralpharama
I'm also searching, if anyone has any other ideas? The mini map isn't really suitable for my purposes... Thanks, On Jun 2, 10:43 am, Chris Hunt wrote: > In version 2 of the API, markers had ashowMapBlowupmethod that would > show a mini map of the marker location. You'd typically set an event > ha

[Google Maps API v3] Re: Custom KML icons not showing

2010-07-16 Thread MLSX.NET GMap
Hi my friends, Here is a link to my KML file that no longer displays my custom icons, and I must say I have tried everything. http://mlsx.net/v7/scripts/a/kmltest.kml Here's the same KML opened in google maps, http://maps.google.com/maps?q=http://mlsx.net/v7/scripts/a/kmltest.kml As you can see

[Google Maps API v3] Re: Simple Icon unexpected T_STRING using single quote, but Marker not showing with single quote

2010-07-16 Thread Pigeon
Thank you, I think I fixed it but I am now getting a new error: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in / home/purplepenguin/cranihum.com/wp-content/themes/kava/functions.php on line 67 this is line 67 '; here's my code snippet from functions.php: http://maps.google.

[Google Maps API v3] Re: Map is loaded incorrectly especially in IE8

2010-07-16 Thread dfd
The used jquery tabs plugin from stilbüro can use onClick and onShow callbacks, where one could set the width and height of the map... (see documentation @ http://stilbuero.de/jquery/tabs/) Frank On Jul 16, 12:31 pm, William wrote: > On Jul 16, 8:25 pm, Tobias Krais wrote: > > > I agree. But un

[Google Maps API v3] Re: Accessing individual placemarkers using kmlLayers

2010-07-16 Thread PaulG
Create separate kml files for each building. Cache them (they don't move do they?) Serve them up on demand. It means your html drop-list is generated separately, but the contents of that can be programmed to be cached (nightly?) too. Works for me, but might not be practical if your info-box dat

[Google Maps API v3] Re: Map is loaded incorrectly especially in IE8

2010-07-16 Thread William
On Jul 16, 8:25 pm, Tobias Krais wrote: > I agree. But uncommenting the JavaScript line will disable the tabs. Do > you think the easiest way would be to work without the tabs? The tabs look great and it would be best to try and make it work with the tabs. I'll do some more testing and see what

Re: [Google Maps API v3] Re: Map is loaded incorrectly especially in IE8

2010-07-16 Thread Tobias Krais
Hi William, > "Unspecified error, main.js, Line 26, Char 70". I get a "Unspecified error, main.js, Line 1, Char 386". It seems to be the method returning the width. > I think the error is due to the tab system and the size of the hidden > map. I did some testing and the error didn't happen afte

[Google Maps API v3] Re: Multiple Markers Based On URL Page Meta Data

2010-07-16 Thread Rossko
> Is there a way to have a maps API display mutiple markers based on a > URL's meta data? Would you like a map based on data that you provide, or are you asking how to search Google's database for local repair shops? This example may be more complicated than you had in mind - http://code.google.c

[Google Maps API v3] Re: Security of KML or Fusion Tables

2010-07-16 Thread Rossko
> What about adding directly via javascript? What about it? If you supply the data to the browser, which you must in form or another for the end user to see, the end user can get at it somehow. About the most obscure way to go is to render tiles at your server and serve those, so that no real "d

[Google Maps API v3] Re: JavaScript "Unspecified error" when drawing polygons

2010-07-16 Thread Pil
Have a look at this arguments and try to change the variable long function sgCityNHMap(country,city,cityName,lat,long) var latlng = new google.maps.LatLng(lat,long); long is reserved word in Javascript. On Jul 16, 10:28 am, "Hugh H." wrote: > I decided to do a test, I cleaned the common.j

[Google Maps API v3] Re: JavaScript "Unspecified error" when drawing polygons

2010-07-16 Thread Hugh H.
I decided to do a test, I cleaned the common.js file deleting everything: no markers, no polygons; ust the code to show the map: var map; var image; var infoWin; // Shopping Guide - City neighborhoods var neighborhoods = new Array(); var points = new Array(); var nhMBR = new Array(); var nhCentro

[Google Maps API v3] Re: Simple Icon unexpected T_STRING using single quote, but Marker not showing with single quote

2010-07-16 Thread Pil
The image doesn't exist within your defined path. Caution! Calling this address crashed my browser http://www.pinkpigeon.net/contact/pp_logo.png Instead the image seems to be here http://www.pinkpigeon.net/pp_logo.png On Jul 16, 9:32 am, Pigeon wrote: > For some reason I'm getting an unexp

[Google Maps API v3] Re: Map is loaded incorrectly especially in IE8

2010-07-16 Thread William
ok thanks I can see that page. When this page loads, I get the following error in IE8: "Unspecified error, main.js, Line 26, Char 70". This error occurs before I press the "Karte" tab. The map itself looks OK. I think the error is due to the tab system and the size of the hidden map. I did so

[Google Maps API v3] Simple Icon unexpected T_STRING using single quote, but Marker not showing with single quote

2010-07-16 Thread Pigeon
For some reason I'm getting an unexpected T_STRING when using single quote in var image ='image'; so I changed it to double quote but now I don't get a marker... var image = "pp_logo.png"; var myLatLng = new google.maps.LatLng(51.51440469156112, -0.1354837417602539); var marker = new google.ma

[Google Maps API v3] JavaScript "Unspecified error" when drawing polygons

2010-07-16 Thread Hugh H.
Hi: I have a web site in wich I draw some polygons over a Google Map. It's working fine in FF and Safari but in IE6(XP) / IE8(W7) it works sometimes, usually the first time you open the page, and most of the times fails with this error from both local and remote servers: Message: Unspecified erro

Re: [Google Maps API v3] Re: Map is loaded incorrectly especially in IE8

2010-07-16 Thread Tobias Krais
Hi William, >> you can help me. Please have a look at the following page: >> http://www.immobiliengaiser.de/immobilien/tempimmobilien/grenzach/sch... > > could you post the link again, it's not working for me ... sorry. I moved the page. Its now here: http://www.immobiliengaiser.de/immobilien/im