01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart plot_type="Map"> |
05 |
<chart_settings> |
06 |
<title enabled="True"> |
07 |
<text><![CDATA[USA Map with the selectable cities and custom attributes]]></text> |
08 |
</title> |
09 |
<chart_background enabled="True" /> |
10 |
<legend enabled="false" position="Bottom" align="Spread" ignore_auto_item="True"> |
11 |
<columns_separator opacity="0.2" /> |
12 |
<title enabled="False" /> |
13 |
</legend> |
14 |
<data_plot_background> |
15 |
<border enabled="true" /> |
16 |
<effects enabled="False" /> |
17 |
<fill type="Gradient"> |
18 |
<gradient angle="45"> |
19 |
<key color="White" /> |
20 |
<key color="RGB(240,240,240)" /> |
21 |
</gradient> |
22 |
</fill> |
23 |
</data_plot_background> |
24 |
<controls> |
25 |
<navigation_panel enabled="True" /> |
26 |
<zoom_panel enabled="True" /> |
27 |
</controls> |
28 |
</chart_settings> |
29 |
<data_plot_settings> |
30 |
<map_series source="usa/country/states.amap"> |
31 |
<projection flag="False" /> |
32 |
<effects enabled="False" /> |
33 |
<undefined_map_region> |
34 |
<interactivity selectable="False" hoverable="False" /> |
35 |
<map_region_style color="DarkSeaGreen"> |
36 |
<fill type="Gradient" color="%Color" opacity="0.8"> |
37 |
<gradient angle="45"> |
38 |
<key position="0" color="%Color" opacity="1" /> |
39 |
<key position="1" color="Blend(DarkColor(%Color),%Color,0.4)" opacity="1" /> |
40 |
</gradient> |
41 |
</fill> |
42 |
<states> |
43 |
<pushed> |
44 |
<fill type="Gradient" color="%Color" opacity="0.8"> |
45 |
<gradient angle="45"> |
46 |
<key position="0" color="%Color" opacity="1" /> |
47 |
<key position="1" color="Blend(DarkColor(%Color),%Color,0.4)" opacity="1" /> |
48 |
</gradient> |
49 |
</fill> |
50 |
</pushed> |
51 |
</states> |
52 |
</map_region_style> |
53 |
</undefined_map_region> |
54 |
</map_series> |
55 |
<marker_series> |
56 |
<marker_style color="#F1683C"> |
57 |
<marker type="Circle" /> |
58 |
<border thickness="2" /> |
59 |
<fill type="Solid" /> |
60 |
<effects> |
61 |
<bevel enabled="False" /> |
62 |
<drop_shadow enabled="True" color="White" distance="0" blur_x="2" blur_y="2" strength="4" /> |
63 |
</effects> |
64 |
<states> |
65 |
<normal> |
66 |
<marker size="8" /> |
67 |
</normal> |
68 |
<selected_hover color="Yellow"> |
69 |
<marker type="Star5" size="20" /> |
70 |
<border thickness="1" /> |
71 |
<effects> |
72 |
<drop_shadow enabled="True" color="Black" distance="1" blur_x="2" blur_y="2" strength="1" opacity="0.4" /> |
73 |
<glow enabled="False" /> |
74 |
<bevel enabled="True" distance="1" /> |
75 |
</effects> |
76 |
</selected_hover> |
77 |
<selected_normal color="Yellow"> |
78 |
<marker type="Star5" size="15" /> |
79 |
<border thickness="1" /> |
80 |
<effects> |
81 |
<drop_shadow enabled="True" color="Black" distance="1" blur_x="2" blur_y="2" strength="1" opacity="0.4" /> |
82 |
<glow enabled="False" /> |
83 |
<bevel enabled="True" distance="1" /> |
84 |
</effects> |
85 |
</selected_normal> |
86 |
</states> |
87 |
</marker_style> |
88 |
<label_settings enabled="True"> |
89 |
<format><![CDATA[{%Name}]]></format> |
90 |
<position padding="0" /> |
91 |
<font size="9" bold="True"> |
92 |
<effects> |
93 |
<drop_shadow enabled="True" color="White" distance="0" blur_x="2" blur_y="2" strength="4" /> |
94 |
</effects> |
95 |
</font> |
96 |
</label_settings> |
97 |
<tooltip_settings enabled="True"> |
98 |
<font bold="False" /> |
99 |
<format><![CDATA[ |
100 |
City: {%Name} |
101 |
State: {%State} |
102 |
County: {%County} |
103 |
Pop.: {%Population} |
104 |
Coords: {%Coords} |
105 |
Area: {%Area} |
106 |
]]></format> |
107 |
</tooltip_settings> |
108 |
</marker_series> |
109 |
</data_plot_settings> |
110 |
<data> |
111 |
<series type="Marker"> |
112 |
<point name="Seattle" x="-122.333056" y="47.609722"> |
113 |
<attributes> |
114 |
<attribute name="State"><![CDATA[Washington]]></attribute> |
115 |
<attribute name="County"><![CDATA[King]]></attribute> |
116 |
<attribute name="Population"><![CDATA[582174]]></attribute> |
117 |
<attribute name="Coords"><![CDATA[47°36′35″N 122°19′59″W]]></attribute> |
118 |
<attribute name="Area"><![CDATA[142.5 sq mi]]></attribute> |
119 |
</attributes> |
120 |
</point> |
121 |
<point name="Boise" x="-116.203333" y="43.613611"> |
122 |
<attributes> |
123 |
<attribute name="State"><![CDATA[Idaho]]></attribute> |
124 |
<attribute name="County"><![CDATA[Ada]]></attribute> |
125 |
<attribute name="Population"><![CDATA[201287]]></attribute> |
126 |
<attribute name="Coords"><![CDATA[43°36′49″N 116°12′12″W]]></attribute> |
127 |
<attribute name="Area"><![CDATA[64 sq mi]]></attribute> |
128 |
</attributes> |
129 |
</point> |
130 |
<point name="San Francisco" x="-122.433333" y="37.766667"> |
131 |
<attributes> |
132 |
<attribute name="State"><![CDATA[California]]></attribute> |
133 |
<attribute name="County"><![CDATA[San Francisco]]></attribute> |
134 |
<attribute name="Population"><![CDATA[744041]]></attribute> |
135 |
<attribute name="Coords"><![CDATA[37°46′0″N 122°26′0″W]]></attribute> |
136 |
<attribute name="Area"><![CDATA[47 sq mi]]></attribute> |
137 |
</attributes> |
138 |
</point> |
139 |
<point name="Los Angeles" x="-118.25" y="34.05"> |
140 |
<attributes> |
141 |
<attribute name="State"><![CDATA[California]]></attribute> |
142 |
<attribute name="County"><![CDATA[Los Angeles County]]></attribute> |
143 |
<attribute name="Population"><![CDATA[3849368]]></attribute> |
144 |
<attribute name="Coords"><![CDATA[34°03′N 118°15′W]]></attribute> |
145 |
<attribute name="Area"><![CDATA[498.3 sq mi]]></attribute> |
146 |
</attributes> |
147 |
</point> |
148 |
<point name="Salt Lake City" x="-111.890" y="40.761"> |
149 |
<attributes> |
150 |
<attribute name="State"><![CDATA[Utah]]></attribute> |
151 |
<attribute name="County"><![CDATA[Salt Lake]]></attribute> |
152 |
<attribute name="Population"><![CDATA[178858]]></attribute> |
153 |
<attribute name="Coords"><![CDATA[40°45′0″N 111°53′0″W]]></attribute> |
154 |
<attribute name="Area"><![CDATA[110.4 sq mi]]></attribute> |
155 |
</attributes> |
156 |
</point> |
157 |
<point name="Denver" x="-104.984" y="39.739"> |
158 |
<attributes> |
159 |
<attribute name="State"><![CDATA[Colorado]]></attribute> |
160 |
<attribute name="County"><![CDATA[County of Denver]]></attribute> |
161 |
<attribute name="Population"><![CDATA[566974]]></attribute> |
162 |
<attribute name="Coords"><![CDATA[39°44′21″N 104°59′5″W]]></attribute> |
163 |
<attribute name="Area"><![CDATA[154.9 sq mi]]></attribute> |
164 |
</attributes> |
165 |
</point> |
166 |
<point name="Albuquerque" x="-106.651" y="35.084"> |
167 |
<attributes> |
168 |
<attribute name="State"><![CDATA[New Mexico]]></attribute> |
169 |
<attribute name="County"><![CDATA[Bernalillo]]></attribute> |
170 |
<attribute name="Population"><![CDATA[504949]]></attribute> |
171 |
<attribute name="Coords"><![CDATA[35°06′39″N 106°36′36″W]]></attribute> |
172 |
<attribute name="Area"><![CDATA[181.3 sq mi]]></attribute> |
173 |
</attributes> |
174 |
</point> |
175 |
<point name="El Paso" x="-106.486" y="31.759"> |
176 |
<attributes> |
177 |
<attribute name="State"><![CDATA[Texas]]></attribute> |
178 |
<attribute name="County"><![CDATA[El Paso]]></attribute> |
179 |
<attribute name="Population"><![CDATA[609,415]]></attribute> |
180 |
<attribute name="Coords"><![CDATA[31°47′25″N 106°25′24″W]]></attribute> |
181 |
<attribute name="Area"><![CDATA[250.5 sq mi]]></attribute> |
182 |
</attributes> |
183 |
</point> |
184 |
<point name="Minneapolis" x="-93.264" y="44.980"> |
185 |
<attributes> |
186 |
<attribute name="State"><![CDATA[Minnesota]]></attribute> |
187 |
<attribute name="County"><![CDATA[Hennepin]]></attribute> |
188 |
<attribute name="Population"><![CDATA[387970]]></attribute> |
189 |
<attribute name="Coords"><![CDATA[44°58′48.36″N 93°15′6.72″W]]></attribute> |
190 |
<attribute name="Area"><![CDATA[58.4 sq mi]]></attribute> |
191 |
</attributes> |
192 |
</point> |
193 |
<point name="Kansas City" x="-94.578" y="39.100"> |
194 |
<attributes> |
195 |
<attribute name="State"><![CDATA[Missouri]]></attribute> |
196 |
<attribute name="County"><![CDATA[Jackson, Clay, Platte, Cass]]></attribute> |
197 |
<attribute name="Population"><![CDATA[447306]]></attribute> |
198 |
<attribute name="Coords"><![CDATA[39°06′35″N 94°35′19″W]]></attribute> |
199 |
<attribute name="Area"><![CDATA[318.0 sq mi]]></attribute> |
200 |
</attributes> |
201 |
</point> |
202 |
<point name="Dallas" x="-96.800" y="32.783" selected="True"> |
203 |
<attributes> |
204 |
<attribute name="State"><![CDATA[Texas]]></attribute> |
205 |
<attribute name="County"><![CDATA[Dallas, Collin, Denton, Rockwall, Kaufman]]></attribute> |
206 |
<attribute name="Population"><![CDATA[1232940]]></attribute> |
207 |
<attribute name="Coords"><![CDATA[32°46′58″N 96°48′14″W]]></attribute> |
208 |
<attribute name="Area"><![CDATA[385.0 sq mi]]></attribute> |
209 |
</attributes> |
210 |
</point> |
211 |
<point name="Houston" x="-95.363" y="29.763"> |
212 |
<attributes> |
213 |
<attribute name="State"><![CDATA[Texas]]></attribute> |
214 |
<attribute name="County"><![CDATA[Harris, Fort Bend, Montgomery]]></attribute> |
215 |
<attribute name="Population"><![CDATA[2144491]]></attribute> |
216 |
<attribute name="Coords"><![CDATA[29°45′46″N 95°22′59″W]]></attribute> |
217 |
<attribute name="Area"><![CDATA[601.7 sq mi]]></attribute> |
218 |
</attributes> |
219 |
</point> |
220 |
<point name="McAllen" x="-98.230" y="26.203"> |
221 |
<attributes> |
222 |
<attribute name="State"><![CDATA[Texas]]></attribute> |
223 |
<attribute name="County"><![CDATA[Hidalgo]]></attribute> |
224 |
<attribute name="Population"><![CDATA[123055]]></attribute> |
225 |
<attribute name="Coords"><![CDATA[26°12′59″N 98°14′11″W]]></attribute> |
226 |
<attribute name="Area"><![CDATA[46.3 sq mi]]></attribute> |
227 |
</attributes> |
228 |
</point> |
229 |
<point name="Chicago" x="-87.650" y="41.850"> |
230 |
<attributes> |
231 |
<attribute name="State"><![CDATA[Illinois]]></attribute> |
232 |
<attribute name="County"><![CDATA[Cook, DuPage]]></attribute> |
233 |
<attribute name="Population"><![CDATA[2873321]]></attribute> |
234 |
<attribute name="Coords"><![CDATA[41°52′55″N 87°37′40″W]]></attribute> |
235 |
<attribute name="Area"><![CDATA[234.0 sq mi]]></attribute> |
236 |
</attributes> |
237 |
</point> |
238 |
<point name="St Louis" x="-90.198" y="38.627"> |
239 |
<attributes> |
240 |
<attribute name="State"><![CDATA[Missouri]]></attribute> |
241 |
<attribute name="County"><![CDATA[Independent City]]></attribute> |
242 |
<attribute name="Population"><![CDATA[353837]]></attribute> |
243 |
<attribute name="Coords"><![CDATA[38°38′53″N 90°12′44″W]]></attribute> |
244 |
<attribute name="Area"><![CDATA[66.2 sq mi]]></attribute> |
245 |
</attributes> |
246 |
</point> |
247 |
<point name="New Orleans" x="-90.075" y="29.954"> |
248 |
<attributes> |
249 |
<attribute name="State"><![CDATA[Louisiana]]></attribute> |
250 |
<attribute name="County"><![CDATA[Parish Orleans]]></attribute> |
251 |
<attribute name="Population"><![CDATA[484674]]></attribute> |
252 |
<attribute name="Coords"><![CDATA[29°57′53″N 90°4′14″W]]></attribute> |
253 |
<attribute name="Area"><![CDATA[350.2 sq mi]]></attribute> |
254 |
</attributes> |
255 |
</point> |
256 |
<point name="Detroit" x="-83.046" y="42.331"> |
257 |
<attributes> |
258 |
<attribute name="State"><![CDATA[Michigan]]></attribute> |
259 |
<attribute name="County"><![CDATA[Wayne]]></attribute> |
260 |
<attribute name="Population"><![CDATA[871121]]></attribute> |
261 |
<attribute name="Coords"><![CDATA[42°19′53.76″N 83°2′51″W]]></attribute> |
262 |
<attribute name="Area"><![CDATA[143.0 sq mi]]></attribute> |
263 |
</attributes> |
264 |
</point> |
265 |
<point name="Cincinnati" x="-84.457" y="39.162"> |
266 |
<attributes> |
267 |
<attribute name="State"><![CDATA[Ohio]]></attribute> |
268 |
<attribute name="County"><![CDATA[Hamilton]]></attribute> |
269 |
<attribute name="Population"><![CDATA[332252]]></attribute> |
270 |
<attribute name="Coords"><![CDATA[39°8′10″N 84°30′11″W]]></attribute> |
271 |
<attribute name="Area"><![CDATA[79.6 sq mi]]></attribute> |
272 |
</attributes> |
273 |
</point> |
274 |
<point name="Nashville" x="-86.784" y="36.166"> |
275 |
<attributes> |
276 |
<attribute name="State"><![CDATA[Tennessee]]></attribute> |
277 |
<attribute name="County"><![CDATA[Davidson County]]></attribute> |
278 |
<attribute name="Population"><![CDATA[607413]]></attribute> |
279 |
<attribute name="Coords"><![CDATA[36°10′00″N 86°47′00″W]]></attribute> |
280 |
<attribute name="Area"><![CDATA[526.1 sq mi]]></attribute> |
281 |
</attributes> |
282 |
</point> |
283 |
<point name="Atlanta" x="-84.388" y="33.749"> |
284 |
<attributes> |
285 |
<attribute name="State"><![CDATA[Georgia]]></attribute> |
286 |
<attribute name="County"><![CDATA[Fulton, DeKalb]]></attribute> |
287 |
<attribute name="Population"><![CDATA[486411]]></attribute> |
288 |
<attribute name="Coords"><![CDATA[33°45′18″N 84°23′24″W]]></attribute> |
289 |
<attribute name="Area"><![CDATA[132.4 sq mi]]></attribute> |
290 |
</attributes> |
291 |
</point> |
292 |
<point name="Charlotte" x="-80.843" y="35.227"> |
293 |
<attributes> |
294 |
<attribute name="State"><![CDATA[North Carolina]]></attribute> |
295 |
<attribute name="County"><![CDATA[Mecklenburg County]]></attribute> |
296 |
<attribute name="Population"><![CDATA[664332]]></attribute> |
297 |
<attribute name="Coords"><![CDATA[35°13′37″N 80°50′36″W]]></attribute> |
298 |
<attribute name="Area"><![CDATA[280.5 sq mi]]></attribute> |
299 |
</attributes> |
300 |
</point> |
301 |
<point name="Tampa" x="-82.459" y="27.947"> |
302 |
<attributes> |
303 |
<attribute name="State"><![CDATA[Florida]]></attribute> |
304 |
<attribute name="County"><![CDATA[Hillsborough]]></attribute> |
305 |
<attribute name="Population"><![CDATA[334550]]></attribute> |
306 |
<attribute name="Coords"><![CDATA[27°58′15″N 82°27′6.72″W]]></attribute> |
307 |
<attribute name="Area"><![CDATA[170.6 sq mi]]></attribute> |
308 |
</attributes> |
309 |
</point> |
310 |
<point name="Miami" x="-80.194" y="25.774"> |
311 |
<attributes> |
312 |
<attribute name="State"><![CDATA[Florida]]></attribute> |
313 |
<attribute name="County"><![CDATA[Miami-Dade]]></attribute> |
314 |
<attribute name="Population"><![CDATA[404048]]></attribute> |
315 |
<attribute name="Coords"><![CDATA[25°47′16″N 80°13′27″W]]></attribute> |
316 |
<attribute name="Area"><![CDATA[55.27 sq mi]]></attribute> |
317 |
</attributes> |
318 |
</point> |
319 |
<point name="New York" x="-74" y="40.716667"> |
320 |
<attributes> |
321 |
<attribute name="State"><![CDATA[New York]]></attribute> |
322 |
<attribute name="County"><![CDATA[The Bronx, Brooklyn, Manhattan, ...]]></attribute> |
323 |
<attribute name="Population"><![CDATA[8214426]]></attribute> |
324 |
<attribute name="Coords"><![CDATA[40°43′N 74°00′W]]></attribute> |
325 |
<attribute name="Area"><![CDATA[468.9 sq mi]]></attribute> |
326 |
</attributes> |
327 |
</point> |
328 |
</series> |
329 |
</data> |
330 |
</chart> |
331 |
</charts> |
332 |
</anychart> |