Skip to content

Commit

Permalink
Resize on zoom (would that it were the default).
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Mar 5, 2012
1 parent 55d1469 commit 80ab5d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/utfgrid-geography-class.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ var osm = new OpenLayers.Layer.XYZ(
"http://otile2.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.png",
"http://otile3.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.png",
"http://otile4.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.png"
]
],
{transitionEffect: "resize"}
);

var utfgrid = new OpenLayers.Layer.UTFGrid({
Expand Down

0 comments on commit 80ab5d5

Please sign in to comment.