Add rotation property

This commit is contained in:
Tom Payne
2012-07-29 11:13:50 +02:00
parent 74b67a2e3a
commit 2607399a48
2 changed files with 28 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ if (twoMaps) {
map2.bindTo('center', map1);
map2.bindTo('layers', map1);
map2.bindTo('resolution', map1);
map2.bindTo('rotation', map1);
}
goog.exportSymbol('layer', layer);