OpenLayers OpenLayers

Ticket #273 (closed feature: fixed)

Opened 2 years ago

Last modified 2 years ago

VE Layer: Support SetMapStyle

Reported by: crschmidt Assigned to: euzuro
Priority: critical Milestone: 2.2 Release
Component: Layer Version: 2.1
Keywords: Cc:
State:

Description

From http://dev.live.com/virtualearth/sdk/:

VEMap.SetMapStyle(mapStyle);

Parameters Parameter Description mapStyle The style of map you want to display. You can specify the VEMapStyle enumeration or a string value. Valid string options are a, r, h, or o.

VEMapStyle.Road

r

Sets the map style to a traditional road map

VEMapStyle.Aerial

a

Sets the map style to aerial (satellite and aerial imagery)

VEMapStyle.Hybrid

h

Sets the map style to a combination of aerial images with labels overlaid (also known as hybrid)

VEMapStyle.Birdseye

o

Sets the map style to use bird's eye imagery

Change History

10/02/06 11:38:55 changed by euzuro

  • owner changed from crschmidt to euzuro.
  • status changed from new to assigned.

10/02/06 16:22:54 changed by sderle

  • priority changed from major to critical.

10/02/06 17:48:47 changed by euzuro

  • status changed from assigned to closed.
  • resolution set to fixed.

fixed with r1526