On Aug 27, 2:28 pm, Joe <jozh...@gmail.com> wrote:
> It is, that isn't the problem the issue is I am not sure where to use
> markerOptions.

It will be a problem when you fix the markerOptions issue...
The page to which you provided a link is doing this:
  var icon = new GIcon(G_DEFAULT_ICON);
                icon.image = '/img/map_house_icon.png';
                icon.shadow = '/img/map_house_shadow.png';
                icon.transparent = '/img/map_house_trans.png';
                icon.iconSize = new GSize(40, 35);
                icon.shadowSize = new GSize(52, 35);
                icon.imageMap = [1,14, 19,2, 39,14, 39,19, 37,21, 37,34, 3,34, 
3,21,
1,19];

markerOptions = {icon:icon};

Which references the images in a different place than they actually
are in...

  -- Larry



>
> On Aug 27, 4:48 pm, "geocode...@gmail.com" <geocode...@gmail.com>
> wrote:
>
>
>
> > On Aug 27, 1:15 pm, "geocode...@gmail.com" <geocode...@gmail.com>
> > wrote:> On Aug 27, 11:47 am, Joe <jozh...@gmail.com> wrote:
>
> > > > Oops! wrong URLs! Here they are:
>
> >http://www.jozsoft.com/maps/img/map_house_icon.pnghttp://www.jozsoft....
>
> > Make sure you map is looking for them there also then...
>
> > > > Sorry about that!
>
> > > > On Aug 27, 1:47 pm, Joe <jozh...@gmail.com> wrote:
>
> > > > > Hey there,
>
> > > > > I have started work on my first highly customized Map. I have done
> > > > > several others in the past but not to the level of customization that
> > > > > this one requires. I am trying to create custom map markers with my
> > > > > own images and I am having a hard time implementing into the script
> > > > > that I have already written. Please take a look at the following map
> > > > > and give me some advice on how i should implement this custom marker.
>
> > > > >http://www.jozsoft.com/maps/maps.html
>
> > > > > As you can see i have attempted to add custom markers using code from
> > > > > another map my client utilizes, but things aren't working the way they
> > > > > should. My image files can be seen below.
>
> > > I don't see any code to use the custom icon.  Where do you use
> > > markerOptions?
>
> > >   -- Larry
>
> > > > >http://www.jozsoft.com/img/map_house_icon.pnghttp://www.jozsoft.com/i...
>
> > > > > Thank you in advance for any help you can give.
>
> > > > > Joe- Hide quoted text -
>
> > > > - Show quoted text -- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to