1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<sheet xmlns="http://www.lysator.liu.se/~alla/dia/dia-sheet-ns" xmlns:dc="http://purl.org/dc/elements/1.1">
<!-- Dia-Version: 0.90-->
<dc:creator>Alan Horkan</dc:creator>
<dc:rights>Copyright Alan Horkan 2003</dc:rights>
<!-- use dc:title instead? -->
<_name>Map, Isometric</_name>
<!-- Visio calls theses Map, Directional Map 3D. -->
<!-- use dc:description instead? -->
<_description>Isometric Directional Map Shapes</_description><!-- Pseudo Three Dimensional -->
<contents>
<!--add shapes here-->
<object name="Road1"><_description>Road Section</_description></object>
<object name="StraightRoad1"><_description>Long Straight Road Section</_description></object>
<object name="Crossroads"><_description>Crossroads</_description></object>
<object name="T-Junction"><_description>T-Junction</_description></object>
<!-- also known as an Intersection -->
<object name="Elevated"><_description>Elevated Road</_description></object>
<object name="Corner1"><_description>Corner 1</_description></object>
<object name="Corner2"><_description>Corner 2</_description></object>
<object name="River"><_description>River</_description></object>
<object name="Roof1"><_description>Roof1</_description></object>
<object name="Block1"><_description>Block 1, 2:4</_description></object>
<object name="Block2"><_description>Block 2, 2:8</_description></object>
<object name="Block3"><_description>Block 3, 4:4</_description></object>
<object name="Block4"><_description>Block 4, 4:8</_description></object>
<object name="Block5"><_description>Block 5, 3:3</_description></object>
<object name="Block6"><_description>Block 6, 4:6</_description></object>
<!-- A Building, not really a block but Visio called it Block 7.
Need to think of a better name. -->
<object name="Block7"><_description>Block 7</_description></object>
<object name="Factory"><_description>Factory</_description></object>
<!-- Cars and Vehicles -->
<object name="Car1"><_description>Car 1, Front View</_description></object>
<object name="Car2"><_description>Car 2, Rear View</_description></object>
<!-- Deprecated
object name="RedCar" description Red Car
-->
<!-- RedCar, colour hardcoded.
Car 1 can be changed to whatever colour the user wants,
but by using the foreground+background variables I cannot
set the default colours. bug ###### ? -->
<object name="Train1"><_description>Train 1, angled downward</_description></object>
<object name="Train2"><_description>Train 2, angled upward</_description></object>
<!-- Trees & Scenery -->
<object name="Tree1"><_description>Tree 1</_description></object>
<object name="FootBridge"><_description>Footbridge, Pedestrian Bridge</_description></object>
<object name="OneWay"><_description>One Way Road Sign</_description></object>
</contents>
</sheet>
|