search for: iconsize

Displaying 7 results from an estimated 7 matches for "iconsize".

2006 Nov 08
2
Problems with yum/rpm and %pre scriptlet error 255
I am running xen (2.6.16-xen3_86.1_rhel4.1) on top of a stock CentOS-4.4 installation. I have not added any additional virtual machines however. When trying to install (as root) acrobat reader 7 for Linux from the adobe rpm (AdobeReader_enu.i386 7.0.8-1) I get the following errors: error: %pre(AdobeReader_enu-7.0.8-1.i386) scriptlet failed, exit status 255 error: install: %pre scriptlet
2009 Nov 06
0
r54 committed - ...
...le.maps.MarkerImage(this.iconUrl); - if (typeof(this.iconShadowUrl) != ''undefined'') { - options.shadow = new google.maps.MarkerImage(this.iconShadowUrl); + options.icon = new google.maps.MarkerImage( + this.iconUrl, + new google.maps.Size(this.iconSize[0], + this.iconSize[1]), + new google.maps.Point(0,0), + gAnchorPoint + ); + + // do we have a Shadow? + if (this.iconShadowUrl) { + if (this.iconShadowSize) { + var x =...
2007 Mar 09
0
(no subject)
...ed script... <script type="text/javascript"> var icon_contact = addOptionsToIcon(new GIcon(),{image : "/images/ gm_contact.png",iconAnchor : new GPoint(10,34),shadow : "/images/ gm_shadow.png",infoWindowAnchor : new GPoint(9,2),shadowSize : new GSize(37,34),iconSize : new GSize(20,34)}); var icon_reference = addOptionsToIcon(new GIcon(),{image : "/images/ gm_reference.png",iconAnchor : new GPoint(10,34),shadow : "/images/ gm_shadow.png",infoWindowAnchor : new GPoint(9,2),shadowSize : new GSize(37,34),iconSize : new GSize(20,34)}); var i...
2007 Mar 09
0
Clusterer
...numbers) <script type="text/javascript"> 161 var icon_contact = addOptionsToIcon(new GIcon(),{image : "/images/ gm_contact.png",iconAnchor : new GPoint(10,34),shadow : "/images/ gm_shadow.png",infoWindowAnchor : new GPoint(9,2),shadowSize : new GSize(37,34),iconSize : new GSize(20,34)}); 162 var icon_reference = addOptionsToIcon(new GIcon(),{image : "/ images/gm_reference.png",iconAnchor : new GPoint(10,34),shadow : "/ images/gm_shadow.png",infoWindowAnchor : new GPoint(9,2),shadowSize : new GSize(37,34),iconSize : new GSize(20,34)}); 1...
2009 Jun 01
0
[mapstraction commit] r12 - Implemented most Cloudmade functions. Still requires image, tile and KML/GeoRSS overlays
...+261,52 @@ Marker: { toProprietary: function() { - // TODO: Add provider code + var pt = this.location.toProprietary(this.api); + var options = {}; + + if (this.iconUrl) { + var cicon = new CM.Icon(); + cicon.image = this.iconUrl; + if (this.iconSize) { + cicon.iconSize = new CM.Size(this.iconSize[0], this.iconSize[1]); + if (this.iconAnchor) { + cicon.iconAnchor = new CM.Point(this.iconAnchor[0], this.iconAnchor[1]); + } + } + if (this.iconShadowUrl) { + cicon.shadow = this.iconShadowUrl;...
2006 Jan 07
4
GIS Image coordinates / markers?
Hey everyone, Is there Rails support for something like Google Maps, but using my own images/maps? Basically, I''d like to have my own maps/images, be able to drop markers on them, center on certain attributes etc. - Nic
2007 Mar 08
1
map not displayed after Ajax.updater request
...rce code , I can see the inserted script (with the right data...) <div id="map_box" style="border:solid 2px grey; margin:1em auto; width:340px; height:340px;text-align;"> <script type="text/javascript"> var icon_contact = addOptionsToIcon(new GIcon(),{iconSize : new GSize (20,34),shadowSize : new GSize(37 ,34),image : "/images/gm_contact.png",iconAnchor : new GPoint (10,34),shadow : "/images/gm_shadow.png" ,infoWindowAnchor : new GPoint(9,2)}); .......... var map; window.onload = addCodeToFunction(window.onload,function() { if (GBro...