Skip to content

Def::Tables

def:Maps
Maps
US
World
There are no rows in this table
def:MapType
Display
Grouping
Data
There are no rows in this table
def:Levels
Display
1. Beginner
2. Intermediate
3. Advanced
There are no rows in this table
SVG_Templates
SVG root
1=SVGBody 2=SVG width 3=SVG height 4=Transform
<!-- SVG TEMPLATE - ROOT -->
<svg width="{2}" height="{3}"
{4}
xmlns="http://www.w3.org/2000/svg">
<rect width="{2}" height="{3}" fill="white" />
{1} <!-- SVG BODY -->
</svg>
Geo Shape
1=stroke width 2=stroke color 3=Path coordinates 4=Shape Text 5=Text X 6= Text Y 7=Additional SVG add-ons 8=fill color 9=Text color 10=Shape Transform 11=Label SVG 12=label visibility 13= geo font size 14= Text transform modifier 15=Label rectangle fill color
<!-- SVG TEMPLATE - GEO SHAPE and LABEL -->
<g id="{4}" transform="{10}">
<!-- GEO SHAPE PATH -->
<g>
<path stroke-width="{1}" stroke="{2}" fill="{8}"
{3} />
{7}
</g>

<!-- LABEL -->
<g visibility="{12}">
{11} <!-- LABEL SVG UPDATES -->
<text style="font-size:{13}px;
fill:{9};fill-opacity:1;stroke:none;
font-family:Trebuchet MS, Helvetica, sans-serif;
text-align:center;letter-spacing:-0.01px;text-anchor:middle"
{14}
x="{5}" y="{6}">
{4} <!-- LABEL TEXT -->
</text>
</g>
</g>
There are no rows in this table

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.