Re: Polyline encoder utility out of memory problems

2010-02-17 Thread Astartea
> > Hi everyone! > > > I'm trying to encode a long polyline using the online Polyline encoder > > utility and in the beginning everything works. My problem use to come > > around the 1800th point when I start getting a  message "Out of memory > > on line X". If you just click accept it continue for

Re: growing the map as the window resizes

2010-02-17 Thread zenhacker_rouan
I have seen that link, but the styling does not work for me because the map is not the only element on the page, and if I apply the styling, it doesn't work correctly. Also I would like to know how google makes it work. Can anyone point me to where I can view the source in readable form or simply

RE: General webmapping usability issues

2010-02-17 Thread Ralph Ames
>> would you mind posting here some of your pet hates? >Mousewheel zoom - I'm wheeling to scroll the page, not do anything >with the map. >Fullscale Mouseover infowindows - if I want to know more about a blob, >I will click it. A brief tooltip-style clue on mouseover is plenty; >one line, prefer

Re: Highlight a country

2010-02-17 Thread geocode...@gmail.com
On Feb 17, 4:14 pm, Paulo Fernandes wrote: > Hello > > Is possible to highlight only a country? Did you check the result of this search of the group? http://groups.google.com/group/google-maps-api/search?group=google-maps-api&q=highlight+a+country&qt_g=Search+this+group This has been discussed b

Highlight a country

2010-02-17 Thread Paulo Fernandes
Hello Is possible to highlight only a country? When I set the zoom to my map other countries are visible I need to highlight only my country. The link to the map is below http://www.phpaulo.com.br/example-google-map.html Thanks for help Best regards -- You received this message because you

Re: General webmapping usability issues

2010-02-17 Thread Marcelo
On Feb 17, 11:21 pm, Rossko wrote: > > Mousewheel zoom - I'm wheeling to scroll the page, not do anything > with the map. I love mousewheel zoom! I never zoom the map any other way, and I hate it when it is disabled, though I'd agree that it is good to have some page space outside the map so that

Re: General webmapping usability issues

2010-02-17 Thread Andrew Leach
On Feb 17, 6:55 pm, PaulG wrote: > > Whats the best way of doing this? > > Ugly old JS Alert box: > alert("Terrain maps wont let you zoom in any closer than this - choose > another option"); No: just disable the button (and perhaps grey it out) so you can see it doesn't do anything. I'm with Ros

Re: Toggle visibility of GMapType layer...

2010-02-17 Thread Rossko
> I can't figure out how to toggle the visibility of this layer.  Is > there a simple method to do this? errm, switch to another maptype? -- 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-...@go

Re: add onmouseover delay?

2010-02-17 Thread Rossko
>  My question is > whether I can configure the 'onmouseover' event to require a certain > period of time to elapse before the function triggers. No, but you can rewrite your mouseover handler to do it http://www.google.co.uk/search?hl=en&source=hp&q=javascript+settimeout+cleartimeout Start a tim

Re: General webmapping usability issues

2010-02-17 Thread Rossko
> would you mind posting here some of your pet hates? Mousewheel zoom - I'm wheeling to scroll the page, not do anything with the map. Fullscale Mouseover infowindows - if I want to know more about a blob, I will click it. A brief tooltip-style clue on mouseover is plenty; one line, preferably o

Re: Marker hider problem

2010-02-17 Thread geocode...@gmail.com
On Feb 17, 11:38 am, Vicoder wrote: > Hi, here' s my problem: > > I've been trying to create a marker hider, I parse my data from a > file.php that constructs the xml document tree with a ' echo $dom- > > >saveXML(); ' . > > In my "createMarker function" -> markerGroups[type].push(marker); > "THE

add onmouseover delay?

2010-02-17 Thread Mark in A2
I'm developing a map app using the Google API, which is simply unbelievably amazing (the API, not my app - Thanks, Google!) I have a set of markers being placed on the map and I'm adding listeners that trigger when the user takes the mouse over a marker. When this happens, a call-out style pop-up

Marker hider problem

2010-02-17 Thread Vicoder
Hi, here' s my problem: I've been trying to create a marker hider, I parse my data from a file.php that constructs the xml document tree with a ' echo $dom- >saveXML(); ' . In my "createMarker function" -> markerGroups[type].push(marker); "THE PUSH MARKER" is not recognized, but parsing my data w

General webmapping usability issues

2010-02-17 Thread PaulG
I am creating a web-Gmap browser which loads in different layers of points, and when a marker is clicked uses Ajax to then bring back meta data about that point. I thought I'd check some other sites (in the same channel I work in) and see how they handle similar problems, and I was pretty surprise

Toggle visibility of GMapType layer...

2010-02-17 Thread MapsRus
I have added a custom GMapType to my map: var tilelayers = [G_SATELLITE_MAP.getTileLayers()[0],gTileLayer]; var gMapType = new GMapType(tilelayers, new GMercatorProjection(22), "ArcGIS", {errorMessage:"No data available", minResolution: 0, maxResolution: 21}); map.addMapType(gMapType); I can'

Re: Not finding the right location?

2010-02-17 Thread geocode...@gmail.com
On Feb 17, 9:27 am, youradds wrote: > @Marco - sorry, didn't think it would really matter for such a short > bit of code ;) (not like its 100's of lines!) > > Either way, here it is: > > http://ultradev.com.nmsrv.com/test_map.html That page currently includes this line: map.addOverlay(new GMarker

Re: Not finding the right location?

2010-02-17 Thread Rossko
> @Rossko - I've tried the long/lat values both ways, You messed that up somewhere. If I type javascript: map.setCenter(new GLatLng(51.47625114982365,-0.1263427734375), 5); in the browser address bar while viewing your page, it recentres the map on London. The map just does what it s told, if y

Re: Problem on dragging marker and auto pan of map

2010-02-17 Thread deweblop
On 17 Feb., 17:11, "geocode...@gmail.com" wrote: > On Feb 17, 7:42 am, deweblop wrote: > > > On my maps script i recently found a bug which i cannot track down as > > it seems. It contains dragable markers and by dragging them to the > > border of the map canvas the map does get panned automatica

Re: Not finding the right location?

2010-02-17 Thread youradds
@Marco - sorry, didn't think it would really matter for such a short bit of code ;) (not like its 100's of lines!) Either way, here it is: http://ultradev.com.nmsrv.com/test_map.html @Rossko - I've tried the long/lat values both ways, neither get the correct location (yet on google earth it doe

Re: Not finding the right location?

2010-02-17 Thread Rossko
> The long/lat values look right, so I'm a bit confused as to whats > going on. Which way round you get them is important -- 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-...@googlegroups.com.

Re: Not finding the right location?

2010-02-17 Thread Marcelo
On Feb 17, 6:12 pm, youradds wrote: > Hi, > > Got a bit of a weird one here :/ > > This code: > Is ignored! Please read and follow the group's posting guidelines: http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines http://groups.google.com/group/Google-Maps-API/web/w

Re: GoogleBar

2010-02-17 Thread Marcelo
On Feb 17, 5:58 pm, Pirania wrote: > > I was not sure that it could be a bug. So I decided to ask on this > forum. The GoogleBar search is asynchronous. If you pump the Enter key you are sending new queries before previous ones have completed, therefore I am not sure that it can be called a b** :

Re: GoogleBar

2010-02-17 Thread Pirania
On 17 Lut, 13:59, Rossko wrote: > > Okay, that's a nice demonstration.  Why not report a bug > herehttp://code.google.com/p/gmaps-api-issues/issues/list I was not sure that it could be a bug. So I decided to ask on this forum. -- You received this message because you are subscribed to the Go

Re: Polyline encoder utility out of memory problems

2010-02-17 Thread geocode...@gmail.com
On Feb 17, 8:27 am, Astartea wrote: > Hi everyone! > > I'm trying to encode a long polyline using the online Polyline encoder > utility and in the beginning everything works. My problem use to come > around the 1800th point when I start getting a  message "Out of memory > on line X". If you just c

Re: Google Maps API, jquery marker problem

2010-02-17 Thread richbobby
Larry! thanks!! On Feb 17, 11:15 am, "geocode...@gmail.com" wrote: > On Feb 17, 8:02 am, "geocode...@gmail.com" > wrote: > > > > > On Feb 17, 7:35 am, richbobby wrote: > > > > Hey, > > > > I am having a problem with the markers on my map.  When you click on a > > > marker, the event windows

Re: Google API takes to wrong address/map

2010-02-17 Thread PressEsc
Thanks again. Since I'm not a coder any more, I've elected to put a static map on the page and hyperlink out to Google Maps page. I appreciate all the very prompt and useful help! Christi On Feb 16, 9:04 pm, "geocode...@gmail.com" wrote: > On Feb 16, 8:21 pm, PressEsc wrote: > > > Sorry...one

Polyline encoder utility out of memory problems

2010-02-17 Thread Astartea
Hi everyone! I'm trying to encode a long polyline using the online Polyline encoder utility and in the beginning everything works. My problem use to come around the 1800th point when I start getting a message "Out of memory on line X". If you just click accept it continue for a little more until

Re: Google Maps API, jquery marker problem

2010-02-17 Thread geocode...@gmail.com
On Feb 17, 8:02 am, "geocode...@gmail.com" wrote: > On Feb 17, 7:35 am, richbobby wrote: > > > Hey, > > > I am having a problem with the markers on my map.  When you click on a > > marker, the event windows all have the same origin.  The HTML info > > being passed into the window is correct. > >

Re: Problem on dragging marker and auto pan of map

2010-02-17 Thread geocode...@gmail.com
On Feb 17, 7:42 am, deweblop wrote: > On my maps script i recently found a bug which i cannot track down as > it seems. It contains dragable markers and by dragging them to the > border of the map canvas the map does get panned automatically, but is > always centered back on the last saved positio

Re: Google Maps API, jquery marker problem

2010-02-17 Thread geocode...@gmail.com
On Feb 17, 7:35 am, richbobby wrote: > Hey, > > I am having a problem with the markers on my map.  When you click on a > marker, the event windows all have the same origin.  The HTML info > being passed into the window is correct. > > http://terpconnect.umd.edu/~dgrubman/index.html > > I'm worried

Google Maps API, jquery marker problem

2010-02-17 Thread richbobby
Hey, I am having a problem with the markers on my map. When you click on a marker, the event windows all have the same origin. The HTML info being passed into the window is correct. http://terpconnect.umd.edu/~dgrubman/index.html I'm worried that the way I've populated the markers is the sourc

Problem on dragging marker and auto pan of map

2010-02-17 Thread deweblop
On my maps script i recently found a bug which i cannot track down as it seems. It contains dragable markers and by dragging them to the border of the map canvas the map does get panned automatically, but is always centered back on the last saved position. Therefore it causes a loop. This issue occ

Re: Markers with numbers

2010-02-17 Thread Pil (Trustworthy from Experience)
First you would have to understand what jquery really does, because jquery is being used. So that would be completely out of the scope of this group. Cannot imagine that someone in a jquery forum even knows it. On Feb 17, 2:27 pm, Nick Nehm wrote: > See > example:http://www.geocaching.com/ma

Re: Padding top or centering a InfoWindowTabsHtml

2010-02-17 Thread Andrew Leach
On Feb 17, 2:15 pm, Fernando Paiva wrote: > Anyone? No one? You might get more response if you followed the posting guidelines and gave a link to a real demonstrator page instead of an image. Can't debug an image. -- You received this message because you are subscribed to the Google Groups "Go

Re: Padding top or centering a InfoWindowTabsHtml

2010-02-17 Thread Fernando Paiva
Anyone? No one? On Feb 16, 6:42 pm, Fernando Paiva wrote: > Sometimes, when a InfoWindowTabsHtml is oppened, a panning moves the > map a little bit to the top. The anchor used would be the beginnig of > the InfoWindow, but actually is using the text of the tabs, Example: > > www.maplist.com.br/i

Markers with numbers

2010-02-17 Thread Nick Nehm
See example: http://www.geocaching.com/map/default.aspx?lat=55.58000&lng=12.55728 If you check the checkbox "Show Numbers on Map" a few dynamic generated numbers appear next to the markers. Since hours I'm exploring the code (incl. the included javascript files), but I don't unterstand it. Can so

Re: Web browsers issues : sidebars with overflow and PdMarker topMarkerZIndex()

2010-02-17 Thread Rossko
> Does anyone have any idea of the cause of this behaviour on Firefox, > please ? Map takes a couple of minutes to build. I don't have FF3, but sidebar mouseover is still odd in FF2 Scrolling to bottom of sidebar, and mousing the the bottom item, somehow 'breaks' things and repositions sidebar sc

Re: GoogleBar

2010-02-17 Thread Rossko
> another samplehttp://econym.org.uk/gmap/example_baroptions1.htm > You mast press enter quickly. > In my application it ocures just after second press of enter.. Okay, that's a nice demonstration. Why not report a bug here http://code.google.com/p/gmaps-api-issues/issues/list -- You receiv

Re: GoogleBar

2010-02-17 Thread Pirania
The Result of that I say is in the GoogleBarProblem.JPG see files http://groups.google.com/group/google-maps-api/files -- 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-...@googlegroups.com. T

Re: markerclusterer problem

2010-02-17 Thread Fabien
If you understand a little french, take a look to this tuto : http://geotribu.net/node/125 . I tried to explain how to display a large number of markers in ajax / php with data in database. This avoids the use of markerclustered.js On Feb 16, 10:21 pm, midin wrote: > Thank you so much, there's be

Re: Using PHP/MySQL with Google Maps not working

2010-02-17 Thread AK
And whats the result if you use this? I had the same problem but with this it works perfectly. http://gmaps-samples.googlecode.com/svn/trunk/articles-phpsqlajax/phpsqlajax_genxml2.php Quote: If you don't have access to PHP's dom_xml functions, then you can simply output the XML with the echo func

Re: POI( Point of interest) callout selection mechanism.

2010-02-17 Thread Andrew Leach
On Feb 17, 7:21 am, Apu wrote: > Hi, > I was observing that, when i search something on Google map ( maps > application for iPhone), Default POI selection is not always the > nearest one. Is this using the web browser in the phone or the native Google Mapps application? * If it's using the brow

Re: Using PHP/MySQL with Google Maps not working

2010-02-17 Thread Rossko
> i am not sure but PHP Info say I'm not sure either. This is not a PHP forum. The suggested technique in the tutorial about echoing XML directly will work whether your php has dom_xml or not. Have you tried it? -- You received this message because you are subscribed to the Google Groups "Go

Re: Using PHP/MySQL with Google Maps not working

2010-02-17 Thread vincent
Hello i am not sure but PHP Info say xml XML Support active XML Namespace Support active libxml2 Version 2.6.32 xmlreader XMLReader enabled xmlrpc core library versionxmlrpc-epi v. 0.51 php extension version 0.51 author Dan Libby homepagehttp://xmlrpc-epi.sourc

Re: Liscense for organization

2010-02-17 Thread Rossko
> Is there any Liscense binding for developer/organization in order to > build commercial application using Google Map API? http://code.google.com/apis/maps/terms.html http://code.google.com/apis/maps/faq.html http://code.google.com/apis/earth/faq.html -- You received this message because you ar

Re: Web browsers issues : sidebars with overflow and PdMarker topMarkerZIndex()

2010-02-17 Thread Brice
Does anyone have any idea of the cause of this behaviour on Firefox, please ? Thanks On 10 fév, 23:33, Brice wrote: > I wasn't clear enough : when I try to go down the overflowed items in > the sidebar, and then put my pointer on the item I'm interested in, > the sidebar goes up automatically. >

Liscense for organization

2010-02-17 Thread Wrp-web map
Is there any Liscense binding for developer/organization in order to build commercial application using Google Map API? Application can be some planning tool for real state etc which will be sold to client along. Would appriciate if your answer includes rules for using google earth API . -- You

Re: Using Google Map API to get Latitude and Longitude

2010-02-17 Thread Andrew Leach
On Feb 17, 7:49 am, iwotic wrote: > Hi I am wondering whether I can do this using Google MAP API or not.. > > I want to input several location, and want to get the Latitude and > Longitude of them, and store those Latitude and Longitude in my > database. My final goal is to find the distance betwe

POI( Point of interest) callout selection mechanism.

2010-02-17 Thread Apu
Hi, I was observing that, when i search something on Google map ( maps application for iPhone), Default POI selection is not always the nearest one. I would like to know what is the algorithm used to select which POI to add callout. Regards, Anupam -- You received this message because you ar

Re: Partial Map Draw

2010-02-17 Thread Pier Francesco sciuto
what happen when you put #aq_Map { width:100%; height:100%; } ? PIF 2010/2/16 Jbridge.NET > When I put a map inside a complicated layout, map only partially draw > as the top screenshot. > > picture link: > > https://docs.google.com/leaf?id=0BzPKsJQXTluNZmZmZTg5ZmEtZTU1Yy00ZGFlLTg5M