Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Search found 23 matches
Smarty Forum Index
Author Message
  Topic: My addMarkerIcon no longer works - CONFUSED
eatc7402

Replies: 4
Views: 15972

PostForum: Add-ons   Posted: Fri May 14, 2010 9:38 pm   Subject: My addMarkerIcon no longer works - CONFUSED
Ok I have copied ALL my posts related to this problem to the
new Google forum. I hope I can find a resolution to my issue there.

I feel I have neglected to do a proper setup of something.

eatc7 ...
  Topic: My addMarkerIcon no longer works - CONFUSED
eatc7402

Replies: 4
Views: 15972

PostForum: Add-ons   Posted: Fri May 14, 2010 6:02 pm   Subject: My addMarkerIcon no longer works - CONFUSED
To further give some troubleshooting info....

If I comment out the addmarkericon() line in the code the map
produces fine, except uses the default icons.

If I attempt to use the addmarkericon() ...
  Topic: My addMarkerIcon no longer works - CONFUSED
eatc7402

Replies: 4
Views: 15972

PostForum: Add-ons   Posted: Thu May 13, 2010 11:58 pm   Subject: My addMarkerIcon no longer works - CONFUSED
To clarify further...

If I paste the url...
http://localhost/mult_alarm_data/graphics/2-2_alarm.png

into my browser address line I get the proper image of the
2-2_alarm.png icon. So this url i ...
  Topic: My addMarkerIcon no longer works - CONFUSED
eatc7402

Replies: 4
Views: 15972

PostForum: Add-ons   Posted: Thu May 13, 2010 8:26 pm   Subject: My addMarkerIcon no longer works - CONFUSED
I have been successfully using GoogleMaps API 2.5 for number of years.

Here is an example on our production server...
http://www.extraalarm.org/stations/station_location_maps/mpls_fire_station_l ...
  Topic: GoogleAPI 2.5-Eliminating NULL sidebar entries
eatc7402

Replies: 1
Views: 10418

PostForum: Add-ons   Posted: Wed Dec 10, 2008 3:36 am   Subject: GoogleAPI 2.5-Eliminating NULL sidebar entries
My 'discovery' is that IE6 does NOT disregard 'empty' list entries. Firefox, Netscape, Opera DO disregard these
null list entries. Soooo... if you ever add a marker to a map,
and ARE generating a si ...
  Topic: GoogleAPI 2.5-Eliminating NULL sidebar entries
eatc7402

Replies: 1
Views: 10418

PostForum: Add-ons   Posted: Sun Dec 07, 2008 11:34 pm   Subject: GoogleAPI 2.5-Eliminating NULL sidebar entries
In an API 2.5 map I am laying diown an 'icon' as a map
marker, and then laying down a transparent 'number
text' on top of it, like this..

case "trk" :
$map1->addMar ...
  Topic: GoogleMap.Class.Api - $map->addMarkerIcon
eatc7402

Replies: 1
Views: 12320

PostForum: Add-ons   Posted: Mon Jun 02, 2008 9:03 pm   Subject: GoogleMap.Class.Api - $map->addMarkerIcon
I do it a lot, for example...

switch ($Placemarker_type) {
case "2-2_alarm":
echo "<b>Do a 2-2 set of icons</b><br&g ...
  Topic: New mashup done with the Google Map API 2.5
eatc7402

Replies: 0
Views: 11326

PostForum: Add-ons   Posted: Sun Mar 16, 2008 12:52 am   Subject: New mashup done with the Google Map API 2.5
After some initial start-up issues, I have produced my
first mashup of Google Maps with the API 2.5.

Heres the url to the map page.

http://www.extraalarm.org/St_Paul_Street_Guide/St_Paul_Street ...
  Topic: hi can we enable a control GoogleMapAPI-2.5
eatc7402

Replies: 2
Views: 11723

PostForum: Add-ons   Posted: Wed Mar 12, 2008 7:33 pm   Subject: hi can we enable a control GoogleMapAPI-2.5
I have searched the 2.5 API code and I do not find the
search box is implemented in the API. I wish it would
get put on the 'wish list' for future inclusions.

eatc7402
  Topic: addMarkerIcon() - Confused about proper way to use?
eatc7402

Replies: 2
Views: 13234

PostForum: Add-ons   Posted: Sat Mar 01, 2008 9:28 pm   Subject: addMarkerIcon() - Confused about proper way to use?
I cannot get the 'shadow icon' to ever 'show up',
or do whatever its supposed to do.

I have no clue what its supposed to do. I assume its
worth the processing time needed to load it. But I
also ...
  Topic: addMarkerIcon() - Confused about proper way to use?
eatc7402

Replies: 2
Views: 13234

PostForum: Add-ons   Posted: Fri Feb 29, 2008 11:14 pm   Subject: addMarkerIcon() - Confused about proper way to use?
Well, I think I have it figured iout - partially.

I was confusing the X-Y coords of the ICON with
the X-Y coords of the icons placement. I changed this

$map1->addMarkerIcon($n_s_icon,$ ...
  Topic: addMarkerIcon() - Confused about proper way to use?
eatc7402

Replies: 2
Views: 13234

PostForum: Add-ons   Posted: Fri Feb 29, 2008 9:41 pm   Subject: addMarkerIcon() - Confused about proper way to use?
Heres a small portion of code I use inside a loop
of database records. It works FINE.


if ($Add_placemark == TRUE) {
$map1->addMarkerByCoords($Lon,$Lat,$Address_to_print, ...
  Topic: Can't print TWO maps on one page w/GoogleMapsAPI 2.5
eatc7402

Replies: 4
Views: 16849

PostForum: Add-ons   Posted: Wed Feb 27, 2008 7:43 pm   Subject: Can't print TWO maps on one page w/GoogleMapsAPI 2.5
Okay, thanks. I am glad at least that I was kind of in
the 'ballpark' about how it 'should' have worked.

I will look forward to the ability to place more than
map on a page. I already have a des ...
  Topic: Customize GoogleMapAPI Sidebar?
eatc7402

Replies: 2
Views: 11682

PostForum: Add-ons   Posted: Wed Feb 27, 2008 7:37 pm   Subject: Customize GoogleMapAPI Sidebar?
I would also like to see additions to the sidebar
functions.

It would be nice to have a choice whether or not to
add a placemarks title to the sidebar.

It would be nice to have a scrollable ...
  Topic: Can't print TWO maps on one page w/GoogleMapsAPI 2.5
eatc7402

Replies: 4
Views: 16849

PostForum: Add-ons   Posted: Wed Feb 27, 2008 6:36 am   Subject: Second request
SECOND REQUEST.

I would REALLY like to learn how to get more than
one map per page to print.

The only method I can figure out is to have buttons
which call separate php pages in multiple ext ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP