Files
openlayers/master/examples/gfxSvgProxyFrame.html
Éric Lemoine 5d14b9e2d4 Updated
2013-02-20 10:38:25 +01:00

14 lines
377 B
HTML

<html>
<head>
<script type="text/javascript">
djConfig = {forceGfxRenderer: "svg"};
</script>
<script type="text/javascript" src="../../../dojo/dojo.js" ></script>
<script type="text/javascript">
require(['dojox/gfx','dojox/gfx/utils'], function(gfx, utils){});
</script>
</head>
<body>
</body>
</html>