Displaying 4 results from an estimated 4 matches for "iconurl".
Did you mean:
icon_url
2009 Nov 06
0
r54 committed - ...
...n Anchor?
+ var ax = 0; // anchor x
+ var ay = 0; // anchor y
+
+ if (this.iconAnchor) {
+ ax = this.iconAnchor[0];
+ ay = this.iconAnchor[1];
+ }
+ var gAnchorPoint = new google.maps.Point(ax,ay);
+
if (this.iconUrl) {
- options.icon = new google.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,
+...
2010 Jun 22
0
Marker.setIcon() doesn't work with bing maps
Hi,
while playing around with the current trunk of Mapstraction V2, I realized
that Marker.setIcon() doesn''t work with bing maps (former Virtual Earth).
Here is my tiny patch:
mxn.microsoft.core.js
112a113,115
> if (marker.iconUrl){
> pin.SetCustomIcon(marker.iconUrl);
> }
kind regards,
Franz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20100622/f749a2e0/attachment.htm>
2009 Jun 01
0
[mapstraction commit] r12 - Implemented most Cloudmade functions. Still requires image, tile and KML/GeoRSS overlays
...int) {
+ return new mxn.LatLonPoint(point.lat(),point.lng());
}
},
@@ -249,19 +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]);...
2019 Nov 30
1
Re: virt-df for KVM
On Sat, Nov 30, 2019 at 06:49:29PM +0800, zxs11289 wrote:
> I face a problem on KVM using virt-df。 I have two computer,they
> have installed tools for KVM. The computer(ip 15)has no virtual
> machine and computer(ip 33)has two virtual machines。on the
> computer(ip33), i run the command “virt-df” if on the computer(ip15),
> i run the command “virt-df --connect