[Google Maps API v3] Geocoding an address

2017-06-25 Thread Marcelo A. Robin
Hello everyone: I have a simple text field and a button. In the text field the user can enter an address and when I press the button, what I do is geocode the address to get the geographical coordinates. To get them I do the following:

[Google Maps API v3] insert a new street and put it the label

2012-06-21 Thread Marcelo Salga
I need to insert a new street on my map and then I must to insert the name of the street in the same direction of it which api does it? -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To view this discussion on the web visit

[Google Maps API v3] street labels issue

2012-06-21 Thread Marcelo Salga
I need to insert a new street and then labeled it, but with the same direction of the street. Just like in the native maps. Which api's function work wit it? Thanks. -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To view this

[Google Maps API v3] Re: Instantiate google.maps.DirectionsResult

2012-02-09 Thread Marcelo
= []; ... myRoutes.push(tmp_routes[j]); -- Marcelo - http://maps.forum.nu -- On Feb 9, 4:53 am, Morwust morw...@gmail.com wrote: Hi, I want to do a request to google.maps.DirectionsService() with more than 8 waypoints. Because i can't i do my own javascript function that separate all the points

[Google Maps API v3] Re: Custom marker icons get blurry Retina when using V.3.7

2012-02-09 Thread Marcelo
E . was there a question? ...and what is Retina? -- Marcelo - http://maps.forum.nu -- On Feb 9, 6:54 am, andkjaer andkjaer@gmail.com wrote: Hi, When adding custom marker icons to the map, they get blurry in version 3.7 - when showing on Retina. It work's in version 3.6 var

[Google Maps API v3] Re: Custom marker icons get blurry Retina when using V.3.7

2012-02-09 Thread Marcelo
about Apple stuff. -- Marcelo - http://maps.forum.nu -- -- 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-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email

[Google Maps API v3] Re: Missing Data (of Alternate, Mobile and Fax Phone Numbers) in Place Details Response

2012-02-08 Thread Marcelo
://groups.google.com/group/google-places-api/browse_thread/thread/658a11d1ceb59a0d -- Marcelo - http://maps.forum.nu -- On Feb 7, 11:38 pm, Hamza Kamaleddine h.kamaledd...@gmail.com wrote: Greetings, I am facing a missing data problem in Google Places API! As seen in the example below, the Place

[Google Maps API v3] Re: remove custom controls

2012-02-08 Thread Marcelo
On Feb 8, 6:15 am, Sarath msar...@gmail.com wrote: Below is the line of code I am using to remove. map.controls[google.maps.ControlPosition.BOTTOM_CENTER].removeAt(1); map.controls is an MVCArray and removeAt() is a method of MVCArray, so map.controls.removeAt(1); -- Marcelo - http

[Google Maps API v3] Re: Display destinations 15 minutes away from an origin point

2012-02-07 Thread Marcelo
. -- Marcelo - http://maps.forum.nu -- On Feb 7, 1:26 am, Jérémy Hérault jeremy.hera...@gmail.com wrote: Hi, I would like to know if there is a way to recover all destinations 15 minutes away from an origin point and display it in Google Maps. (15 minutes is an example) Any thought ? Best

[Google Maps API v3] Re: Ongoing Map Problems

2012-02-07 Thread Marcelo
on your intranet then you must have a Premier license, which entitles you to direct support from Google. Just contact your Google Premier representative with your questions and they'll be happy to help. -- Marcelo - http://maps.forum.nu -- I can however share my code when necessary.  I have

[Google Maps API v3] Re: Using Google maps to calculate a 'Roundtrip'

2012-01-31 Thread Marcelo
If you go out half the distance and then return by backtracking on the same route then you can do something similar to my V2 driving radius example: http://maps.forum.nu/gm_driving_radius.html A round trip with a different return route is slightly more complex, but you get the idea. -- Marcelo

[Google Maps API v3] Re: Snapping polygon edges together?

2012-01-30 Thread Marcelo
://maps.forum.nu/gm_mouse_dist_to_line.html Click a couple of times to create polylines and then move the mouse around. -- Marcelo - http://maps.forum.nu -- On Jan 30, 2:35 pm, Tommy Crush tommycr...@gmail.com wrote: Lets say a user draws a polygon. Great. Easy Stuff. Now they're drawing

[Google Maps API v3] Re: Polyline intersection

2012-01-29 Thread Marcelo
on a sphere: http://geospatialmethods.org/spheres/GCAIntersect.html Either way, a search in Google yields plenty of relevant results. -- Marcelo - http://maps.forum.nu -- On Jan 28, 4:25 am, Marino Gastelurrutia mgast...@gmail.com wrote: Is there any nice way to find the intersection of two

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-01-26 Thread Marcelo
connection). I let it refresh 10 times and there was no problem. -- Marcelo - http://maps.forum.nu -- Martin. On Jan 25, 4:37 pm, Enoch Lau (Google Employee) enoch...@google.com wrote: Can you create a demo that illustrates this slowness please? Which browser / OS are you

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-01-26 Thread Marcelo
On Jan 26, 3:40 am, Andrew Leach andrew.leac...@gmail.com wrote: Might be a good reason not to allow it to update, though, Marcelo :-) Yeps, I think there are many good reasons not to allow automatic updates, (of anything). Android is driving me nuts with System Update Available every hour

[Google Maps API v3] Re: Geocode viewport bias not working

2012-01-24 Thread Marcelo
]). Loop through the results array and see what else you've got, then you can check each result against the bounds before displaying it. -- Marcelo - http://maps.forum.nu -- On Jan 23, 8:59 am, helen helen.mor...@thinkwrap.com wrote: Hello all, I am trying to bias my geocoding results to a specific

[Google Maps API v3] Re: gMaps v3 - Have InfoWindow visible on map load

2012-01-24 Thread Marcelo
://code.google.com/apis/maps/documentation/javascript/reference.html#event -- Marcelo - http://maps.forum.nu -- -- 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-maps-js-api-v3@googlegroups.com

[Google Maps API v3] Re: Places autosuggest doesn't work on Android browsers

2012-01-22 Thread Marcelo
Works fine for me in Android 2.2 FRG33 -- Marcelo - http://maps.forum.nu -- On Jan 22, 3:10 pm, Bhargav Desai bdes...@gmail.com wrote: I am trying to setup a mobile site that uses google maps api 3 and places autosuggest. I have been able to successfully setup autosuggest functionality using

[Google Maps API v3] Re: How to draw an area for indicating where to go with limited road distance

2012-01-18 Thread Marcelo
Driving Radius (V2) example: http://maps.forum.nu/gm_driving_radius.html -- Marcelo - http://maps.forum.nu -- On Jan 18, 2:49 am, Krhome padodanl...@gmail.com wrote: Hi I try to make an application for an electric car. This car is limited to 50 kms, and I need to show on a map all the area

[Google Maps API v3] Re: How do I to draw a polygon which defines a boundary to contain all points

2012-01-09 Thread Marcelo
http://www.postgis.org/documentation/manual-svn/index.html -- Marcelo - http://maps.forum.nu -- -- 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-maps-js-api-v3@googlegroups.com

[Google Maps API v3] Re: How do I to draw a polygon which defines a boundary to contain all points

2012-01-08 Thread Marcelo
Search for a convex hull algorithm. -- Marcelo - http://maps.forum.nu -- On Jan 8, 5:12 pm, Big G nicholson2...@gmail.com wrote: I have a problem where I have many data points which define sales on a map for a specific individual and I want to generate a polygon which defines the boundary

[Google Maps API v3] Re: Markers on Circle Circumference with Arbitrary Angle

2012-01-07 Thread Marcelo
Check out this V2 example: http://maps.forum.nu/gm_driving_radius.html in particular the function getCirclePoints(). It calculates points along the circle at an interval of x degrees. -- Marcelo - http://maps.forum.nu -- On Jan 7, 1:48 am, Tony totysant...@gmail.com wrote: Hi I have a circle

[Google Maps API v3] Re: Blocked

2012-01-07 Thread Marcelo
On Jan 7, 10:02 am, howard howard.weinber...@gmail.com wrote: Is there anyone I can appeal to? No. And anyway, it is quicker to restart your router, (if you have one), and get a different IP address. -- Marcelo - http://maps.forum.nu -- On Jan 7, 5:00 am, Barry Hunter barrybhun

[Google Maps API v3] Re: Computing meter per pixel ratio for current zoom level

2012-01-05 Thread Marcelo
the two x coordinates. Finally, divide the mumber meters by the number of pixels to get meters per pixel. But I wonder what you want to use this for. If you want to create something like a measuring tool, you don't need pixels. If you want to create custom tiles you don't need meters. -- Marcelo

[Google Maps API v3] Re: preview polyline before end click

2012-01-05 Thread Marcelo
= false; var point2 = false; -- Marcelo - http://maps.forum.nu -- -- 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-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email

[Google Maps API v3] Re: addListener not working correctly in IE only

2012-01-05 Thread Marcelo
Your script crashes in IE7, at line 173, because of the extra comma after position: latlng, Due to that crash I cannot test further in my version of IE. -- Marcelo - http://maps.forum.nu -- On Jan 5, 8:45 am, Andrew alouch...@gmail.com wrote: HI I have a measure distance tool where once you

[Google Maps API v3] Re: Google Maps API Key visable - View Source

2012-01-04 Thread Marcelo
questions in this forum will be able to get it anyway, and so will a lot of other experienced programmers. -- Marcelo - http://maps.forum.nu -- On Jan 4, 5:11 am, Rossko ros...@culzean.clara.co.uk wrote: I am very new to the API - using the javascript apiin an asp.net app - need

[Google Maps API v3] Re: Adsense format

2012-01-03 Thread Marcelo
On Jan 3, 10:37 am, ramandolo thelastkamik...@libero.it wrote: no one have an answer ? Your question has nothing to do with the Google Maps API. -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3

[Google Maps API v3] Re: Adsense format

2012-01-03 Thread Marcelo
mention the AdSense library. The answer to your question is no, it is not possible to change the format with this library, but you can use images if you use AdSense directly, outside of the Maps API. -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed

[Google Maps API v3] Re: Adsense format

2012-01-03 Thread Marcelo
/livemap/ You didn't say that you are talking about the AdSense library. The answer to your question is no, you cannot change the format to images with the AdSense library, but you can if you use adSense directly, outside of the Maps API. -- Marcelo - http://maps.forum.nu -- -- You received

[Google Maps API v3] Re: street view custom panoramas broken?

2012-01-03 Thread Marcelo
On Jan 3, 11:51 am, Mark Mercer m...@creatiworks.ca wrote: did something in the api change recently (in the last few months) The API changes all the time. that would cause my custom panoramas to stop working? How can we know? We cannot see your custom panoramas. Mine are fine. -- Marcelo

[Google Maps API v3] Re: street view custom panoramas broken?

2012-01-03 Thread Marcelo
google.maps.Map(document.getElementById('map_canvas'), mapOptions); google.maps.event.addListener(map,'bounds_changed', function(){ panorama = map.getStreetView(); // etc // Rest of the panorama related functions called from here ... }) -- Marcelo - http://maps.forum.nu -- -- You received

[Google Maps API v3] Re: Draw Route Extending X Kilometers from Origin

2012-01-03 Thread Marcelo
/gm_driving_radius.html Just click somewhere on the map. -- Marcelo - http://maps.forum.nu -- -- 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-maps-js-api-v3@googlegroups.com. To unsubscribe from

[Google Maps API v3] Re: preview polyline before end click

2012-01-03 Thread Marcelo
to the map's mousemove event, and in the listener draw a line from the start point to the current mouse position. Roughly like this: http://maps.forum.nu/v3/gm_line_to_mouse.html -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed to the Google Groups Google

[Google Maps API v3] Re: Javascript API v3 works fine on desktop browser, not at all on Android browser

2012-01-01 Thread Marcelo
) { mapdiv.style.width = '100%'; mapdiv.style.height = '100%'; } else { mapdiv.style.width = '600px'; mapdiv.style.height = '800px'; } } sets the height correctly, but only if the user agent is not a phone. So, it is not the API that doesn't work in a phone but your CSS. -- Marcelo

[Google Maps API v3] Re: Need help to get my first map to render

2012-01-01 Thread Marcelo
going wrong. And what is the problem? I see a map in Firefox, Chrome and IE. -- Marcelo - http://maps.forum.nu -- Please advice, Vishal -- 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

[Google Maps API v3] Re: MarkerCluster with data from Postgis and makeMarker

2012-01-01 Thread Marcelo
might be able to help. _ Here is the code I use: No, thanks. -- Marcelo - http://maps.forum.nu -- function initialize() { /** * map */ var mapOpts = { mapTypeId: google.maps.MapTypeId.HYBRID, scaleControl: true, scrollwheel: true} var map = new google.maps.Map

[Google Maps API v3] Re: yellow pages and google map

2012-01-01 Thread Marcelo
There is google.com, which is a pretty good search engine. What you need to do is to type some terms relevant to what you're looking for and click the Search button. Hint: You can also hit the Enter key. -- Marcelo - http://maps.forum.nu -- On Jan 1, 4:53 pm, James Ward wardsja...@gmail.com

[Google Maps API v3] Re: Zoom and Lat/Lng Centering not working in API v3

2012-01-01 Thread Marcelo
and object-oriented programming concepts. /quote http://code.google.com/apis/maps/documentation/javascript/basics.html#Audience If I try to read your engineering books I might have some complaints too. :-) -- Marcelo - http://maps.forum.nu --   var ctaLayer = new google.maps.KmlLayer('http://gmaps

[Google Maps API v3] Re: What am I missing here?

2012-01-01 Thread Marcelo
missing? Any ideas? You're missing a link to a page that demonstrates the problem. -- Marcelo - http://maps.forum.nu -- thanks in advance !DOCTYPE html html head titleGoogle Maps JavaScript API v3 Example: Marker Simple/title link href=http://code.google.com/apis/maps/documentation

[Google Maps API v3] Re: Limiting Google Maps to a specific country

2011-12-28 Thread Marcelo
: -- Marcelo - http://maps.forum.nu -- Avinash On Dec 28, 3:58 am, Barry Hunter barrybhun...@gmail.com wrote: I think the closest can do is something like this examplehttp://maps.forum.nu/gm_texas.html it just draws a shape over the top of the other areas - making a map just

[Google Maps API v3] Re: Limiting Google Maps to a specific country

2011-12-28 Thread Marcelo
On Dec 28, 9:22 am, Marcelo marcelo...@hotmail.com wrote: http://maps/temp/gm_rounded_corners.html OOPSS! Wrong URL. This is the right one: http://maps.forum.nu/temp/gm_rounded_corners.html -- Marcelo - http://maps.forum.nu -- ... but it uses GOverlay instead of GGroundOverlay, so it does

[Google Maps API v3] Re: get polyline point index

2011-12-28 Thread Marcelo
/gm_mouse_dist_to_line.html -- Marcelo - http://maps.forum.nu -- a sample here:http://www.pedemontanadelgrappa.it/fu.html Move the mouse over the polyline. Alert is on line 130. -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group

[Google Maps API v3] Re: get polyline point index

2011-12-28 Thread Marcelo
returned by Polyline.getPath() -- Marcelo - http://maps.forum.nu -- On Dec 28, 9:35 am, Marcelo marcelo...@hotmail.com wrote: On Dec 28, 3:22 am, massimo bastianon bastian...@gmail.com wrote: Is there a way to get index of a point inside a polyline? A polyline, (for example of a single

[Google Maps API v3] Re: Need some help with markers / iteration!

2011-12-28 Thread Marcelo
://paste.bradleygill.com/index.php?paste_id=348277 No need for that. We know how to view source. -- Marcelo - http://maps.forum.nu -- I am hoping you can see what I'm doing here.  The PHP script is printing HTML / JavaScript code to the page, which includes a foreach loop, which grabs the long lats and puts

[Google Maps API v3] Re: How do I determine if the user is viewing the regular map or street view

2011-12-24 Thread Marcelo
Listen for the event 'visible_changed' on the StreetViewPanorama object and check the status of StreetViewPanorama.getVisible() http://code.google.com/apis/maps/documentation/javascript/reference.html#StreetViewPanorama -- Marcelo - http://maps.forum.nu -- On Dec 24, 12:13 pm, Southbayriders

[Google Maps API v3] Re: _Get method is not dangerous here ?

2011-12-23 Thread Marcelo
On Dec 23, 6:12 am, DaveGivesPHPaShot tolman.da...@gmail.com wrote: Thanks Rossko. I'll switch to _POST. Robots can do POST as well. :-) The security is determined by how your server script treats the variables received, not by the method used. But that's not a topic for this group. -- Marcelo

[Google Maps API v3] Re: Google calculated Distance differs PostGIS

2011-12-22 Thread Marcelo
ST_Distance_Sphere( ST_GeomFromText('POINT(45.5398382001 10.22295620)'), ST_GeomFromText('POINT(45.53945870 10.22567910)') ) Result: 305.606787846591 -- Marcelo - http://maps.forum.nu -- On Dec 22, 3:55 am, Luca Borzani luca.borzani.al...@gmail.com wrote: The problem is: distance calculated in postgis

[Google Maps API v3] Re: Drawing manager - Snap to road option

2011-12-22 Thread Marcelo
and/or polyline. -- Marcelo - http://maps.forum.nu -- It would also be a useful option for polygons which are bounded by roads. Ideally it would also be nice to be able to Snap to footpaths, rivers, railroads, boundaries etc. -- You received this message because you are subscribed to the Google

[Google Maps API v3] Re: Failed to load API V3 using Firefox over HTTPS

2011-12-22 Thread Marcelo
Your test page loads fine for me on Firefox 3.0.1 -- Marcelo - http://maps.forum.nu -- On Dec 22, 8:45 am, foxrg...@yahoo.com foxrg...@yahoo.com wrote: Browser Firefox 9.0 - Using 1. -Hosthttps://maps-api-ssl.google.com/maps/api/js?v=3.7sensor=false Response Sorry, we have no imagery

[Google Maps API v3] Re: Encountering Problems with Listener on polygoncomplete

2011-12-21 Thread Marcelo
/documentation/javascript/reference.html#Polygon http://code.google.com/apis/maps/documentation/javascript/reference.html#MVCArray -- Marcelo - http://maps.forum.nu -- as I'm rather new to all this and can't figure out why this is happening, given that the documentation and examples are all able

[Google Maps API v3] Re: InfoBox - Form fields are not clickable - cannot enter data

2011-12-20 Thread Marcelo
InfoBox is not part of the API so I am not familiar with it, but try adding enableEventPropagation: true in the optoins. Note that you can enter the input fields and type by using the TAB key, so it looks as if mouse events are not propagating up the hierarchy. -- Marcelo - http://maps.forum.nu

[Google Maps API v3] Re: Center map by Textbox (geocode)

2011-12-20 Thread Marcelo
--- You're going to have to fix that first. -- Marcelo - http://maps.forum.nu -- On Dec 20, 3:20 am, Jaume Hernandez jaume.hernandez.p...@gmail.com wrote: Hi there I'm just going crazy with this. I wanted that if the user types an address, the map centers

[Google Maps API v3] Re: Center map by Textbox (geocode)

2011-12-20 Thread Marcelo
! Your geolocation function is still crashing: Error: AUSA is not defined Source File: http://www.usedausa.com/map3.html Line: 68 -- Marcelo - http://maps.forum.nu -- You can check at:www.usedausa.com/map.html

[Google Maps API v3] Re: Rectangle Click event mis-fires on iPad

2011-12-20 Thread Marcelo
is an error.  Whose error is this? I cannot reproduce this. I never see it fire outside the rectangle.  I'm guessing an iOS bug.  Where do I report this? At some Apple site? (I don't have an iPad or any Apple products) -- Marcelo - http://maps.forum.nu -- -- Geoff -- You received

[Google Maps API v3] Re: InfoBox - Form fields are not clickable - cannot enter data

2011-12-20 Thread Marcelo
externally linked scripts I'd give it a try locally before posting. :-) -- Marcelo - http://maps.forum.nu -- On Dec 20, 9:51 am, CompuMatter compumatter@gmail.com wrote: Marcello, Good eye on that tabbing. I didn't recognize that.  So, only the mouse events are failing. I tried

[Google Maps API v3] Re: modifying style to marker's title

2011-12-20 Thread Marcelo
On Dec 20, 9:14 am, K Lo klo...@gmail.com wrote: is it possible to use CSS to modify the style of title of a marker? See here: How can I use X to do Y? http://catb.org/~esr/faqs/smart-questions.html#id479492 -- Marcelo - http://maps.forum.nu -- -- You received this message because you

[Google Maps API v3] Re: sort of caching issue ..

2011-12-20 Thread Marcelo
That's because on maps.google.com they have implemented that effect. It is not part of the API. If you want it to work that way you have to code it yourself, as maps.google.com did. -- Marcelo - http://maps.forum.nu -- On Dec 20, 10:52 am, Matt Green 16vm...@gmail.com wrote: my site is :  http

[Google Maps API v3] Re: question reading MarkerOptions stored in array

2011-12-17 Thread Marcelo
parameters when possible. I add properties to API objects all the time. I feel quite confident that Google are not about to come up with a property called google.maps.Polygon.marcelo_index ;-) -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed to the Google

[Google Maps API v3] SPAM

2011-12-17 Thread Marcelo
SPAM On Dec 17, 6:12 pm, alpa buddhabhatti meeta...@gmail.com wrote: --- alpa buddhabhatti wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk,

[Google Maps API v3] Re: removeListener not working

2011-12-16 Thread Marcelo
that function check a global boolean variable, for example: var drawing = false; // global ... // Inside the click listener if (drawing == true) { // do one thing } else { // do another } -- Marcelo - http://maps.forum.nu -- On Dec 16, 10:35 am, Andrew alouch...@gmail.com wrote: Hi I

[Google Maps API v3] Re: Issues with Markererclusterplus with ie8 12000 markers

2011-12-15 Thread Marcelo
/server_side_clusterer/index2.php http://maps.forum.nu/server_side_clusterer/index.php but the server script is not free. -- Marcelo - http://maps.forum.nu -- I tried fusion tables,but clustering is not possible with that.Earlier there were only 5000 markers and it was fine. Please help me .I studied that we

[Google Maps API v3] Re: Issues with Markererclusterplus with ie8 12000 markers

2011-12-15 Thread Marcelo
own data, on your server, has nothing to do with the API or with Google. -- Marcelo - http://maps.forum.nu -- On 12/15/11, Marcelo marcelo...@hotmail.com wrote: On Dec 14, 11:33 pm, meenu bhatti meenu.bhatt...@gmail.com wrote: I cant change the approach as site is already

[Google Maps API v3] Re: A couple of things with markers titles problem and custom overlay

2011-12-14 Thread Marcelo
/group/google-maps-js-api-v3/browse_thread/thread/1863801601f3f3db -- Marcelo - http://maps.forum.nu -- -- 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-maps-js-api-v3@googlegroups.com

[Google Maps API v3] Re: Draw regions from points at the map

2011-12-14 Thread Marcelo
://maps.forum.nu/server_side_clusterer/index.php or you can subdivide the country into existing political regions, such as states or provinces, and associate each point with one of them. -- Marcelo - http://maps.forum.nu -- On Dec 14, 9:51 am, Carlos Eduardo Rührwiem carlos.ri...@gmail.com wrote

[Google Maps API v3] Re: Google road layer on top of my tiles?

2011-12-14 Thread Marcelo
got a BSOD, so I am not going to try it again right now because I have work to do, but let us know if you need more help. -- Marcelo - http://maps.forum.nu -- On Dec 14, 10:13 am, Steve D bigd...@gmail.com wrote: Possible to do this?  Lots of references to overlay's but I'd like an underlay!  I

[Google Maps API v3] Re: Event delegation vs Event handling

2011-12-14 Thread Marcelo
too well with mouseover or mouseut events, which would have to be triggered by a mousemove event handler on the map. In more general terms, mouseover and mouseout on as many as 3000 objects is nuts! (IMHO) :-) -- Marcelo - http://maps.forum.nu -- On Dec 14, 1:46 pm, Silver silv...@gmail.com wrote

[Google Maps API v3] Re: A couple of things with markers titles problem and custom overlay

2011-12-14 Thread Marcelo
, ElementarySchools, 'e'); } -- Marcelo - http://maps.forum.nu -- -- 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-maps-js-api-v3@googlegroups.com. To unsubscribe from this group

[Google Maps API v3] Re: Event delegation vs Event handling

2011-12-14 Thread Marcelo
On Dec 14, 5:26 pm, Silver silv...@gmail.com wrote: Hi Marcelo, Thanks a lot. Please... check the follow example: I don't parse code in my head as the compiler in my browser is much better at doing that. In this case... I'm creating 2,000 markers in the loop, but I don't need create 2,000

[Google Maps API v3] Re: Detect when the streetview pegman has been dropped onto the map

2011-12-10 Thread Marcelo
. } else { // This is the first drop. // add whatever action you want to take on the first drop } lastPosition = position; } else { lastPosition = null; } }); -- Marcelo - http://maps.forum.nu -- On Dec 10, 6:33 am, spiderplant0 spiderpla...@gmail.com wrote

[Google Maps API v3] Re: Detect when the streetview pegman has been dropped onto the map

2011-12-10 Thread Marcelo
I should add to the above code: var G = google.maps; // global // Sorry, I can't be bothered typing google.maps. every time. ;-) -- Marcelo - http://maps.forum.nu -- On Dec 10, 7:17 am, Marcelo marcelo...@hotmail.com wrote: What is your definition of the pegman has been dropped onto

[Google Maps API v3] Re: mapTypeId is undefined

2011-12-10 Thread Marcelo
V3 map loads fine for me. The code you dumped, (please don't do that!), is for a different map which uses V2. This group is for V3. The V2 group is here: http://groups.google.com/group/google-maps-api/topics?hl=en -- Marcelo - http://maps.forum.nu -- here my code script src=http

[Google Maps API v3] Re: Calculate Bounds without using map control

2011-12-09 Thread Marcelo
A point and zoom level is not enough information to calculate bounds. You also need to know the size of the map. You might want to rethink what you're trying to do. -- Marcelo - http://maps.forum.nu -- On Dec 9, 2:43 am, Paresh pareshva...@gmail.com wrote: Hi All, I am in a need of routine

[Google Maps API v3] Re: KML file is not loading

2011-12-09 Thread Marcelo
is the Code of the HTML page maps.html Not necessary. We know how to view source. -- Marcelo - http://maps.forum.nu -- -- 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-maps-js-api-v3

[Google Maps API v3] Re: Drawing Control Off the Map?

2011-12-08 Thread Marcelo
the control on that second map and coordinate things with the main map in the event handlers. Not pretty, but it achieves the desired effect. -- Marcelo - http://maps.forum.nu -- On Dec 8, 7:31 am, Garthan lancealand...@gmail.com wrote: I would like to put the Drawing Controls in a Sidebar

[Google Maps API v3] Re: Detect when the streetview pegman has been dropped onto the map

2011-12-08 Thread Marcelo
. Is there an event for this? Did you read the documentation? http://code.google.com/apis/maps/documentation/javascript/reference.html#StreetViewPanorama Event visible_changed -- Marcelo - http://maps.forum.nu -- I guess there must be a way to do this as, in Google's regular map website

[Google Maps API v3] Re: Usage limits for StreetView

2011-12-08 Thread Marcelo
is the limit 25,000 or is it 2500 as for Google's geolocation service? From http://code.google.com/apis/maps/documentation/geocoding/#Limits Use of the Google Geocoding API is subject to a query limit of 2,500 geolocation requests per day -- Marcelo - http://maps.forum.nu -- Note I

[Google Maps API v3] Re: Usage limits for StreetView

2011-12-08 Thread Marcelo
is something else. (you re-iterated a figure of 2500 - I guess this was just an aside and not relevant to streetview). You asked about geocoding as well. -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3

[Google Maps API v3] Re: Problema al cargar v3

2011-12-08 Thread Marcelo
On Dec 8, 8:47 am, Montana hwoca...@gmail.com wrote: Buenos días, tengo unos mapas implementados enhttp://www.viajaporcolombia.com/mapas-viales/ con la versión 3 que venían funcionando correctamente y de la noche a la mañana dejaron de aparecer. That's a V2 map. Where is your V3? -- Marcelo

[Google Maps API v3] Re: Problema al cargar v3

2011-12-08 Thread Marcelo
File: http://www.viajaporcolombia.com/mapas/ Line: 752, Column: 54 Source Code: ['Termales El Otoño', 4.969534, -75.382748, 149, 'Telefono:br(6) 8741410 / 8740280 - -- Marcelo - http://maps.forum.nu -- Enviado desde mi BlackBerry de Movistar

[Google Maps API v3] Re: Drawing Control Off the Map?

2011-12-08 Thread Marcelo
://maps.forum.nu/temp/MEditControl.jpg http://maps.forum.nu/temp/MEditControl2.jpg The constructor for that editor accepts a parent node as parameter, but I didn't mention it before because, as you say, it is obvious. :-) -- Marcelo - http://maps.forum.nu -- -- You received this message because you

[Google Maps API v3] Re: Detect when the streetview pegman has been dropped onto the map

2011-12-08 Thread Marcelo
on the few lines of text that you posted. A link to your map describing what you want to happen would help. -- Marcelo - http://maps.forum.nu -- This bug ..http://code.google.com/p/gmaps-api-issues/issues/detail?id=2972can=1... ... describes a similar issues of detecting pegman dropping

[Google Maps API v3] Re: How to store and update the unique ID for a place?

2011-12-08 Thread Marcelo
The Places API has its own forum, here: http://code.google.com/apis/maps/documentation/places/forum.html -- Marcelo - http://maps.forum.nu -- On Nov 3, 4:47 pm, Mapper gonene...@gmail.com wrote: I am working on a project where I want to store places of the users and find people who did go

[Google Maps API v3] Re: Hiding custom shadow in marker

2011-12-08 Thread Marcelo
marker.setFlat(true); -- Marcelo - http://maps.forum.nu -- On Dec 8, 5:13 pm, Silver silv...@gmail.com wrote: Hello friends, I have a marker with a cuestom shadow assigned using * marker.setShadow('url_to_shadow.png');* and everything works. But... how can I to hide this shadow?? I tryed

[Google Maps API v3] Re: Layer for everything exept one country?

2011-12-06 Thread Marcelo
You can do it with custom tiles, like this: http://maps.forum.nu/gm_texas.html but to do so on the visitors country you'd have to build a tile set for every country in the world and subscribe to an IP-to-location service in order to determine which tile set to load. -- Marcelo - http

[Google Maps API v3] Re: Detect Click Of State

2011-12-06 Thread Marcelo
: http://maps.forum.nu/gm_main.html Click anywhere in the US. -- Marcelo - http://maps.forum.nu -- On Dec 6, 11:06 am, matterzmore joshlambertmob...@gmail.com wrote: Greetings All! I could not find an answer to this question in the API documentation, so I will ask here: Is it possible

[Google Maps API v3] Re: conditionnal marker

2011-12-06 Thread Marcelo
And what is your question? How to write a conditional statement in Javascript? -- Marcelo - http://maps.forum.nu -- On Dec 6, 8:37 am, peter the power pjlafo...@gmail.com wrote: Hi and thanks to read these line, I need to create a conditionnal marker base on csv file. csv exemple: 06-12

[Google Maps API v3] Re: javascript clientside doesn't return zipcode

2011-12-05 Thread Marcelo
don't know about other countries. -- Marcelo - http://maps.forum.nu -- 'am I missing something? Thanks! -- 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-maps-js-api-v3

[Google Maps API v3] Re: Disabling POI's InfoWindows - workaround found

2011-12-04 Thread Marcelo
a case in which a business owner would want to minimize the amount of information that his map shows about his competitors, and since the business POIs cannot be removed selectively according to business type, he might want to suppress the infoWindows instead. -- Marcelo - http://maps.forum.nu

[Google Maps API v3] Re: Maptile Overlay

2011-12-03 Thread Marcelo
Have a look at the MCustomTileLayer object at http://maps.forum.nu/v3/gm_customTiles.html -- Marcelo - http://maps.forum.nu -- On Dec 3, 9:38 am, mightym wirbl...@googlemail.com wrote: Hey everybody, id like to overlay tiles in my maps view with some transparent png patterns. i found

[Google Maps API v3] Re: Polygon Shadow

2011-12-03 Thread Marcelo
there is a way. (There is a way for everything!). You could use another gray polygon to represent the shadow, but again, you'd have to adjust the lat/lon points so that the main polygon appears to project a shadow proportional to its elevation. -- Marcelo - http://maps.forum.nu -- On Dec 3, 6:54 am

[Google Maps API v3] Re: API Console reports 2 requests for every map load

2011-12-02 Thread Marcelo
Google folks are looking into it. See here: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/95dba9facc2a9b1a?hl=en# -- Marcelo - http://maps.forum.nu -- On Dec 1, 9:50 pm, Petr Šejba geocheckpoint...@gmail.com wrote: I have noticed the same behavior -- every map load

[Google Maps API v3] Re: TOS: Is it violated if 3rd party posts a link to our app on a forum that requires a fee for reading the forum?

2011-12-02 Thread Marcelo
discredit the site in question with the suckers that payed for membership. When I find the time I'll have a look at my server logs as well. :-) -- Marcelo - http://maps.forum.nu -- On Dec 1, 8:39 pm, Joseph Elfelt josephelf...@gmail.com wrote: To the best of my recollection, this interesting

[Google Maps API v3] Re: TOS: Is it violated if 3rd party posts a link to our app on a forum that requires a fee for reading the forum?

2011-12-02 Thread Marcelo
By the way, you are not violating the TOS. -- Marcelo - http://maps.forum.nu -- On Dec 2, 7:36 am, Marcelo marcelo...@hotmail.com wrote: Aside from what JF suggested, you can also use mod_rewrite in Apache. All you need to do is to check the referrer against a blacklist

[Google Maps API v3] Re: Route lenght for Each Country

2011-12-02 Thread Marcelo
that the step is exactly at the border. -- Marcelo - http://maps.forum.nu -- On Dec 2, 12:40 pm, Janusz Kobylarz butche...@gmail.com wrote: Easier method is (thx to gmap3 support [code]var steps = results.routes[0].legs[0].steps var a = 0; var tekst = []; $.each(steps, function(i, step

[Google Maps API v3] Re: how to draw a line from the center of a Circle to the edge given an angle.

2011-12-01 Thread Marcelo
This example: http://maps.forum.nu/temp/gm_bearing.html is API V2, but the math to calculate the angles is version agnostic. You can drag the markers to redraw. -- Marcelo - http://maps.forum.nu -- On Dec 1, 11:47 am, skrite sh...@skrite.net wrote: Hey all I need to draw a circle

[Google Maps API v3] Re: Always Show Transit Lines

2011-11-30 Thread Marcelo
think it's an error in the tile creation, for example here: http://maps.google.com/maps?ll=58.543895,-123.780212spn=0.948857,2.90863t=mz=9vpsrc=6 Zoom out one level and part of Highway 97, (the Alaska Highway), disappears. -- Marcelo - http://maps.forum.nu -- -- You received this message because

[Google Maps API v3] Re: Always Show Transit Lines

2011-11-30 Thread Marcelo
only so I couldn't have used that in my case, but the Canadian equivalent, if there is one, but no country in the world has as much data made public as the US has. -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed to the Google Groups Google Maps

[Google Maps API v3] Re: Route lenght for Each Country

2011-11-29 Thread Marcelo
function that checks each point in the route against each polygon. -- Marcelo - http://maps.forum.nu -- -- 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-maps-js-api-v3@googlegroups.com

[Google Maps API v3] Re: Permalink to map genereted by Google Maps API

2011-11-29 Thread Marcelo
/gm_main.html That's V2, but it should be simple enough to adapt it to V3. -- Marcelo - http://maps.forum.nu -- -- 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-maps-js-api-v3

  1   2   3   >