Skip to content

Commit

Permalink
Include mbody image.
Browse files Browse the repository at this point in the history
  • Loading branch information
marlycormar committed Jun 20, 2019
1 parent 85a21c9 commit 5f094fc
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,19 @@
"options": "1,2,3,4,5",
"data_dict_default": "1,1 | 2,2 | 3,3 | 4,4 | 5,5",
"fillColor": "00aa00"
},
"MBODY": {
"name": "mbody",
"alt": "Michigan Body Map",
"desc": "",
"image": "img/mbody.png",
"width": 1152,
"height": 856,
"map": "maps/mbody.html",
"hideInput": true,
"options": "0,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",
"data_dict_default": "0, 0 | 1, 1 | 2, 2 | 3, 3 | 4, 4 | 5, 5 | 6, 6 | 7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 19, 19 | 20, 20 | 21, 21 | 22, 22 | 23, 23 | 24, 24 | 25, 25 | 26, 26 | 27, 27 | 28, 28 | 29, 29 | 30, 30 | 31, 31 | 32, 32 | 33, 33 | 34, 34 | 35, 35",
"fillColor": "00aa00"
}
}
}
Binary file added img/mbody.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions maps/mbody.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!-- Mbody -->
<area target="" data-key="0" title="Face" href="" shape="rect" coords="347,166,329,148">
<area target="" data-key="1" title="Rt jaw" href="" shape="rect" coords="314,208,296,190">
<area target="" data-key="2" title="Lt jaw" href="" shape="rect" coords="347,191,364,206">
<area target="" data-key="3" title="Rt chest/breast" href="" shape="rect" coords="292,291,309,308">
<area target="" data-key="4" title="Lt chest/breast" href="" shape="rect" coords="351,291,368,308">
<area target="" data-key="5" title="Rt upper arm" href="" shape="rect" coords="233,322,248,339">
<area target="" data-key="6" title="Lt upper arm" href="" shape="rect" coords="416,344,398,326">
<area target="" data-key="7" title="Rt elbow" href="" shape="rect" coords="216,362,233,378">
<area target="" data-key="8" title="Lt elbow" href="" shape="rect" coords="442,387,424,369">
<area target="" data-key="9" title="Rt lower arm" href="" shape="rect" coords="196,401,213,416">
<area target="" data-key="10" title="Lt lower arm" href="" shape="rect" coords="468,421,450,403">
<area target="" data-key="11" title="Rt wrist/hand" href="" shape="rect" coords="169,441,186,456">
<area target="" data-key="12" title="Lt wrist/hand" href="" shape="rect" coords="501,459,483,441">
<area target="" data-key="13" title="Abdomen" href="" shape="rect" coords="351,404,333,386">
<area target="" data-key="14" title="Pelvis" href="" shape="rect" coords="355,456,337,438">
<area target="" data-key="15" title="Rt groin" href="" shape="rect" coords="329,506,311,488">
<area target="" data-key="16" title="Lt groin" href="" shape="rect" coords="376,503,358,485">
<area target="" data-key="17" title="Rt upper leg" href="" shape="rect" coords="311,575,293,557">
<area target="" data-key="18" title="Lt upper leg" href="" shape="rect" coords="404,560,386,542">
<area target="" data-key="19" title="Rt knee" href="" shape="rect" coords="319,648,301,630">
<area target="" data-key="20" title="Lt knee" href="" shape="rect" coords="429,614,411,596">
<area target="" data-key="21" title="Rt lower leg" href="" shape="rect" coords="316,705,298,687">
<area target="" data-key="22" title="Lt lower leg" href="" shape="rect" coords="414,679,396,661">
<area target="" data-key="23" title="Rt ankle/foot" href="" shape="rect" coords="318,789,300,771">
<area target="" data-key="24" title="Lt ankle/foot" href="" shape="rect" coords="430,772,412,754">
<area target="" data-key="25" title="Head" href="" shape="rect" coords="819,151,801,133">
<area target="" data-key="26" title="Neck" href="" shape="rect" coords="820,228,802,210">
<area target="" data-key="27" title="Lt shoulder" href="" shape="rect" coords="755,292,737,274">
<area target="" data-key="28" title="Rt shoulder" href="" shape="rect" coords="881,281,863,263">
<area target="" data-key="29" title="Upper back" href="" shape="rect" coords="841,314,823,296">
<area target="" data-key="30" title="Lower back" href="" shape="rect" coords="830,416,812,398">
<area target="" data-key="31" title="Lt hip" href="" shape="rect" coords="781,458,763,440">
<area target="" data-key="32" title="Rt hip" href="" shape="rect" coords="863,456,845,438">
<area target="" data-key="33" title="Lt buttocks" href="" shape="rect" coords="810,504,792,486">
<area target="" data-key="34" title="Rt buttocks" href="" shape="rect" coords="867,498,849,480">
<area target="" data-key="35" title="No Chronic Pain" href="" shape="rect" coords="410,105,392,87">

0 comments on commit 5f094fc

Please sign in to comment.