Re: [Google Maps API v3] Re: Important: We’re moving our support forums for Maps API technical questions to Stack Overflow

2012-02-13 Thread Andres Ferrate
Hi All,

Thank you for chiming in with your thoughts.  We're listening :-)

As Chris Broadfoot mentioned in the original post, we believe that the move
to Stack Overflow will be beneficial.  Although the occasional code dump
may occur, we're in the early stages and this is *our (i.e., you and
us) *opportunity
to shape how the community participates on Stack Overflow.  There are small
things, like tagging questions that are more about JavaScript than maps
with the JavaScript tag in order to make them more broadly accessible to
JavaScript developers, and bigger things, like identifying which is a more
suitable answer in those instances when a question may have multiple
answers.  To avoid code dumps, we will/should continue to guide developers
to link to live code.

Many thanks in advance for your continuing participation in our community.
 See you over on Stack Overflow.

-Andres
Google Maps Developer Relations


On Mon, Feb 13, 2012 at 6:10 AM, SpoilsportMotors 
spoilsportmot...@gmail.com wrote:

 On Feb 12, 4:55 pm, DropaBalm.com Jambo ja...@dropabalm.com wrote:
  Not a pity. Stack Overflow is GREAT. They have a great platform for
  doing tech QA. Many times when you going looking from the solution to
  an tech issue, you will find the the best, authoritative, validated
  info on a Stack Overflow entry. Suspend disbelief and give it a run.
 
  Note, Andrew didn't say we are throwing this over there and You're on
  your own, kids!
 
  Google tech support folks using Stack Overflow for tech QA will
  produce a valuable resource.

 I'm tempted to agree, with the minor caveat that I wish they'd thrown
 this over to http://gis.stackexchange.com/ instead. I can see why not,
 in that many of the questions are not, strictly speaking, GIS related.
 The exposure to more people on these lists of GIS concepts wouldn't
 hurt, though. In any event, I do like the idea of Google support
 actively monitoring Stack Overflow and helping out there. It's a
 better way in many ways to help eliminate duplicate questions and
 encourage community support. Keeping the code dumps down may be
 problematic, though

 Herb.

 --
 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.
 For more options, visit this group at
 http://groups.google.com/group/google-maps-js-api-v3?hl=en.



-- 
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.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Re: 求助:怎样得到用户浏览的地图类型

2012-02-13 Thread Kevin Law
非常感谢!!
在 2012年2月9日 下午1:34,xelawho xela...@gmail.com写道:

 assuming I understand the question and you want to check for hybrid
 type as well:

 google.maps.event.addListener(map, 'click', function() {
 if(map.getMapTypeId()==satellite||map.getMapTypeId()==hybrid){
 alert(you clicked on the satellite map!)
}
 });

 --
 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.
 For more options, visit this group at
 http://groups.google.com/group/google-maps-js-api-v3?hl=en.



-- 
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.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Markers Suddenly Missing

2012-02-13 Thread Tallguy
Hi,


I created the following map which used to display all of the markers
inserted in the html code but recently (within the last few weeks)
only one of the markers appears. I'm sure it's something very basic
I'm not doing, since I'm a novice, but I can't seem to figure it out.

http://www.cnuatlanta.org/wp-content/uploads/2011/12/CNU-ATL-Map.htm

Thanks in advance for the help!

-- 
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.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Markers Suddenly Missing

2012-02-13 Thread geocode...@gmail.com
On Feb 13, 8:11 pm, Tallguy cnuatla...@gmail.com wrote:
 Hi,

 I created the following map which used to display all of the markers
 inserted in the html code but recently (within the last few weeks)
 only one of the markers appears. I'm sure it's something very basic
 I'm not doing, since I'm a novice, but I can't seem to figure it out.

 http://www.cnuatlanta.org/wp-content/uploads/2011/12/CNU-ATL-Map.htm

There is a problem with custom markers in the nightly build.  Try
calling out v=3.6.

http://code.google.com/p/gmaps-api-issues/issues/list?can=2q=sort=-idcolspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%20Stars%20ApiType%20Internal

http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning

  -- Larry


 Thanks in advance for the help!

-- 
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.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Markers Suddenly Missing

2012-02-13 Thread geocode...@gmail.com
On Feb 13, 10:29 pm, geocode...@gmail.com geocode...@gmail.com
wrote:
 On Feb 13, 8:11 pm, Tallguy cnuatla...@gmail.com wrote:

  Hi,

  I created the following map which used to display all of the markers
  inserted in the html code but recently (within the last few weeks)
  only one of the markers appears. I'm sure it's something very basic
  I'm not doing, since I'm a novice, but I can't seem to figure it out.

 http://www.cnuatlanta.org/wp-content/uploads/2011/12/CNU-ATL-Map.htm

 There is a problem with custom markers in the nightly build.  Try
 calling out v=3.6.

 http://code.google.com/p/gmaps-api-issues/issues/list?can=2q=sort=-...

 http://code.google.com/apis/maps/documentation/javascript/basics.html...

Although all my pages with custom markers seem to work OK, so you
might investigate how your markers are different.

   -- Larry









  Thanks in advance for the help!

-- 
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.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Markers Suddenly Missing

2012-02-13 Thread Pil
Line 7
 font size=2.8 face=calibri color=#353535

should be removed.

Character-encoding declaration is missing.

The following line initiates the content string of *every* marker
content

var contentString = 'div id=content'+

Ever heard that the value of an id attribute should be unique?



On Feb 14, 5:11 am, Tallguy cnuatla...@gmail.com wrote:
 Hi,

 I created the following map which used to display all of the markers
 inserted in the html code but recently (within the last few weeks)
 only one of the markers appears. I'm sure it's something very basic
 I'm not doing, since I'm a novice, but I can't seem to figure it out.

 http://www.cnuatlanta.org/wp-content/uploads/2011/12/CNU-ATL-Map.htm

 Thanks in advance for the help!

-- 
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.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.