Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
"examples-tutorials-custom-icons-for-markers" - Discussion
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
This discussion is about page examples-tutorials-custom-icons-for-markers
flag
  13 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
examples-tutorials-custom-icons-for-markers was changed (view version 24) by pamela (Google Employee)
sparky672  
View profile  
 More options Aug 26 2008, 3:30 pm
From: sparky672 <john.kie...@gmail.com>
Date: Tue, 26 Aug 2008 12:30:08 -0700 (PDT)
Local: Tues, Aug 26 2008 3:30 pm
Subject: Discussion on examples-tutorials-custom-icons-for-mark ers
This link is broken...

Switching marker color, basic Hello World:
http://esa.ilmari.googlepages.com/hellocolorswitch.htm


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Keskustelu aiheesta examples-tutorials-custom-icon s-for-markers" by Esa
Esa  
View profile  
 More options Aug 26 2008, 6:48 pm
From: Esa <esa.ilm...@gmail.com>
Date: Tue, 26 Aug 2008 15:48:35 -0700 (PDT)
Local: Tues, Aug 26 2008 6:48 pm
Subject: Keskustelu aiheesta examples-tutorials-custom-icons-for-mark ers
Its repaired now. Thanks for the report.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
examples-tutorials-custom-icons-for-markers was changed (view version 25) by pamela (Google Employee)
examples-tutorials-custom-icons-for-markers was changed (view version 26) by pamela (Google Employee)
examples-tutorials-custom-icons-for-markers was changed (view version 27) by pamela (Google Employee)
Discussion subject changed to "Discussion on examples-tutorials-custom-icon s-for-markers" by mkbz7b
mkbz7b  
View profile  
 More options Nov 10 2008, 11:07 am
From: mkbz7b <mkb...@gmail.com>
Date: Mon, 10 Nov 2008 08:07:03 -0800 (PST)
Local: Mon, Nov 10 2008 11:07 am
Subject: Discussion on examples-tutorials-custom-icons-for-mark ers
I have made a dynamic tool for creating markers with custom icons.  It
will in fact allow you to control all of the features of a GMarker and
GIcon and then show you the result as well as the necessary JS to
create that marker.
The link with info is here:
http://devblog.cloudsync.com/11/2008/11/03/dynamic-icon-and-marker-bu...

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
qmwestview  
View profile  
 More options Nov 27 2008, 7:01 am
From: qmwestview <qmwestv...@googlemail.com>
Date: Thu, 27 Nov 2008 04:01:17 -0800 (PST)
Local: Thurs, Nov 27 2008 7:01 am
Subject: Discussion on examples-tutorials-custom-icons-for-mark ers
I am following the example of geoxml-rss.html and using

      geoXml = new GeoXml("rss_URL ");
      map.addOverlay(geoXml);

to display RSS item at given position (specified within rss item).

Seems to me the marker used in this case is always the blue one.

I was just wondering if there is any way to change this default
behavior or more specifically:

Can I set different marker to be used when different rss_RUL has been
read?

Many thanks!


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rossko  
View profile  
 More options Nov 27 2008, 9:11 am
From: Rossko <ros...@culzean.clara.co.uk>
Date: Thu, 27 Nov 2008 06:11:04 -0800 (PST)
Local: Thurs, Nov 27 2008 9:11 am
Subject: Re: Discussion on examples-tutorials-custom-icons-for-mark ers

> Can I set different marker to be used when different rss_RUL has been
> read?

You might find this message helpful -
   http://groups.google.com/group/Google-Maps-API/msg/4212fa10c6a9baeb

cheers, Ross K


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
qmwestview  
View profile  
 More options Nov 29 2008, 5:00 am
From: qmwestview <qmwestv...@googlemail.com>
Date: Sat, 29 Nov 2008 02:00:24 -0800 (PST)
Local: Sat, Nov 29 2008 5:00 am
Subject: Re: Discussion on examples-tutorials-custom-icons-for-mark ers
Thanks a lot for your reply Ross!

After some investigation, I have decided to code the stuff myself.
Wish me luck!

Best regards,

qm

On Nov 27, 2:11 pm, Rossko <ros...@culzean.clara.co.uk> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Graham  
View profile  
 More options Apr 28, 12:51 am
From: Graham <gra...@powerhut.co.uk>
Date: Mon, 27 Apr 2009 21:51:29 -0700 (PDT)
Local: Tues, Apr 28 2009 12:51 am
Subject: Discussion on examples-tutorials-custom-icons-for-mark ers
Custom Marker Maker
http://www.powerhut.co.uk/googlemaps/custom_markers.php

Upload an image (png, gif, jpg) and this page creates the 6 separate
image files (image, shadow, printImage, mozPrintImage, printShadow and
transparent) that make up a custom marker icon and suggests an array
of x,y pixel coordinates that define the image map area used for
capturing image clicks in non IE browsers. Transparency of the
original image is preserved. Users see their image as a marker on a
map and are presented with a zipped package for download that contain
the generated images and some sample code.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ralph Ames  
View profile  
 More options Apr 28, 7:17 am
From: Ralph Ames <ralph.a...@gmail.com>
Date: Tue, 28 Apr 2009 14:17:46 +0300
Local: Tues, Apr 28 2009 7:17 am
Subject: RE: Discussion on examples-tutorials-custom-icons-for-mark ers

The map doesn't load for me in IE7.

Ralph


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Graham  
View profile  
 More options Apr 28, 3:47 pm
From: Graham <gra...@powerhut.co.uk>
Date: Tue, 28 Apr 2009 12:47:38 -0700 (PDT)
Local: Tues, Apr 28 2009 3:47 pm
Subject: Re: Discussion on examples-tutorials-custom-icons-for-mark ers
Hi Ralph,

Thanks for the feedback.

It's working for me in IE7 on both windows PCs although I haven't
checked it yet under a different OS.

Checking the stats so far, about 16% of successful users are with IE7,
a small % with IE8 - yet the majority are with Firefox.

Is this still the case for you and is anyone else having problems?

Feel free to drop me an e-mail if you don't feel this to be a suitable
place.

Many thanks

Graham
http://www.powerhut.co.uk/googlemaps/custom_markers.php

On 28 Apr, 12:17, Ralph Ames <ralph.a...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ralph Ames  
View profile  
 More options Apr 28, 3:52 pm
From: Ralph Ames <ralph.a...@gmail.com>
Date: Tue, 28 Apr 2009 22:52:31 +0300
Local: Tues, Apr 28 2009 3:52 pm
Subject: RE: Discussion on examples-tutorials-custom-icons-for-mark ers

Just tried again, this time the map loaded fine.

Ralph


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
examples-tutorials-custom-icons-for-markers was changed (view version 28) by pamela (Google Employee)
examples-tutorials-custom-icons-for-markers was changed (view version 29) by pamela (Google Employee)
Nico__  
View profile  
 More options Jun 12, 4:20 am
From: Nico__ <nico.mol...@gmail.com>
Date: Fri, 12 Jun 2009 01:20:32 -0700 (PDT)
Local: Fri, Jun 12 2009 4:20 am
Subject: Re: Discussion on examples-tutorials-custom-icons-for-mark ers
A couple of months ago, I started a project of custom icons/placemarks
for gMaps.
Check it out : http://code.google.com/p/google-maps-icons/

--
Nico


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
cronsystems  
View profile  
 More options Jun 25, 4:27 pm
From: cronsystems <cor...@hotmail.com>
Date: Thu, 25 Jun 2009 13:27:01 -0700 (PDT)
Local: Thurs, Jun 25 2009 4:27 pm
Subject: Discussion on examples-tutorials-custom-icons-for-mark ers
I have a Client that wants to use animated markers with sound for
their Google Map. Is this possible? If so, will it slow done their
site?

Thanks,
John


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
examples-tutorials-custom-icons-for-markers was changed (view version 30) by barryhunter (Maps API Guru)
theo  
View profile  
 More options Jul 19, 2:55 am
From: theo <theoz...@gmail.com>
Date: Sat, 18 Jul 2009 23:55:52 -0700 (PDT)
Local: Sun, Jul 19 2009 2:55 am
Subject: Discussion on examples-tutorials-custom-icons-for-mark ers
Created a php script to generate numbered markers with options for
text size, color, placement, kerning.
http://theoephraim.com/?p=22

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google