Hello everbody,
I am having a problem when plotting polygon on google map api v3.
When i plot polygon and increase its zoom level, the google map tile
borders are displayed within the area covered by polygon. Any
suggestion appreciated? Thanks in advance
Regards.
Example : http://postimage.or
On Oct 26, 9:13 pm, gdp wrote:
> Hi
>
> I am creating clusters on the map like this:
>
> markerCluster = new MarkerClusterer(map, markers, mcOptions);
>
> Without 'refreshing' the map markers, is it possible to temporarily
> turn off clustering and then turn it back on again?
I'm not sure what yo
Hi
I am creating clusters on the map like this:
markerCluster = new MarkerClusterer(map, markers, mcOptions);
Without 'refreshing' the map markers, is it possible to temporarily
turn off clustering and then turn it back on again?
Thanks
gdp
--
You received this message because you are subscr
Hi Chris.
Is there any news on this issue yet?
Thanks.
Martin.
On Oct 17, 4:25 pm, Chris Broadfoot wrote:
> Hi Martin,
>
> This does indeed look like a bug. The only point of contention is whether
> the bug lies with optimized markers, or unoptimized markers. In reality,
> "clickable" (defaul
On Oct 26, 7:56 pm, icu222much wrote:
> I am wondering if it is possible to display the lat/lon of the four
> corners of the Google Map that is currently being displayed?
Is it a v3 Google Maps API map?
Then yes (get the bounds of the map, that allows you to access the NE
corner and the SW corne
I am wondering if it is possible to display the lat/lon of the four
corners of the Google Map that is currently being displayed?
--
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
On Oct 26, 7:17 pm, Dan_84 wrote:
> I thought I should do the questions! I don't have precise answers for
> this questions yet...
>
> I forgot to aks if it's necessary some kind of URI validation on
> w3.org?
>
> Ok, here is the html:
A link to your page on your blog please.
>
>
>
>
> http:/
I thought I should do the questions! I don't have precise answers for
this questions yet...
I forgot to aks if it's necessary some kind of URI validation on
w3.org?
Ok, here is the html:
http://maps.google.com/maps/api/js?
sensor=set_to_true_or_false">
function initialize() {
var latlng
We don't have access to your C:\ so we can't see your images.
--
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
https://groups.google.com/d/msg/google-maps-js-api-v3/-/1QNyECkjrZ0J.
To pos
Hi.
This will get the tile that myLatLng is on:
var zoom=myMap.getZoom();
var worldPoint=myMap.getProjection().fromLatLngToPoint(myLatLng);
var pixelPoint=new google.maps.Point(parseInt(worldPoint.x*Math.pow(2,
zoom)), parseInt(worldPoint.y*Math.pow(2, zoom)));
var tileX=parseInt(pixelPoint.x/25
http://code.google.com/apis/maps/documentation/javascript/reference.html#MapPanes
Description of overlayLayer:
This pane contains polylines, polygons, ground overlays and tile layer
overlays. *It may not receive DOM events.* (Pane 1).
--
You received this message because you are subscribed to t
Can you post a link please?
Enoch
--
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
https://groups.google.com/d/msg/google-maps-js-api-v3/-/7lFKcc7DkXwJ.
To post to this group, send email
Could you post up a link please?
Enoch
--
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
https://groups.google.com/d/msg/google-maps-js-api-v3/-/ioEPeyN9oLIJ.
To post to this group, send
> Here it is.
>
> http://hungryvt.com/map_tests/google-php/big_combo.php
firebug no show error. javascript happy!
--
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
I can't tell you how to do drag from outside the marker but this
example: gis.zgroks.com/rw2.html, lets the user right click on the
map, then click on the marker they created to assign it to a category.
Maybe it's too complicated for the users but it is one solution. Saves
to a SQL database and cou
On Oct 26, 12:47 pm, Vacation Gab wrote:
> i have followed some code to allow, pointers to be displayed on a map
> from a mysql database but the problem is, without and pointers i
> have the map auto set for a zoom of 3 and centered over the united
> states... but once there is a pointer on th
On Oct 26, 1:08 pm, overcrowdedplanet wrote:
> String is not a
> functionhttp://maps.gstatic.com/intl/de_ALL/mapfiles/361c/maps2.api/main.js
> Line 420.
That looks like the v2 API.
This group is for the Google Maps JavaScript API v3. The v2 API group
is:
http://groups.google.com/group/google-
On Oct 26, 2:09 pm, Austin Gabel wrote:
> I only want to show a list of cities with their State. I do not want
> addresses to be available to the user. Is this possible?
Sure it is possible to show the list. Do you have the data to do
that? Showing a list and not having that data available to
Only in Safari on a Mac there is an invisible layer of div elements which
is inserted over the top of markers which are added to the overlayImage
pane which is preventing elements on this pane from receiving click events.
This has been reported as a bug (
http://code.google.com/p/gmaps-api-issu
i have followed some code to allow, pointers to be displayed on a map
from a mysql database but the problem is, without and pointers i
have the map auto set for a zoom of 3 and centered over the united
states... but once there is a pointer on the map it automatically
zooms in on the pointer way
I'm started seeing this javascript timeout exception in Google Maps after I
updated my iPad to recent iOS5 which wasn't happening in iOS4. Maps will
render fine in newly opened Safari browser fine and after I refresh it once
it will throws Javascript execution timeout exception whenever I tried
String is not a function
http://maps.gstatic.com/intl/de_ALL/mapfiles/361c/maps2.api/main.js
Line 420.
My page: http://demo321.ilance-addons.com/rfp.php?id=55725708
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to thi
I have eventually got this working, baring in mind that im a complete
javascript beginner how does my code look. Are there any errors or anything
i should be worried about ?
Example link is the same http://rayoflightes.com/gmaps/form1.php
var geocoder = new google.maps.Geocoder();
function geo
I only want to show a list of cities with their State. I do not want
addresses to be available to the user. Is this possible?
--
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
https://g
I have data which is stored in a format whose file names mirrors the tiles
used by google maps
I needed to compute the rows and columns of tiles that are in view with a
given bounds and zoom level
In version 2 of the API I computed them using this function
var sw = proj.fromLatLngToPixel(b
It sure seems like a bug to me too.
Are you suggesting that I put the data as say js files that get loaded and
executed on to a canvas?
--
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
Success! Thank you all for your help and forcing me to find the
solution on my own, especially xelawho.
I've put the whole thing into an external JS file. There's still more
work to be done, but this was the big stumbling block I'd been banging
my head against for the last couple of weeks.
Here i
Sorry i have posted the wrong code above.
Should be
//Useful links:
//
http://code.google.com/apis/maps/documentation/javascript/reference.html#Marker
//
http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding
// http://jqueryui.com/demos/autocomplete/#remote-with-cach
Thank you for the explanation. How do I write the code? What do I write? Is
there a tutorial to walk me through this? I don't know what code needs to
be written.
Thanks for your help.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" g
What happens if you set your little-square marker options for non-
optimized?
--
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
> Does this make sense?
Yes, it does. You'll have to write code to make it behave the way you
want.
Try this in your browser
http://www.rentalmatch101.com.php5-20.dfw1-1.websitetestlink.com/phpsqlsearch_genxml.php?lat=40&lng=-100&radius=1
It's a search that should return no properties.
When you
> Example link =http://www.rayoflightes.com/gmaps/form1.php
I get javascript errors, do you not get that?
In http://www.rayoflightes.com/gmaps/form2.php, the variable
'myMarker' is ctreated in local scope within your geocoder callback,
but you try to use it when defining listeners (a) outside the
Since I updated to Chrome 15 a weird thing is happening: I have a
drawing app that has that common little square markers for vertices
and midpoints. Now whenever I pan or zoom with markers on, they
sometimes get behind the polyline, completely random. They also get
back in front if you continue to
On Oct 26, 11:26 am, Chris Oakeson wrote:
> I'm using V3 on byucougars.com for giving directions to sporting events,
> etc. Maps popup in a fancybox via an AJAX call. The first map is centered
> correctly, but successive calls are not centering the map correctly. The
> correct center is display
On Oct 26, 5:38 am, Dan_84 wrote:
> Hi everybody,
>
> Well, here's my question:
>
> Why I can't post a map from google maps api on google blogger?
To answer that we need to see the patient.
>
> Actually, I'm a begginner in google maps api and I'm making some tests
> yet. I'm copying and pasting
I'm using V3 on byucougars.com for giving directions to sporting events,
etc. Maps popup in a fancybox via an AJAX call. The first map is centered
correctly, but successive calls are not centering the map correctly. The
correct center is displayed in the upper-left corner of the canvas with a
I have a form which uses the google maps api to geocode an address and
insert the lat / lng into form fields. When they submit this form it
takes them to a second form where a marker is placed on the google map
and the user then drags this marker onto their roof. At this point
using the reverse geo
I just noticed that a site I am working on has gone super slow when I
am using Google Chrome 15. It was working well 2 days ago with an
older version. It works well with Firefox and IE.
Is there something wrong with Chrome 15 and Google maps API 3 or is
there some change in code I need to make?
-
Hi everybody,
Well, here's my question:
Why I can't post a map from google maps api on google blogger?
Actually, I'm a begginner in google maps api and I'm making some tests
yet. I'm copying and pasting the "hello world" map html from maps api
tutorial but when I post it in my blog there's no ma
Thank you for the input. I don't have 1000 properties, and may never have
properties in every country. Other store locators don't have thousands of
properties or properties in other countries, but doesn't default to the
center of the ocean when you search for a location without properties.
With
On Oct 26, 3:20 am, HelloGmaps wrote:
> Hi Everyone,
>
> This may not be possible, but I am trying to find a way of dragging an
> image of a marker (from outside a map) onto a map, and when it "drops" it
> would create a marker on the map.
Have you seen this example:
http://www.wolfpil.de/v3/dra
Hi Everyone,
This may not be possible, but I am trying to find a way of dragging an
image of a marker (from outside a map) onto a map, and when it "drops" it
would create a marker on the map.
This is the site where we are trying to develop that function:
https://streetviolencemap.org/
The curr
Hi
I tried
http://www.rentalmatch101.com.php5-20.dfw1-1.websitetestlink.com/phpsqlsearch_genxml.php?lat=40&lng=-100&radius=2500
this produced XML for 20 properties. The last 2 having no proper lat/
lng.
I would suggest you ensure that the data in the database is accurate
and that there is sufficie
It may well not be the last word, but 'Mr.Google' said 32x32 here
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/875856c4acd875a4/e34fdce09f040633
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To pos
I thought the size limit for KML icons displayed via the API was 64x64.
--
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,
I seem to be frustrating you. I apologize, but I do not understand what I
am looking at. That is why I'm asking questions, hoping someone can help me
work through this so I can understand. I understand if I'm too frustrating
to help and will not be offended if you stop helping me.
When I add ''
On Oct 26, 8:36 am, Steve McIntyre wrote:
> Again, I'll askcan it be done in two separate functions?
Yes. You can do it in as many functions as you want. Both functions
will need to have access to the "map".
-- Larry
>
> On Oct 26, 4:16 am, Rossko wrote:
>
>
>
>
>
>
>
> > > Both could
Yes.
--
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 to
google-maps-js-api-v3+unsubscr...@googlegroups.com.
I believe kmlLayer is restricted to 32x32 icons. You may not be using
kmlLayer, can't guess.
Here's a group for general KML discussions
http://groups.google.com/group/kml-support
Here's the KML tutorial
http://code.google.com/apis/kml/documentation/kml_tut.html
--
You received this message bec
Again, I'll askcan it be done in two separate functions?
On Oct 26, 4:16 am, Rossko wrote:
> > Both could be executed with the window.onload command, rather than the
> > body tag.
>
> Why 'both'? You don't need everything to happen at once. There is
> absolutely nothing stopping you havin
On Oct 26, 8:18 am, Am wrote:
> I viewed the example, but it is set up different than my map, so I'm not
> sure what I'm supposed to do. I found where this map links their sidebar,
> but I don't have similar code, so when I copy their code, it breaks my map.
The point of examples is for you to lo
I viewed the example, but it is set up different than my map, so I'm not
sure what I'm supposed to do. I found where this map links their sidebar,
but I don't have similar code, so when I copy their code, it breaks my map.
--
You received this message because you are subscribed to the Google Gr
Is there anywhere specific in my code I'm supposed to add this? Before or
after anything?
--
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
https://groups.google.com/d/msg/google-maps-js-
thank you for your help.
--
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
https://groups.google.com/d/msg/google-maps-js-api-v3/-/LAgt1E6MjpEJ.
To post to this group, send email to google
On Oct 26, 7:12 am, Am wrote:
> Thanks for the input. When I put the call there, it doesn't list all the
> properties, only one of them.
Where?
> How do I make it list all the properties?
What about this didn't you understand?
>> If you only want the markers that come in from a given xml
>> r
Thanks for the input. When I put the call there, it doesn't list all the
properties, only one of them. How do I make it list all the properties?
--
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
On Oct 26, 5:43 am, Am wrote:
> When I put it in the marker function, the list only displays the last
> marker.
>
> function createMarker(googlemap_ltgooglemap_ln, street) {
> * var sidebarInfo = "";*
This clears out the sidebar every time you add a marker, so only the
last one will be visib
To the best of my knowledge you need to create a separate style in
your KML file for each icon size.
Each style will point to a different png file.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send emai
When I put it in the marker function, the list only displays the last
marker.
function createMarker(googlemap_ltgooglemap_ln, street) {
* var sidebarInfo = "";*
var html = "" + street + ""; //
info window contents
sidebarInfo += html;
// add this line after the html var
Hi Georgi,
There is an example of a map that does that here:
http://zgroks.com/wikka/ZgroksMaps
with source code. It's based on the tutorials cited in the other
responses as well as Google Maps Hacks, Hack #63,
http://mappinghacks.com/projects/gmaps/,
by Rich Gibson and Schuyler Erle. Uses versi
Hi Lecter,
The cursor properties are like in CSS - you will need to specify two
separated by a comma - first your custom one, then one of the built in ones
provided by the browser.
Try one of these:
draggableCursor:'img/cat.png,default'
draggableCursor:'img/cat.png,pointer'
draggableCursor:'img/c
> Both could be executed with the window.onload command, rather than the
> body tag.
Why 'both'? You don't need everything to happen at once. There is
absolutely nothing stopping you having code that geolocates, plots a
map, requests some XML, plots some XML, etc in sequence.
--
You received t
62 matches
Mail list logo