[Google Maps API v3] Re: Placing marker at a pixel coordinate

2011-05-28 Thread Martin™
Here's another link for you: http://econym.org.uk/gmap/customflat.htm It uses version 2 of the API so not entirely useful to you, but it does show the theory of creating a cartesian projection. Note that a cartesian projection will draw your cartesian coordinates exactly where they should be, us

[Google Maps API v3] Re: Placing marker at a pixel coordinate

2011-05-28 Thread Martin™
Have you seen this page: http://code.google.com/apis/maps/documentation/javascript/maptypes.html#CustomMapTypes You say that you have many (cartesian?) coordinates already - what is the range of these coordinates? Could you normalise all your coordinates so X and Y values range from 0 to 256? If

Re: [Google Maps API v3] Help needed

2011-05-28 Thread Tony - Immomexx
Hello Dean, perhaps here at http://www.elvalle-samana.com/google-earth/ gives you a better idea. This is a wordpress page where i embedded information from my google maps. So in facts its synchronized. --- Yours, Tony van der Heijden www.altijdzon

Re: [Google Maps API v3] Help needed

2011-05-28 Thread Deane Venske
Hi Tony, What exactly are you trying to do when you say synchronization? Do you mean dynamic KML/KMZ files but in a for google will allow you to use KMLLayers with? I've just finished a project that required the caching of KML/KMZ files using an AJAX-PHP call that then passed those files to a goog

[Google Maps API v3] Help needed

2011-05-28 Thread Tony van der Heijden
Need help. Just played around a little bit on a test website at www.immo-max.com. I have many properties in kmz-files imported in google maps. So in fact you see the bounderies. You can click on them and them appears information about the specific property. Is it possible to make a synchroniza

[Google Maps API v3] Re: How to get markers?

2011-05-28 Thread geocode...@gmail.com
On May 28, 7:48 pm, Raju M wrote: > I am reading kml files from local system [ for some security issue] using > geoxml3. Do you have a Premier License? If not, your map needs to be public to meet the terms of use. > I read that KmlLayer do not support that local files. It doesn't. > I am usin

[Google Maps API v3] Re: How to get markers?

2011-05-28 Thread Raju M
I am reading kml files from local system [ for some security issue] using geoxml3. I read that KmlLayer do not support that local files. I am using gmap v3. my issue is when I use createMarker in geoXml i am failed to use afterParse method. It rise error doc[0] is not defined or doc[0].marker.l

[Google Maps API v3] Re: How to get markers?

2011-05-28 Thread geocode...@gmail.com
On May 28, 6:15 pm, Raju M wrote: > I am using geoXml Why are you using geoxml3? Why not KmlLayer? Where is your map? (a link as requested in the posting guidelines) http://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/2b3f101fd509919e -- Larry > >     geoXml = new geoXML

[Google Maps API v3] Re: Placing marker at a pixel coordinate

2011-05-28 Thread Jason Kaczmarsky
I think I'm on the right track. In the getTile function it creates all the tiles for the map and returns each of them. Obviously each tile is placed accordingly on the page. My idea was to fetch this position in the getTile function and when I view a tile DIV it does show the position on the page.

[Google Maps API v3] Re: Placing marker at a pixel coordinate

2011-05-28 Thread Jason Kaczmarsky
Alright I got something figured out. I found out how to calculate the tile at which a certain point it located based on the zoom level. I still don't understand how I can translate the tile/point position to workable coordinates. I believe if I can get a particular tile's position relative to the

[Google Maps API v3] How to get markers?

2011-05-28 Thread Raju M
I am using geoXml geoXml = new geoXML3.parser({ map: map, singleInfoWindow: true, createMarker:myMarkers }); function myMarkers(placemark) { //how can i get marker? } -- You received this message because you are subscribed to the Google Groups "Google Maps Jav

[Google Maps API v3] Re: Populate map with markers

2011-05-28 Thread Rossko
> and where can I found something I need? Your need (so far as we are told) "would like to populate my map with markers that I store in mySQL database" This article in the section you were pointed to http://code.google.com/apis/maps/articles/phpsqlajax_v3.html is described as "Shows how to use PH

[Google Maps API v3] Pull-down menus broken in infoWindows

2011-05-28 Thread michaeld42
Yesterday the pull-down menus in infoWindows stopped working at http://www.roadtripamerica.com/maps/mapcenter.php (free registration required). On placing a new marker (or editing an existing one) the infoWindow opens with fields to enter information, including several pull-down menus. Clicking the

[Google Maps API v3] Re: Populate map with markers

2011-05-28 Thread Andi
and where can I found something I need? -- 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-a

[Google Maps API v3] Re: setMap(map) - does it require any event to work

2011-05-28 Thread Rossko
> // Global variables > var map; Okay > function onSuccess(position) ... >         var map = new google.maps.Map(... Here you create a new 'map' in local scope to onSuccess() which won't be available to other functions -- You received this message because you are subscribed to the Google Group

[Google Maps API v3] Re: Populate map with markers

2011-05-28 Thread geocode...@gmail.com
On May 28, 10:09 am, Andi wrote: > Hello , I am new in java developing and I need some help, I would like to > populate my map with markers that I store in mySQL database ,How can I do > this? Have you seen the "articles" section of the documentation? http://code.google.com/apis/maps/documentati

[Google Maps API v3] Re: Many markers. How to summarize and dynamic loading?

2011-05-28 Thread geocode...@gmail.com
On May 28, 9:52 am, Arjen wrote: > Hi there, > > I have two questions. > > A. Imagine a map of Australia with 100+ markers (red pins). How can I > display 5 (summary) markers that indicate the number of markers (when you > zoom in further)? Sounds like the markerclusterer http://google-maps-utili

[Google Maps API v3] Populate map with markers

2011-05-28 Thread Andi
Hello , I am new in java developing and I need some help, I would like to populate my map with markers that I store in mySQL database ,How can I do this? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, s

[Google Maps API v3] Many markers. How to summarize and dynamic loading?

2011-05-28 Thread Arjen
Hi there, I have two questions. A. Imagine a map of Australia with 100+ markers (red pins). How can I display 5 (summary) markers that indicate the number of markers (when you zoom in further)? B. How can I dynamically load markers (when user moves the map in a new direction)? Hopefully

[Google Maps API v3] Re: problem with umlaute / special characters from Fusion Table in different browsers

2011-05-28 Thread ralf
thanks for the link to the fusion tables ser group It is posted as bug in the Fusion Tables Issue Tracker (http:// code.google.com/p/fusion-tables/issues/detail?id=15&colspec=ID%20Type %20Status%20Summary%20Stars) - so far no solution for that bug. also the suggestion from the Fusion Tables Team

[Google Maps API v3] setMap(map) - does it require any event to work

2011-05-28 Thread Zee
Hi, I am using map for mobile device. i have a main function which initializes the map with geolocation and markers. I need to show markers as per the category of items i select.. eg. for hotels category, i have to show markers on the map. I have used overlay to remove previous markers when a n

[Google Maps API v3] في ما يتعلق بـ: Re: How to add sidebar to my map

2011-05-28 Thread essam azyabi
hi map link http://goo.gl/maps/TWjj -- 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

[Google Maps API v3] Re: Only want ONE PLACEMARK to be able to be added!

2011-05-28 Thread Keith Brown
What about changing your click listener to google.maps.addListenerOnce() ? On May 27, 12:35 am, kt wrote: > I'm trying to use the code on this Samples page, but I only want to allow > ONE MARKER to be created, NOT > multiple:http://code.google.com/apis/maps/documentation/javascript/examples/ev..

[Google Maps API v3] Re: Placing marker at a pixel coordinate

2011-05-28 Thread John Coryat
You can convert a pixel coordinate into a latitude and longitude fairly easy. One thing you need to consider. All pixel coordinates are based on a particular zoom level. If all your pixel coordinates are assuming one static layer, you'll have to figure out what corresponding zoom that represents