Changeset 522
- Timestamp:
- 03/18/08 13:07:04 (8 months ago)
- Files:
-
- trunk/docs/home/index.html (modified) (2 diffs)
- trunk/docs/home/tutorial-actransit/index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/home/index.html
r477 r522 50 50 subject to frequent changes. If you are writing your own map tiles, you may 51 51 find our <a href="calculator.html">map transformation calculator</a> and 52 <a href="./tutorial-actransit/">Zoomifyer tile tutorial</a> (<i>new!</i>)useful.52 <a href="./tutorial-actransit/">Zoomifyer tile tutorial</a> useful. 53 53 If you are interested in using Modest Maps as a server-side map generation 54 54 tool, check out the <a href="examples-python-ws/">ws-compose and ws-pinwin tutorial</a>. … … 110 110 <a class="credit" href="http://stamen.com/studio/shawn">Shawn Allen</a> 111 111 of <a class="credit" href="http://stamen.com">Stamen Design</a>, 112 <a class="credit" href="mailto:darren-modestmaps1@lookorfeel.com">Darren David</a> 113 of <a class="credit" href="http://www.lookorfeel.com/">Look or Feel</a>, 112 <a class="credit" href="http://stimulant.io">Darren David of Stimulant</a>, 114 113 <a class="credit" href="http://aaronland.info">Aaron Straup Cope</a>, 115 114 <a class="credit" href="http://bumpslide.com">David Knape</a>, trunk/docs/home/tutorial-actransit/index.html
r448 r522 139 139 <p> 140 140 New sets of map tiles can be used by implementing the 141 <a href="http://modestmaps.mapstraction.com/trac/browser/ branches/1.0b/as2/lib/com/modestmaps/mapproviders/IMapProvider.as"><code>IMapProvider</code></a> interface.141 <a href="http://modestmaps.mapstraction.com/trac/browser/trunk/as2/lib/com/modestmaps/mapproviders/IMapProvider.as"><code>IMapProvider</code></a> interface. 142 142 New sets of <em>Zoomifyer</em> map tiles can be used by sub-classing the 143 <a href="http://modestmaps.mapstraction.com/trac/browser/ branches/1.0b/as2/lib/com/modestmaps/mapproviders/AbstractZoomifyMapProvider.as"><code>AbstractZoomifyMapProvider</code></a> class.143 <a href="http://modestmaps.mapstraction.com/trac/browser/trunk/as2/lib/com/modestmaps/mapproviders/AbstractZoomifyMapProvider.as"><code>AbstractZoomifyMapProvider</code></a> class. 144 144 </p> 145 145 <p> … … 196 196 Modify one of the included Modest Maps sample clients to point to this 197 197 new provider, and select an appropriate starting extent. Here, we modify part of 198 <a href="http://modestmaps.mapstraction.com/trac/browser/ branches/1.0b/as2/SampleClient2.fla">SampleClient2.fla</a>:198 <a href="http://modestmaps.mapstraction.com/trac/browser/trunk/as2/SampleClient2.fla">SampleClient2.fla</a>: 199 199 </p> 200 200 <pre class="code">
