01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart plot_type="Map">
05       <chart_settings>
06         <title>
07           <text><![CDATA[Sea Ports of Florida State]]></text>
08         </title>
09         <controls>
10           <navigation_panel enabled="True" inside_dataplot="True" position="Right" align="Near" width="60" height="60">
11             <background enabled="true">
12               <fill color="White" opacity="0.3" />
13               <border color="White" opacity="0.5" />
14             </background>
15           </navigation_panel>
16         </controls>
17       </chart_settings>
18       <data_plot_settings>
19         <map_series source="usa/country/states.amap">
20           <projection type="Orthographic" centroid_x="-81.5884773662551" centroid_y="28.0137174211248" />
21           <zoom factor="6.5" />
22           <grid>
23             <background enabled="True">
24               <fill enabled="True" color="#448DCA" />
25               <border enabled="False" />
26             </background>
27           </grid>
28           <undefined_map_region palette="myPalette">
29             <interactivity hoverable="False" selectable="False" />
30             <label_settings enabled="True">
31               <format><![CDATA[{%REGION_NAME}]]></format>
32               <position anchor="Center" valign="Center" halign="Center" />
33               <font color="#555555" />
34             </label_settings>
35           </undefined_map_region>
36         </map_series>
37         <marker_series>
38           <label_settings enabled="True">
39             <format><![CDATA[{%Name}]]></format>
40             <position padding="0" />
41             <font size="9" bold="True">
42               <effects>
43                 <drop_shadow enabled="True" color="White" distance="0" blur_x="2" blur_y="2" strength="4" />
44               </effects>
45             </font>
46           </label_settings>
47           <tooltip_settings enabled="True">
48             <format><![CDATA[{%Name}]]></format>
49           </tooltip_settings>
50         </marker_series>
51         <connector_series>
52           <connector_style>
53             <line thickness="2" />
54           </connector_style>
55           <tooltip_settings enabled="True">
56             <format><![CDATA[{%SeriesName}]]></format>
57           </tooltip_settings>
58         </connector_series>
59       </data_plot_settings>
60       <palettes>
61         <palette name="myPalette" type="ColorRange" color_count="10">
62           <gradient>
63             <key color="#D7A154" />
64             <key color="#EEE087" />
65             <key color="#9BBD72" />
66           </gradient>
67         </palette>
68       </palettes>
69       <data>
70         <series type="Marker" color="Red">
71           <actions>
72             <action type="navigateToURL" url="http://www.google.com/search?q={%Name}" target="_blank" />
73           </actions>
74           <point name="Pensacola" x="-87.2167" y="30.4">
75             <label style="lbTop" />
76           </point>
77           <point name="Panama City" x="-85.65" y="30.1333">
78             <label style="lbTop" />
79           </point>
80           <point name="Port St. Joe" x="-85.3167" y="29.8167">
81             <label style="lbLeft" />
82           </point>
83           <point name="Carrabelle" x="-84.6667" y="29.85">
84             <label style="lbTop" />
85           </point>
86           <point name="Apalachicola" x="-84.9833" y="29.7167">
87             <label style="lbBottom" />
88           </point>
89           <point name="Tampa" x="-82.45" y="27.9167">
90             <label style="lbRight" />
91           </point>
92           <point name="St. Petersburg" x="-82.6167" y="27.7667">
93             <label style="lbLeft" />
94           </point>
95           <point name="Tarpon Springs" x="-82.7667" y="28.15">
96             <label style="lbTop" />
97           </point>
98           <point name="Port Manatee" x="-82.5667" y="27.6333">
99             <label style="lbBottom" />
100           </point>
101           <point name="Key West" x="-81.8167" y="24.55">
102             <label style="lbTop" />
103           </point>
104           <point name="Boca Grande" x="-82.3333" y="26.7">
105             <label style="lbBottom" />
106           </point>
107           <point name="Fort Pierce" x="-80.3167" y="27.4667">
108             <label style="lbRight" />
109           </point>
110           <point name="Palm Beach" x="-80.05" y="26.7667">
111             <label style="lbRight" />
112           </point>
113           <point name="Port Everglades" x="-80.1167" y="26.1">
114             <label style="lbRight" />
115           </point>
116           <point name="Miami" x="-80.1833" y="25.7833">
117             <label style="lbRight" />
118           </point>
119           <point name="Canaveral Harbor" x="-80.6167" y="28.7">
120             <label style="lbTop" />
121           </point>
122           <point name="St. Augustine" x="-81.3167" y="29.9">
123             <label style="lbRight" />
124           </point>
125           <point name="Mayport" x="-81.4333" y="30.4">
126             <label style="lbRight" />
127           </point>
128           <point name="Jacksonville" x="-81.65" y="30.3167">
129             <label style="lbLeftTop" />
130           </point>
131           <point name="Fernandina Beach" x="-81.4667" y="30.6833">
132             <label style="lbTop" />
133           </point>
134         </series>
135       </data>
136       <styles>
137         <marker_style name="cityStyle" color="Yellow">
138           <marker type="Circle" />
139           <states>
140             <normal>
141               <marker size="6" />
142               <border color="Black" thickness="2" />
143               <fill color="White" />
144             </normal>
145           </states>
146         </marker_style>
147         <marker_style name="capitalCityStyle" parent="cityStyle" color="Yellow">
148           <marker type="Star5" size="14" />
149           <border color="RGB(0,0,0)" thickness="1" />
150           <fill color="Yellow" />
151           <effects>
152             <bevel enabled="True" distance="1" />
153           </effects>
154           <states>
155             <hover>
156               <marker type="Star5" size="14" />
157               <border color="RGB(0,0,0)" thickness="1" />
158               <fill color="Red" />
159             </hover>
160           </states>
161         </marker_style>
162         <label_style name="mapLabelBase">
163           <font size="9" bold="True">
164             <effects enabled="True">
165               <drop_shadow enabled="True" color="White" distance="0" blur_x="2" blur_y="2" strength="4" />
166             </effects>
167           </font>
168           <background enabled="False">
169             <fill enabled="True" type="Solid" color="White" opacity="0.5" />
170             <inside_margin all="0" left="3" right="3" />
171             <corners all="3" type="Rounded" />
172           </background>
173         </label_style>
174         <label_style name="lbRight" parent="mapLabelBase">
175           <position anchor="Center" halign="Right" valign="Center" />
176         </label_style>
177         <label_style name="lbBottom" parent="mapLabelBase">
178           <position anchor="Center" halign="Center" valign="Bottom" />
179         </label_style>
180         <label_style name="lbLeft" parent="mapLabelBase">
181           <position anchor="Center" halign="Left" valign="Center" />
182         </label_style>
183         <label_style name="lbTop" parent="mapLabelBase">
184           <position anchor="Center" halign="Center" valign="Top" />
185         </label_style>
186         <label_style name="lbLeftTop" parent="mapLabelBase">
187           <position anchor="CenterTop" halign="Left" valign="Top" padding="0" />
188         </label_style>
189       </styles>
190     </chart>
191   </charts>
192 </anychart>