aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheather <unknown>2011-05-05 23:23:54 -0400
committerheather <unknown>2011-05-05 23:23:54 -0400
commit10d11e2e1e77c6d45f5114c743a210c114e3f49d (patch)
tree27e902116c04c5782569f5db716bbdda3c3351da
parentc175d4cfeae34a4da151de3a3f7aedbad6af7049 (diff)
downloadd2-10d11e2e1e77c6d45f5114c743a210c114e3f49d.tar.bz2
d2-10d11e2e1e77c6d45f5114c743a210c114e3f49d.tar.xz
d2-10d11e2e1e77c6d45f5114c743a210c114e3f49d.zip
adjusting svg_text.py to accomodating changes in detail.py
-rw-r--r--lib/d2/app/controllers/svg_text.py12
-rw-r--r--lib/d2/db.py2
-rw-r--r--static/html/test_label.html7
-rw-r--r--static/svgs/d2_name_label.svg2318
4 files changed, 2331 insertions, 8 deletions
diff --git a/lib/d2/app/controllers/svg_text.py b/lib/d2/app/controllers/svg_text.py
index 5ad4dac..c8d89e0 100644
--- a/lib/d2/app/controllers/svg_text.py
+++ b/lib/d2/app/controllers/svg_text.py
@@ -34,14 +34,16 @@ class SvgTextController(BaseController):
34 occupant_record = self._db.session.query(Occupant).filter( 34 occupant_record = self._db.session.query(Occupant).filter(
35 "occupant_id=:occupant_id").params( 35 "occupant_id=:occupant_id").params(
36 occupant_id=forge_record.occupant_id).first() 36 occupant_id=forge_record.occupant_id).first()
37 label = detail_adapter.occupant_label(forge_record.occupant_id) 37 details = detail_adapter.occupant_details(forge_record.occupant_id)
38 coordinate = self._db.session.query(LabelCoordinate).filter( 38 if details:
39 label = details.label
40 coordinate = self._db.session.query(LabelCoordinate).filter(
39 "plot_id=:plot_id").filter( 41 "plot_id=:plot_id").filter(
40 "detail_type_id=:detail_type_id").params( 42 "detail_type_id=:detail_type_id").params(
41 plot_id=forge_record.plot_id, 43 plot_id=forge_record.plot_id,
42 detail_type_id=self._static.detail_type.name).first() 44 detail_type_id=self._static.detail_type.name).first()
43 if coordinate: 45 if coordinate:
44 out.append(self.MAKE_ROW(forge_record.occupant_id, 46 out.append(self.MAKE_ROW(forge_record.occupant_id,
45 occupant_record.occupant_type.name, 47 occupant_record.occupant_type.name,
46 label, 48 label,
47 coordinate.x, 49 coordinate.x,
diff --git a/lib/d2/db.py b/lib/d2/db.py
index 18866bf..73262d3 100644
--- a/lib/d2/db.py
+++ b/lib/d2/db.py
@@ -390,6 +390,8 @@ class Occupant(Base):
390 key = Column(Unicode, index=True) 390 key = Column(Unicode, index=True)
391 active = Column(Boolean, default=True, index=True) 391 active = Column(Boolean, default=True, index=True)
392 392
393 occupant_type = relationship(OccupantType, backref=backref(
394 'occupants', order_by=id))
393 def __init__(self, key, active): 395 def __init__(self, key, active):
394 self.key = key 396 self.key = key
395 self.active = active 397 self.active = active
diff --git a/static/html/test_label.html b/static/html/test_label.html
index 0c31610..0c45e1d 100644
--- a/static/html/test_label.html
+++ b/static/html/test_label.html
@@ -15,8 +15,10 @@
15 { 15 {
16 var ext = new OpenLayers.Bounds(-2671.7575, -109.76259, 4500, 4000); 16 var ext = new OpenLayers.Bounds(-2671.7575, -109.76259, 4500, 4000);
17 var size = new OpenLayers.Size(4500, 4000); 17 var size = new OpenLayers.Size(4500, 4000);
18 //var ext = new OpenLayers.Bounds(0, 0, 2100, 923);
19 //var size = new OpenLayers.Size(2100, 923);
18 20
19 options = {numZoomLevels: 1, 21 options = {numZoomLevels: 10,
20 units: 'pixels', 22 units: 'pixels',
21 maxExtent: ext, 23 maxExtent: ext,
22 controls:[ 24 controls:[
@@ -50,9 +52,10 @@
50 {isBaseLayer: false} ); 52 {isBaseLayer: false} );
51 53
52 map.addLayers([outline, ntwk_id, label]); 54 map.addLayers([outline, ntwk_id, label]);
55 //map.addLayers([outline]);
53 map.zoomToExtent(ext); 56 map.zoomToExtent(ext);
54 //Note: origin is set at the bottom left corner for OpenLayers !!! 57 //Note: origin is set at the bottom left corner for OpenLayers !!!
55 map.setCenter(new OpenLayers.LonLat(0, 0), 0, true, true) ; 58 map.setCenter(new OpenLayers.LonLat(-900, 3650), 0, true, true) ;
56 } 59 }
57 60
58 </script> 61 </script>
diff --git a/static/svgs/d2_name_label.svg b/static/svgs/d2_name_label.svg
index 16b8d66..da2dc23 100644
--- a/static/svgs/d2_name_label.svg
+++ b/static/svgs/d2_name_label.svg
@@ -1 +1,2317 @@
1<svg xmlns="http://www.w3.org/2000/svg" xmlns:ns0="http://www.inkscape.org/namespaces/inkscape" xmlns:ns1="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" version="1.0" width="100%" height="100%" viewBox="-2671.7575 -109.76259 4500 4000" id="svg127638" style="overflow:visible" ns0:version="0.48.0 r9654" ns1:docname="combined_master_v3.svg"><g id="g74134" transform="translate(114.94445,9.2421875e-5)"><g id="3D13A1_NAME_LABEL" transform="matrix(1,0,0,-1,-2548.7139,-15.769794)"/><g id="3C1_NAME_LABEL" transform="matrix(1,0,0,-1,-2555.749,1894.7068)"/><g id="3B1_NAME_LABEL" transform="matrix(0.99999994,0,0,-0.99999994,-452.97382,1906.5525)"/></g></svg> \ No newline at end of file 1
2 <svg
3 xmlns:svg="http://www.w3.org/2000/svg"
4 xmlns:xlink="http://www.w3.org/1999/xlink"
5 xmlns="http://www.w3.org/2000/svg"
6 version="1.1"
7 zoomAndPan="magnify" preserveAspectRatio="xMidYMid meet"
8 viewBox="0 0 4500 4000"
9 style="display:inline">
10 <g
11 pointer-events="none"
12 text-anchor="left"
13 font-size="12"
14 fill="blue"
15 stroke="none"
16 display="inline">
17
18 <text
19 id="435"
20 x="289.812067"
21 y="513.954278422"
22 fill="blue"
23 font-size="6"
24 >
25 Julanne Montville
26 </text>
27
28
29 <text
30 id="102"
31 x="266.192554"
32 y="619.988778422"
33 fill="blue"
34 font-size="6"
35 >
36 Kerry Kipfstuhl
37 </text>
38
39
40 <text
41 id="24"
42 x="277.814809"
43 y="819.083468422"
44 fill="blue"
45 font-size="6"
46 >
47 Joe Yanoska
48 </text>
49
50
51 <text
52 id="373"
53 x="301.021959"
54 y="1573.71218842"
55 fill="blue"
56 font-size="6"
57 >
58 Deb Timko
59 </text>
60
61
62 <text
63 id="14"
64 x="246.5290847"
65 y="1714.55788842"
66 fill="blue"
67 font-size="6"
68 >
69 John Watson
70 </text>
71
72
73 <text
74 id="77"
75 x="258.288122"
76 y="1868.94008842"
77 fill="blue"
78 font-size="6"
79 >
80 Gary VonHoch
81 </text>
82
83
84 <text
85 id="30"
86 x="467.6997"
87 y="1772.27718842"
88 fill="blue"
89 font-size="6"
90 >
91 Christopher Deniziak
92 </text>
93
94
95 <text
96 id="236"
97 x="459.78161"
98 y="1841.32048842"
99 fill="blue"
100 font-size="6"
101 >
102 Deborah Smith
103 </text>
104
105
106 <text
107 id="154"
108 x="455.14183"
109 y="1928.76378842"
110 fill="blue"
111 font-size="6"
112 >
113 Chetan Tanna
114 </text>
115
116
117 <text
118 id="196"
119 x="628.1125"
120 y="1959.17178842"
121 fill="blue"
122 font-size="6"
123 >
124 Ron Lacy
125 </text>
126
127
128 <text
129 id="400"
130 x="628.1125"
131 y="1866.92178842"
132 fill="blue"
133 font-size="6"
134 >
135 David Johnson
136 </text>
137
138
139 <text
140 id="273"
141 x="631.55729"
142 y="1774.42578842"
143 fill="blue"
144 font-size="6"
145 >
146 Shashikanth Devireddy
147 </text>
148
149
150 <text
151 id="40"
152 x="870.1125"
153 y="1959.17178842"
154 fill="blue"
155 font-size="6"
156 >
157 Michael Hammer
158 </text>
159
160
161 <text
162 id="416"
163 x="870.1125"
164 y="1866.92178842"
165 fill="blue"
166 font-size="6"
167 >
168 Debbie Longerich
169 </text>
170
171
172 <text
173 id="46"
174 x="870.1125"
175 y="1774.67178842"
176 fill="blue"
177 font-size="6"
178 >
179 Sean Fitzgerald
180 </text>
181
182
183 <text
184 id="217"
185 x="708.19227"
186 y="1914.02198842"
187 fill="blue"
188 font-size="6"
189 >
190 Jerry Solgos
191 </text>
192
193
194 <text
195 id="158"
196 x="707.72774"
197 y="1820.30448842"
198 fill="blue"
199 font-size="6"
200 >
201 Pat Colomban
202 </text>
203
204
205 <text
206 id="67"
207 x="708.19227"
208 y="1726.81378842"
209 fill="blue"
210 font-size="6"
211 >
212 Tim Musi
213 </text>
214
215
216 <text
217 id="146"
218 x="1044.94227"
219 y="1729.52198842"
220 fill="blue"
221 font-size="6"
222 >
223 Benjamin Smith
224 </text>
225
226
227 <text
228 id="148"
229 x="1290.43125"
230 y="1799.07398842"
231 fill="blue"
232 font-size="6"
233 >
234 Jessica Wasp
235 </text>
236
237
238 <text
239 id="220"
240 x="1297.87455"
241 y="1854.90248842"
242 fill="blue"
243 font-size="6"
244 >
245 Ingrid Warner
246 </text>
247
248
249 <text
250 id="210"
251 x="1297.87455"
252 y="1917.37598842"
253 fill="blue"
254 font-size="6"
255 >
256 Steve Gillespie
257 </text>
258
259
260 <text
261 id="166"
262 x="684.40449"
263 y="1644.50598842"
264 fill="blue"
265 font-size="6"
266 >
267 John Meola
268 </text>
269
270
271 <text
272 id="405"
273 x="844.65449"
274 y="1644.50598842"
275 fill="blue"
276 font-size="6"
277 >
278 Michael Howard
279 </text>
280
281
282 <text
283 id="71"
284 x="936.90449"
285 y="1644.50598842"
286 fill="blue"
287 font-size="6"
288 >
289 Dan Rode
290 </text>
291
292
293 <text
294 id="146"
295 x="1044.94227"
296 y="1729.52198842"
297 fill="blue"
298 font-size="6"
299 >
300 Benjamin Smith
301 </text>
302
303
304 <text
305 id="346"
306 x="1119.40449"
307 y="1644.50598842"
308 fill="blue"
309 font-size="6"
310 >
311 Douglas Morris
312 </text>
313
314
315 <text
316 id="258"
317 x="894.52778"
318 y="1496.48768842"
319 fill="blue"
320 font-size="6"
321 >
322 John Armao
323 </text>
324
325
326 <text
327 id="234"
328 x="1074.83967"
329 y="1496.48768842"
330 fill="blue"
331 font-size="6"
332 >
333 Chris Pimlott
334 </text>
335
336
337 <text
338 id="226"
339 x="1166.82301"
340 y="1496.48768842"
341 fill="blue"
342 font-size="6"
343 >
344 Michael Crute
345 </text>
346
347
348 <text
349 id="224"
350 x="702.78908"
351 y="1408.09738842"
352 fill="blue"
353 font-size="6"
354 >
355 Cory Sitko
356 </text>
357
358
359 <text
360 id="104"
361 x="783.05836"
362 y="1355.37898842"
363 fill="blue"
364 font-size="6"
365 >
366 Aaron Oliver
367 </text>
368
369
370 <text
371 id="331"
372 x="855.75868"
373 y="1304.83188842"
374 fill="blue"
375 font-size="6"
376 >
377 Ethan Sabala
378 </text>
379
380
381 <text
382 id="395"
383 x="935.17146"
384 y="1253.92578842"
385 fill="blue"
386 font-size="6"
387 >
388 Phil Peron
389 </text>
390
391
392 <text
393 id="33"
394 x="1015.06227"
395 y="1207.80078842"
396 fill="blue"
397 font-size="6"
398 >
399 Heather Zhong
400 </text>
401
402
403 <text
404 id="169"
405 x="1148.83211"
406 y="1102.35958842"
407 fill="blue"
408 font-size="6"
409 >
410 Bill Nelson
411 </text>
412
413
414 <text
415 id="332"
416 x="1178.1551"
417 y="1153.14848842"
418 fill="blue"
419 font-size="6"
420 >
421 Bryan Sheffler
422 </text>
423
424
425 <text
426 id="438"
427 x="1022.10872"
428 y="1274.20798842"
429 fill="blue"
430 font-size="6"
431 >
432 John Vanarsdale
433 </text>
434
435
436 <text
437 id="96"
438 x="1083.32289"
439 y="1380.60208842"
440 fill="blue"
441 font-size="6"
442 >
443 Mike Pirnat
444 </text>
445
446
447 <text
448 id="267"
449 x="1205.57863"
450 y="1076.98246842"
451 fill="blue"
452 font-size="6"
453 >
454 Dave Stambaugh
455 </text>
456
457
458 <text
459 id="440"
460 x="1301.22035"
461 y="1099.59538842"
462 fill="blue"
463 font-size="6"
464 >
465 Brandt Ward
466 </text>
467
468
469 <text
470 id="130"
471 x="1328.52455"
472 y="1164.58438842"
473 fill="blue"
474 font-size="6"
475 >
476 Andis Kakeli
477 </text>
478
479
480 <text
481 id="287"
482 x="1328.52455"
483 y="1260.90028842"
484 fill="blue"
485 font-size="6"
486 >
487 Eric Dodds
488 </text>
489
490
491 <text
492 id="142"
493 x="1328.52455"
494 y="1380.90028842"
495 fill="blue"
496 font-size="6"
497 >
498 Igor Bondarenko
499 </text>
500
501
502 <text
503 id="163"
504 x="1328.52455"
505 y="1533.90028842"
506 fill="blue"
507 font-size="6"
508 >
509 Andrew Schulak
510 </text>
511
512
513 <text
514 id="174"
515 x="1328.52455"
516 y="1626.15028842"
517 fill="blue"
518 font-size="6"
519 >
520 Christopher Miller
521 </text>
522
523
524 <text
525 id="211"
526 x="603.68513"
527 y="591.717728422"
528 fill="blue"
529 font-size="6"
530 >
531 Carey Tancak
532 </text>
533
534
535 <text
536 id="265"
537 x="612.83854"
538 y="741.204028422"
539 fill="blue"
540 font-size="6"
541 >
542 Scott Weintraub
543 </text>
544
545
546 <text
547 id="349"
548 x="485.52427"
549 y="591.458928422"
550 fill="blue"
551 font-size="6"
552 >
553 Diane Dykeman
554 </text>
555
556
557 <text
558 id="140"
559 x="576.63423"
560 y="530.608018422"
561 fill="blue"
562 font-size="6"
563 >
564 Kristin Grassia
565 </text>
566
567
568 <text
569 id="264"
570 x="759.7375"
571 y="548.304868422"
572 fill="blue"
573 font-size="6"
574 >
575 Martin Hebrank
576 </text>
577
578
579 <text
580 id="147"
581 x="759.7375"
582 y="640.554938422"
583 fill="blue"
584 font-size="6"
585 >
586 David Kleinschmidt
587 </text>
588
589
590 <text
591 id="16"
592 x="787.95839"
593 y="724.469268422"
594 fill="blue"
595 font-size="6"
596 >
597 Joseph Bechter
598 </text>
599
600
601 <text
602 id="402"
603 x="824.0337"
604 y="881.229338422"
605 fill="blue"
606 font-size="6"
607 >
608 Jason Warner
609 </text>
610
611
612 <text
613 id="241"
614 x="731.7837"
615 y="913.479338422"
616 fill="blue"
617 font-size="6"
618 >
619 Stacy Cleveland
620 </text>
621
622
623 <text
624 id="219"
625 x="1028.49092"
626 y="862.766138422"
627 fill="blue"
628 font-size="6"
629 >
630 Terri Speck
631 </text>
632
633
634 <text
635 id="434"
636 x="952.92415"
637 y="915.678518422"
638 fill="blue"
639 font-size="6"
640 >
641 Joanne Collins
642 </text>
643
644
645 <text
646 id="429"
647 x="801.7906"
648 y="1021.50338842"
649 fill="blue"
650 font-size="6"
651 >
652 Denise Wimbish
653 </text>
654
655
656 <text
657 id="62"
658 x="684.44197"
659 y="1067.04852842"
660 fill="blue"
661 font-size="6"
662 >
663 Erin Watson
664 </text>
665
666
667 <text
668 id="90"
669 x="607.32969"
670 y="1165.66858842"
671 fill="blue"
672 font-size="6"
673 >
674 Chuck Baddley
675 </text>
676
677
678 <text
679 id="250"
680 x="583.99653"
681 y="929.689158422"
682 fill="blue"
683 font-size="6"
684 >
685 Jennifer Miller
686 </text>
687
688
689 <text
690 id="178"
691 x="492.77432"
692 y="1056.83366842"
693 fill="blue"
694 font-size="6"
695 >
696 David Stanek
697 </text>
698
699
700 <text
701 id="74"
702 x="463.94526"
703 y="1177.94678842"
704 fill="blue"
705 font-size="6"
706 >
707 David Snyder
708 </text>
709
710
711 <text
712 id="384"
713 x="598.18013"
714 y="350.183418422"
715 fill="blue"
716 font-size="6"
717 >
718 Lori Fowers
719 </text>
720
721
722 <text
723 id="300"
724 x="713.45714"
725 y="350.183418422"
726 fill="blue"
727 font-size="6"
728 >
729 Lynn Atzenhoffer
730 </text>
731
732
733 <text
734 id="410"
735 x="646.35707"
736 y="164.588789422"
737 fill="blue"
738 font-size="6"
739 >
740 Dave Passerallo
741 </text>
742
743
744 <text
745 id="238"
746 x="761.35707"
747 y="164.588789422"
748 fill="blue"
749 font-size="6"
750 >
751 Greg Ivanov
752 </text>
753
754
755 <text
756 id="313"
757 x="875.35707"
758 y="164.588789422"
759 fill="blue"
760 font-size="6"
761 >
762 Jason Staviscak
763 </text>
764
765
766 <text
767 id="422"
768 x="1052.84559"
769 y="227.647038422"
770 fill="blue"
771 font-size="6"
772 >
773 Mark Lalli
774 </text>
775
776
777 <text
778 id="60"
779 x="1053.26802"
780 y="319.229868422"
781 fill="blue"
782 font-size="6"
783 >
784 Michael Whicker
785 </text>
786
787
788 <text
789 id="151"
790 x="1263.77345"
791 y="166.556015422"
792 fill="blue"
793 font-size="6"
794 >
795 Mark Prugh
796 </text>
797
798
799 <text
800 id="209"
801 x="1224.45009"
802 y="229.160908422"
803 fill="blue"
804 font-size="6"
805 >
806 Kathy Antoske
807 </text>
808
809
810 <text
811 id="388"
812 x="1163.86677"
813 y="364.267728422"
814 fill="blue"
815 font-size="6"
816 >
817 Kathy D'Amato
818 </text>
819
820
821 <text
822 id="290"
823 x="1368.52185"
824 y="166.556015422"
825 fill="blue"
826 font-size="6"
827 >
828 Bobbi Kibbey
829 </text>
830
831
832 <text
833 id="374"
834 x="1470.65685"
835 y="166.556015422"
836 fill="blue"
837 font-size="6"
838 >
839 David Noyes
840 </text>
841
842
843 <text
844 id="193"
845 x="1360.38085"
846 y="247.278948422"
847 fill="blue"
848 font-size="6"
849 >
850 Jeff Roche
851 </text>
852
853
854 <text
855 id="129"
856 x="1368.52185"
857 y="421.349208422"
858 fill="blue"
859 font-size="6"
860 >
861 James Rowe
862 </text>
863
864
865 <text
866 id="417"
867 x="1452.63085"
868 y="247.278948422"
869 fill="blue"
870 font-size="6"
871 >
872 Brian Ketler
873 </text>
874
875
876 <text
877 id="447"
878 x="1460.77185"
879 y="421.349208422"
880 fill="blue"
881 font-size="6"
882 >
883 Tina Vance
884 </text>
885
886
887 <text
888 id="387"
889 x="1544.88085"
890 y="247.278948422"
891 fill="blue"
892 font-size="6"
893 >
894 Rick Swiderski
895 </text>
896
897
898 <text
899 id="117"
900 x="1553.02185"
901 y="421.349208422"
902 fill="blue"
903 font-size="6"
904 >
905 Mark Ryan
906 </text>
907
908
909 <text
910 id="288"
911 x="1452.63085"
912 y="480.528938422"
913 fill="blue"
914 font-size="6"
915 >
916 Eric Fenderbosch
917 </text>
918
919
920 <text
921 id="132"
922 x="1460.77185"
923 y="654.599168422"
924 fill="blue"
925 font-size="6"
926 >
927 Helen Griffin
928 </text>
929
930
931 <text
932 id="321"
933 x="1544.88085"
934 y="480.528938422"
935 fill="blue"
936 font-size="6"
937 >
938 Leonard Thomas
939 </text>
940
941
942 <text
943 id="232"
944 x="1553.02185"
945 y="654.599168422"
946 fill="blue"
947 font-size="6"
948 >
949 Katie Drenik
950 </text>
951
952
953 <text
954 id="371"
955 x="1314.67685"
956 y="538.801548422"
957 fill="blue"
958 font-size="6"
959 >
960 Nathan Clark
961 </text>
962
963
964 <text
965 id="304"
966 x="1314.67685"
967 y="494.056768422"
968 fill="blue"
969 font-size="6"
970 >
971 John Lees
972 </text>
973
974
975 <text
976 id="371"
977 x="1314.67685"
978 y="538.801548422"
979 fill="blue"
980 font-size="6"
981 >
982 Nathan Clark
983 </text>
984
985
986 <text
987 id="156"
988 x="1274.64455"
989 y="646.823598422"
990 fill="blue"
991 font-size="6"
992 >
993 Coyote Holmberg
994 </text>
995
996
997 <text
998 id="136"
999 x="1427.58085"
1000 y="714.454778422"
1001 fill="blue"
1002 font-size="6"
1003 >
1004 Kevin Kuder
1005 </text>
1006
1007
1008 <text
1009 id="93"
1010 x="1552.63505"
1011 y="739.922388422"
1012 fill="blue"
1013 font-size="6"
1014 >
1015 Julie Cousins
1016 </text>
1017
1018
1019 <text
1020 id="59"
1021 x="1661.19395"
1022 y="288.945288422"
1023 fill="blue"
1024 font-size="6"
1025 >
1026 Michael Robellard
1027 </text>
1028
1029
1030 <text
1031 id="269"
1032 x="1660.92095"
1033 y="475.991398422"
1034 fill="blue"
1035 font-size="6"
1036 >
1037 Louis Trempe
1038 </text>
1039
1040
1041 <text
1042 id="448"
1043 x="1678.22165"
1044 y="561.785148422"
1045 fill="blue"
1046 font-size="6"
1047 >
1048 Michael Lemley
1049 </text>
1050
1051
1052 <text
1053 id="419"
1054 x="1714.95305"
1055 y="715.999318422"
1056 fill="blue"
1057 font-size="6"
1058 >
1059 Brian Stanek
1060 </text>
1061
1062
1063 <text
1064 id="201"
1065 x="1478.55075"
1066 y="1673.16038842"
1067 fill="blue"
1068 font-size="6"
1069 >
1070 Marc Ferraby
1071 </text>
1072
1073
1074 <text
1075 id="322"
1076 x="1662.98605"
1077 y="1663.59798842"
1078 fill="blue"
1079 font-size="6"
1080 >
1081 John Hill
1082 </text>
1083
1084
1085 <text
1086 id="279"
1087 x="3489.94605"
1088 y="385.863658422"
1089 fill="blue"
1090 font-size="6"
1091 >
1092 Joe Krajewski
1093 </text>
1094
1095
1096 <text
1097 id="99"
1098 x="3654.45635"
1099 y="449.508908422"
1100 fill="blue"
1101 font-size="6"
1102 >
1103 Sumathy Nellaiyappan
1104 </text>
1105
1106
1107 <text
1108 id="27"
1109 x="3655.28635"
1110 y="515.100388422"
1111 fill="blue"
1112 font-size="6"
1113 >
1114 Kenneth Arrant
1115 </text>
1116
1117
1118 <text
1119 id="436"
1120 x="3656.09475"
1121 y="643.782398422"
1122 fill="blue"
1123 font-size="6"
1124 >
1125 Jill Flick
1126 </text>
1127
1128
1129 <text
1130 id="185"
1131 x="3656.93895"
1132 y="709.915478422"
1133 fill="blue"
1134 font-size="6"
1135 >
1136 Mike Lampa
1137 </text>
1138
1139
1140 <text
1141 id="397"
1142 x="3485.11575"
1143 y="451.621588422"
1144 fill="blue"
1145 font-size="6"
1146 >
1147 James Dixon
1148 </text>
1149
1150
1151 <text
1152 id="75"
1153 x="3483.53985"
1154 y="581.394588422"
1155 fill="blue"
1156 font-size="6"
1157 >
1158 Jim Torres
1159 </text>
1160
1161
1162 <text
1163 id="443"
1164 x="3483.18505"
1165 y="646.546378422"
1166 fill="blue"
1167 font-size="6"
1168 >
1169 Latha Rudraraju
1170 </text>
1171
1172
1173 <text
1174 id="97"
1175 x="3483.18435"
1176 y="710.918898422"
1177 fill="blue"
1178 font-size="6"
1179 >
1180 Tracy Puzder
1181 </text>
1182
1183
1184 <text
1185 id="119"
1186 x="3482.44945"
1187 y="776.710908422"
1188 fill="blue"
1189 font-size="6"
1190 >
1191 Phyllis Davis
1192 </text>
1193
1194
1195 <text
1196 id="78"
1197 x="314.414803"
1198 y="2297.68553242"
1199 fill="blue"
1200 font-size="6"
1201 >
1202 Jeanne Moser
1203 </text>
1204
1205
1206 <text
1207 id="11"
1208 x="398.8905"
1209 y="2297.68553242"
1210 fill="blue"
1211 font-size="6"
1212 >
1213 Kimberly Gilchrist
1214 </text>
1215
1216
1217 <text
1218 id="295"
1219 x="498.93659"
1220 y="2297.68553242"
1221 fill="blue"
1222 font-size="6"
1223 >
1224 Elizabeth Nitz
1225 </text>
1226
1227
1228 <text
1229 id="380"
1230 x="629.02702"
1231 y="2297.68553242"
1232 fill="blue"
1233 font-size="6"
1234 >
1235 Susan Heidinger
1236 </text>
1237
1238
1239 <text
1240 id="121"
1241 x="729.15485"
1242 y="2297.68553242"
1243 fill="blue"
1244 font-size="6"
1245 >
1246 Jennifer Sidoti
1247 </text>
1248
1249
1250 <text
1251 id="369"
1252 x="401.9074"
1253 y="2480.44690242"
1254 fill="blue"
1255 font-size="6"
1256 >
1257 Stephanie Kinder
1258 </text>
1259
1260
1261 <text
1262 id="286"
1263 x="503.65418"
1264 y="2480.44690242"
1265 fill="blue"
1266 font-size="6"
1267 >
1268 Patricia Price
1269 </text>
1270
1271
1272 <text
1273 id="2"
1274 x="730.89076"
1275 y="2480.44690242"
1276 fill="blue"
1277 font-size="6"
1278 >
1279 Bryan Munch
1280 </text>
1281
1282
1283 <text
1284 id="29"
1285 x="955.50013"
1286 y="2333.26652242"
1287 fill="blue"
1288 font-size="6"
1289 >
1290 Michael Smith
1291 </text>
1292
1293
1294 <text
1295 id="449"
1296 x="955.50013"
1297 y="2472.78912242"
1298 fill="blue"
1299 font-size="6"
1300 >
1301 Mike Sweeney
1302 </text>
1303
1304
1305 <text
1306 id="12"
1307 x="1102.6009"
1308 y="2333.26652242"
1309 fill="blue"
1310 font-size="6"
1311 >
1312 Melissa Damaso
1313 </text>
1314
1315
1316 <text
1317 id="41"
1318 x="1102.6009"
1319 y="2472.78912242"
1320 fill="blue"
1321 font-size="6"
1322 >
1323 Jaden DeVogel
1324 </text>
1325
1326
1327 <text
1328 id="212"
1329 x="1197.17536"
1330 y="2333.26652242"
1331 fill="blue"
1332 font-size="6"
1333 >
1334 Kelly Thomas
1335 </text>
1336
1337
1338 <text
1339 id="263"
1340 x="1197.17536"
1341 y="2472.78912242"
1342 fill="blue"
1343 font-size="6"
1344 >
1345 Ronald Ondeyko
1346 </text>
1347
1348
1349 <text
1350 id="150"
1351 x="1386.37325"
1352 y="2460.41428242"
1353 fill="blue"
1354 font-size="6"
1355 >
1356 Ellen Vermillion
1357 </text>
1358
1359
1360 <text
1361 id="257"
1362 x="1386.37325"
1363 y="2552.82263242"
1364 fill="blue"
1365 font-size="6"
1366 >
1367 Nanette Wiedl
1368 </text>
1369
1370
1371 <text
1372 id="120"
1373 x="1386.37325"
1374 y="2653.42393242"
1375 fill="blue"
1376 font-size="6"
1377 >
1378 Dan Kelly
1379 </text>
1380
1381
1382 <text
1383 id="246"
1384 x="1517.39085"
1385 y="2472.21070242"
1386 fill="blue"
1387 font-size="6"
1388 >
1389 Paul Armstrong
1390 </text>
1391
1392
1393 <text
1394 id="57"
1395 x="1517.39085"
1396 y="2567.60447242"
1397 fill="blue"
1398 font-size="6"
1399 >
1400 Bob Noss
1401 </text>
1402
1403
1404 <text
1405 id="339"
1406 x="957.75013"
1407 y="2586.26652242"
1408 fill="blue"
1409 font-size="6"
1410 >
1411 George Davis
1412 </text>
1413
1414
1415 <text
1416 id="192"
1417 x="1104.8509"
1418 y="2586.26652242"
1419 fill="blue"
1420 font-size="6"
1421 >
1422 Timothy Soltis
1423 </text>
1424
1425
1426 <text
1427 id="82"
1428 x="1104.8509"
1429 y="2725.78914242"
1430 fill="blue"
1431 font-size="6"
1432 >
1433 Dave Chiang
1434 </text>
1435
1436
1437 <text
1438 id="3"
1439 x="1199.42536"
1440 y="2586.26652242"
1441 fill="blue"
1442 font-size="6"
1443 >
1444 Rose Seed
1445 </text>
1446
1447
1448 <text
1449 id="243"
1450 x="1199.42536"
1451 y="2725.78914242"
1452 fill="blue"
1453 font-size="6"
1454 >
1455 Jennifer Purchase
1456 </text>
1457
1458
1459 <text
1460 id="111"
1461 x="659.4065"
1462 y="2678.94741242"
1463 fill="blue"
1464 font-size="6"
1465 >
1466 Nicole Piccolomini
1467 </text>
1468
1469
1470 <text
1471 id="260"
1472 x="846.64478"
1473 y="2678.94741242"
1474 fill="blue"
1475 font-size="6"
1476 >
1477 Sarah Martin
1478 </text>
1479
1480
1481 <text
1482 id="53"
1483 x="659.4065"
1484 y="2781.49412242"
1485 fill="blue"
1486 font-size="6"
1487 >
1488 Bill Gates
1489 </text>
1490
1491
1492 <text
1493 id="337"
1494 x="846.64478"
1495 y="2781.49412242"
1496 fill="blue"
1497 font-size="6"
1498 >
1499 Karen Couchey
1500 </text>
1501
1502
1503 <text
1504 id="360"
1505 x="659.4065"
1506 y="2903.48024242"
1507 fill="blue"
1508 font-size="6"
1509 >
1510 Carl Lubertozzi
1511 </text>
1512
1513
1514 <text
1515 id="347"
1516 x="846.64478"
1517 y="2903.48024242"
1518 fill="blue"
1519 font-size="6"
1520 >
1521 Dawn Wayt
1522 </text>
1523
1524
1525 <text
1526 id="386"
1527 x="433.29836"
1528 y="2656.76572242"
1529 fill="blue"
1530 font-size="6"
1531 >
1532 Kier Selinsky
1533 </text>
1534
1535
1536 <text
1537 id="399"
1538 x="329.838891"
1539 y="2708.94928242"
1540 fill="blue"
1541 font-size="6"
1542 >
1543 Yolanda Moore
1544 </text>
1545
1546
1547 <text
1548 id="283"
1549 x="453.43731"
1550 y="2851.41554242"
1551 fill="blue"
1552 font-size="6"
1553 >
1554 Christopher Gee
1555 </text>
1556
1557
1558 <text
1559 id="207"
1560 x="541.5084"
1561 y="2755.41788242"
1562 fill="blue"
1563 font-size="6"
1564 >
1565 Deann Hoffland
1566 </text>
1567
1568
1569 <text
1570 id="427"
1571 x="475.29575"
1572 y="2943.60506242"
1573 fill="blue"
1574 font-size="6"
1575 >
1576 Ryan Sherman
1577 </text>
1578
1579
1580 <text
1581 id="213"
1582 x="293.993874"
1583 y="3124.66238242"
1584 fill="blue"
1585 font-size="6"
1586 >
1587 Matt Wilson
1588 </text>
1589
1590
1591 <text
1592 id="305"
1593 x="1334.63325"
1594 y="2030.99317042"
1595 fill="blue"
1596 font-size="6"
1597 >
1598 Jane Carpenter
1599 </text>
1600
1601
1602 <text
1603 id="180"
1604 x="1520.66655"
1605 y="2030.99317042"
1606 fill="blue"
1607 font-size="6"
1608 >
1609 Dan Miller
1610 </text>
1611
1612
1613 <text
1614 id="180"
1615 x="1520.66655"
1616 y="2030.99317042"
1617 fill="blue"
1618 font-size="6"
1619 >
1620 Dan Miller
1621 </text>
1622
1623
1624 <text
1625 id="108"
1626 x="1521.53045"
1627 y="2695.10142242"
1628 fill="blue"
1629 font-size="6"
1630 >
1631 Terri Zastudil
1632 </text>
1633
1634
1635 <text
1636 id="208"
1637 x="1606.78685"
1638 y="2703.16573242"
1639 fill="blue"
1640 font-size="6"
1641 >
1642 Lynn Jaskiel
1643 </text>
1644
1645
1646 <text
1647 id="445"
1648 x="304.789155"
1649 y="3246.52138242"
1650 fill="blue"
1651 font-size="6"
1652 >
1653 Daniel Buch
1654 </text>
1655
1656
1657 <text
1658 id="318"
1659 x="399.68482"
1660 y="3246.52138242"
1661 fill="blue"
1662 font-size="6"
1663 >
1664 Michael Griffith
1665 </text>
1666
1667
1668 <text
1669 id="230"
1670 x="478.28835"
1671 y="3251.41578242"
1672 fill="blue"
1673 font-size="6"
1674 >
1675 Michael Breiner
1676 </text>
1677
1678
1679 <text
1680 id="340"
1681 x="288.309372"
1682 y="3351.79148242"
1683 fill="blue"
1684 font-size="6"
1685 >
1686 Max Cantor
1687 </text>
1688
1689
1690 <text
1691 id="272"
1692 x="386.34061"
1693 y="3351.79148242"
1694 fill="blue"
1695 font-size="6"
1696 >
1697 Brad Luczywo
1698 </text>
1699
1700
1701 <text
1702 id="191"
1703 x="2724.07545658"
1704 y="3647.89718453"
1705 fill="blue"
1706 font-size="6"
1707 >
1708 Tracie Schurr
1709 </text>
1710
1711
1712 <text
1713 id="56"
1714 x="2881.83344711"
1715 y="3518.97329226"
1716 fill="blue"
1717 font-size="6"
1718 >
1719 Anil Mullapudi
1720 </text>
1721
1722
1723 <text
1724 id="98"
1725 x="2930.3902642"
1726 y="3453.67709618"
1727 fill="blue"
1728 font-size="6"
1729 >
1730 Pranitha Thota
1731 </text>
1732
1733
1734 <text
1735 id="86"
1736 x="3164.37414016"
1737 y="3266.57200741"
1738 fill="blue"
1739 font-size="6"
1740 >
1741 Melissa Jamison
1742 </text>
1743
1744
1745 <text
1746 id="38"
1747 x="3342.32476948"
1748 y="3263.45600759"
1749 fill="blue"
1750 font-size="6"
1751 >
1752 Kristin Martau
1753 </text>
1754
1755
1756 <text
1757 id="350"
1758 x="3223.05211664"
1759 y="3411.12829873"
1760 fill="blue"
1761 font-size="6"
1762 >
1763 Allison Jagunic
1764 </text>
1765
1766
1767 <text
1768 id="155"
1769 x="3224.25407657"
1770 y="3598.12798751"
1771 fill="blue"
1772 font-size="6"
1773 >
1774 Angelina Castro
1775 </text>
1776
1777
1778 <text
1779 id="114"
1780 x="3332.62425007"
1781 y="3564.92478951"
1782 fill="blue"
1783 font-size="6"
1784 >
1785 Jana Wielobob
1786 </text>
1787
1788
1789 <text
1790 id="334"
1791 x="3173.28746963"
1792 y="3754.21417815"
1793 fill="blue"
1794 font-size="6"
1795 >
1796 Anne Miller
1797 </text>
1798
1799
1800 <text
1801 id="170"
1802 x="3320.10551082"
1803 y="3756.37707802"
1804 fill="blue"
1805 font-size="6"
1806 >
1807 Tracy Jamison
1808 </text>
1809
1810
1811 <text
1812 id="285"
1813 x="3331.43242014"
1814 y="3846.06367264"
1815 fill="blue"
1816 font-size="6"
1817 >
1818 Kelly Abood
1819 </text>
1820
1821
1822 <text
1823 id="143"
1824 x="3168.62059991"
1825 y="3843.10477281"
1826 fill="blue"
1827 font-size="6"
1828 >
1829 Keith Corcoran
1830 </text>
1831
1832
1833 <text
1834 id="145"
1835 x="3559.90225643"
1836 y="3657.62838394"
1837 fill="blue"
1838 font-size="6"
1839 >
1840 Emily Armstrong
1841 </text>
1842
1843
1844 <text
1845 id="262"
1846 x="3644.74775134"
1847 y="3787.43877615"
1848 fill="blue"
1849 font-size="6"
1850 >
1851 Joe Joyce
1852 </text>
1853
1854
1855 <text
1856 id="330"
1857 x="3637.1064518"
1858 y="3694.78108171"
1859 fill="blue"
1860 font-size="6"
1861 >
1862 Jessica Beach
1863 </text>
1864
1865
1866 <text
1867 id="353"
1868 x="3728.03494634"
1869 y="3538.04049112"
1870 fill="blue"
1871 font-size="6"
1872 >
1873 Paula Liedel
1874 </text>
1875
1876
1877 <text
1878 id="348"
1879 x="3686.48814883"
1880 y="3473.64379498"
1881 fill="blue"
1882 font-size="6"
1883 >
1884 Kim Pajer
1885 </text>
1886
1887
1888 <text
1889 id="103"
1890 x="3918.87753489"
1891 y="3253.2877082"
1892 fill="blue"
1893 font-size="6"
1894 >
1895 Chandra Lubben
1896 </text>
1897
1898
1899 <text
1900 id="103"
1901 x="3918.87753489"
1902 y="3253.2877082"
1903 fill="blue"
1904 font-size="6"
1905 >
1906 Chandra Lubben
1907 </text>
1908
1909
1910 <text
1911 id="106"
1912 x="3966.04533206"
1913 y="3136.32811522"
1914 fill="blue"
1915 font-size="6"
1916 >
1917 Radhika Balasubramaniam
1918 </text>
1919
1920
1921 <text
1922 id="403"
1923 x="3871.42033774"
1924 y="3139.15951505"
1925 fill="blue"
1926 font-size="6"
1927 >
1928 Frank Snowgold
1929 </text>
1930
1931
1932 <text
1933 id="320"
1934 x="3767.86694395"
1935 y="3138.15501511"
1936 fill="blue"
1937 font-size="6"
1938 >
1939 Pareese Mahone
1940 </text>
1941
1942
1943 <text
1944 id="171"
1945 x="3676.94474941"
1946 y="3142.51041485"
1947 fill="blue"
1948 font-size="6"
1949 >
1950 Elizabeth Draeger
1951 </text>
1952
1953
1954 <text
1955 id="184"
1956 x="3635.09755192"
1957 y="3275.39960688"
1958 fill="blue"
1959 font-size="6"
1960 >
1961 Karen Medwetz
1962 </text>
1963
1964
1965 <text
1966 id="45"
1967 x="3728.05504634"
1968 y="3271.7452071"
1969 fill="blue"
1970 font-size="6"
1971 >
1972 Penny Adams
1973 </text>
1974
1975
1976 <text
1977 id="200"
1978 x="3533.694358"
1979 y="2856.16582203"
1980 fill="blue"
1981 font-size="6"
1982 >
1983 Todd Rosenthal
1984 </text>
1985
1986
1987 <text
1988 id="175"
1989 x="3524.12275858"
1990 y="2947.87204653"
1991 fill="blue"
1992 font-size="6"
1993 >
1994 James McDonall
1995 </text>
1996
1997
1998 <text
1999 id="204"
2000 x="3531.55515813"
2001 y="3132.38971546"
2002 fill="blue"
2003 font-size="6"
2004 >
2005 Emaly Bartel
2006 </text>
2007
2008
2009 <text
2010 id="326"
2011 x="3875.20853751"
2012 y="2891.7490299"
2013 fill="blue"
2014 font-size="6"
2015 >
2016 Laura McFadden
2017 </text>
2018
2019
2020 <text
2021 id="138"
2022 x="3741.21754555"
2023 y="3028.67862168"
2024 fill="blue"
2025 font-size="6"
2026 >
2027 Thomas Bubnick
2028 </text>
2029
2030
2031 <text
2032 id="259"
2033 x="3827.58654037"
2034 y="3029.14932165"
2035 fill="blue"
2036 font-size="6"
2037 >
2038 Monica Fisher
2039 </text>
2040
2041
2042 <text
2043 id="441"
2044 x="3545.91825727"
2045 y="2786.10960623"
2046 fill="blue"
2047 font-size="6"
2048 >
2049 AnnMarie Rodgers
2050 </text>
2051
2052
2053 <text
2054 id="13"
2055 x="2594.04116438"
2056 y="2150.24530439"
2057 fill="blue"
2058 font-size="6"
2059 >
2060 Terry Flores
2061 </text>
2062
2063
2064 <text
2065 id="64"
2066 x="2659.81951043"
2067 y="2150.56932437"
2068 fill="blue"
2069 font-size="6"
2070 >
2071 Lisa Wascovich
2072 </text>
2073
2074
2075 <text
2076 id="72"
2077 x="2752.89647485"
2078 y="2149.38703444"
2079 fill="blue"
2080 font-size="6"
2081 >
2082 Jason Opalenik
2083 </text>
2084
2085
2086 <text
2087 id="137"
2088 x="2844.61035935"
2089 y="2140.39152498"
2090 fill="blue"
2091 font-size="6"
2092 >
2093 Linda Marshall
2094 </text>
2095
2096
2097 <text
2098 id="70"
2099 x="3060.31121641"
2100 y="2166.6889434"
2101 fill="blue"
2102 font-size="6"
2103 >
2104 Alison Osborn
2105 </text>
2106
2107
2108 <text
2109 id="161"
2110 x="3096.39519424"
2111 y="2163.62593358"
2112 fill="blue"
2113 font-size="6"
2114 >
2115 Kim Patrizi
2116 </text>
2117
2118
2119 <text
2120 id="42"
2121 x="3245.98295526"
2122 y="2170.19119319"
2123 fill="blue"
2124 font-size="6"
2125 >
2126 Pam Trautman
2127 </text>
2128
2129
2130 <text
2131 id="109"
2132 x="3285.64995288"
2133 y="2128.74634568"
2134 fill="blue"
2135 font-size="6"
2136 >
2137 Rob Matousek
2138 </text>
2139
2140
2141 <text
2142 id="282"
2143 x="3215.29051711"
2144 y="2251.46953831"
2145 fill="blue"
2146 font-size="6"
2147 >
2148 David Sommers
2149 </text>
2150
2151
2152 <text
2153 id="229"
2154 x="3116.96752301"
2155 y="2313.3471646"
2156 fill="blue"
2157 font-size="6"
2158 >
2159 Drew King
2160 </text>
2161
2162
2163 <text
2164 id="65"
2165 x="3146.79473122"
2166 y="2459.70677582"
2167 fill="blue"
2168 font-size="6"
2169 >
2170 Noha Youssef
2171 </text>
2172
2173
2174 <text
2175 id="181"
2176 x="3051.52581693"
2177 y="2332.15796347"
2178 fill="blue"
2179 font-size="6"
2180 >
2181 Maren Bean
2182 </text>
2183
2184
2185 <text
2186 id="127"
2187 x="3093.85931439"
2188 y="2491.6104539"
2189 fill="blue"
2190 font-size="6"
2191 >
2192 Traci Kalamajka
2193 </text>
2194
2195
2196 <text
2197 id="327"
2198 x="2812.38685128"
2199 y="2292.34753586"
2200 fill="blue"
2201 font-size="6"
2202 >
2203 Anthony Scalmato
2204 </text>
2205
2206
2207 <text
2208 id="160"
2209 x="2829.04600028"
2210 y="2451.46896631"
2211 fill="blue"
2212 font-size="6"
2213 >
2214 Shawn Craig
2215 </text>
2216
2217
2218 <text
2219 id="433"
2220 x="2711.28614735"
2221 y="2294.16312575"
2222 fill="blue"
2223 font-size="6"
2224 >
2225 Aaron Brudvig
2226 </text>
2227
2228
2229 <text
2230 id="420"
2231 x="2629.94314223"
2232 y="2297.25880557"
2233 fill="blue"
2234 font-size="6"
2235 >
2236 Kathi Fay
2237 </text>
2238
2239
2240 <text
2241 id="95"
2242 x="2508.7704795"
2243 y="2272.03363708"
2244 fill="blue"
2245 font-size="6"
2246 >
2247 Kevin Carr
2248 </text>
2249
2250
2251 <text
2252 id="277"
2253 x="2948.8100631"
2254 y="2622.41451606"
2255 fill="blue"
2256 font-size="6"
2257 >
2258 Joe Foose
2259 </text>
2260
2261
2262 <text
2263 id="92"
2264 x="3117.60058297"
2265 y="2623.58669599"
2266 fill="blue"
2267 font-size="6"
2268 >
2269 Eric Wright
2270 </text>
2271
2272
2273 <text
2274 id="239"
2275 x="3266.05967406"
2276 y="2623.359316"
2277 fill="blue"
2278 font-size="6"
2279 >
2280 Sarah Dodge
2281 </text>
2282
2283
2284 <text
2285 id="252"
2286 x="2461.85547231"
2287 y="2658.66043388"
2288 fill="blue"
2289 font-size="6"
2290 >
2291 Kathy McConaughy
2292 </text>
2293
2294
2295 <text
2296 id="28"
2297 x="2636.43169184"
2298 y="2652.33343426"
2299 fill="blue"
2300 font-size="6"
2301 >
2302 Ken Gilroy
2303 </text>
2304
2305
2306 <text
2307 id="48"
2308 x="2767.86543395"
2309 y="2629.9315856"
2310 fill="blue"
2311 font-size="6"
2312 >
2313 Caroline Leech
2314 </text>
2315
2316 </g>
2317 </svg> \ No newline at end of file