diff options
Diffstat (limited to 'public/assets/test/ortho2.html')
| -rw-r--r-- | public/assets/test/ortho2.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/assets/test/ortho2.html b/public/assets/test/ortho2.html index 49e0308..013c75b 100644 --- a/public/assets/test/ortho2.html +++ b/public/assets/test/ortho2.html @@ -158,6 +158,10 @@ map = new Map ({ height: window.innerHeight, zoom: -2, }) +map.ui.add_tool("arrow", new ArrowTool) +map.ui.add_tool("polyline", new PolylineTool) +map.ui.add_tool("position", new PositionTool) + $(window).resize(function(){ scene.width = window.innerWidth/2 map.canvas.width = map.dimensions.a = window.innerWidth/2 |
