Skip to content

Instantly share code, notes, and snippets.

@atogle
Created March 7, 2011 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atogle/858139 to your computer and use it in GitHub Desktop.
Save atogle/858139 to your computer and use it in GitHub Desktop.
Polymaps/Esri AGS Tile Example
<html>
<head>
<script type="text/javascript" src="https://github.com/atogle/polymaps/raw/master/polymaps.js"></script>
<style type="text/css">
@import url("https://github.com/atogle/polymaps/raw/master/examples/example.css");
</style>
</head>
<body id="map">
<script type="text/javascript" src="https://github.com/atogle/polymaps/raw/master/examples/ags/ags.js"></script>
<span id="copy">
&copy; 2010
<a href="http://www.esri.com/">Esri</a>,
</span>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment