Does anyone have some particularly interesting basemaps that they've stumbled across and gotten to work in the viewer? I'm always looking for new backgrounds to try. If you have some post them up! Unique data or visualizations are fun. I've got a few I've tried recently to get started.
Code:
<layer label="MapquestWebTiled" type="webtiled" visible="true"
alpha="1.0"
url="http://{subDomain}.mqcdn.com/tiles/1.0.0/vx/map/{level}/{col}/{row}.jpg"
subdomains="mtile01"/>
<layer label="Toner (maps.stamen.com)" type="webtiled" visible="false"
alpha="1.0"
url="http://{subDomain}.stamen.com/toner/{level}/{col}/{row}.png"
subdomains="tile"/>
<layer label="Terrain (maps.stamen.com)" type="webtiled" visible="false"
alpha="1.0"
url="http://{subDomain}.stamen.com/terrain/{level}/{col}/{row}.png"
subdomains="tile"/>
<layer label="Watercolor (maps.stamen.com)" type="webtiled" visible="false"
alpha="1.0"
url="http://{subDomain}.stamen.com/watercolor/{level}/{col}/{row}.png"
subdomains="tile"/>