37 Commits (8f7d4e477f3f47f3940df4add99409cfd19b57c4)

Author SHA1 Message Date
Aadhavan Srinivasan 4e4570ed03 Font resizing stuff; looks better on desktop and mobile now 3 months ago
Aadhavan Srinivasan d769797136 Added horizontal alignment for each language text; moved Hindi text down 3 months ago
Aadhavan Srinivasan 4804497b3c Updated positioning of text 3 months ago
Aadhavan Srinivasan 2e85a7c2b3 Added comments; remove SVG 'g' elements with no children 3 months ago
Aadhavan Srinivasan 4658ec5a9d Draw translation text above map, so that it isn't obscured 3 months ago
Aadhavan Srinivasan 6aedbbc942 Styling changes mostly done 3 months ago
Aadhavan Srinivasan 977cd1aa62 Add parentheses around arithmetic operation 3 months ago
Aadhavan Srinivasan 81fe778212 Works even better now 3 months ago
Aadhavan Srinivasan bf8825294b Mostly working 3 months ago
Aadhavan Srinivasan 6e9e11c41c Made some progress 3 months ago
Aadhavan Srinivasan 66d88c133b Started working on resizing SVG 3 months ago
Aadhavan Srinivasan 49b4820c2d Removed Santali language (since it doesnt' have transliteration support) 3 months ago
Aadhavan Srinivasan 3d06971e77 Remove testing code; use minified map JSON; hide spinner after map has loaded 3 months ago
Aadhavan Srinivasan 56cae83339 Move Tulu language name a little 3 months ago
Aadhavan Srinivasan cf5b2e40a0 Adjusted positioning of some language translations; added new text element for the language name 3 months ago
Aadhavan Srinivasan d8c2b22a46 Changed Rajasthan's language from Marwari to Hindi 4 months ago
Aadhavan Srinivasan 7110b0e0e3 Set romanization text relative to translation text; Fill languages instead of the individual districts 4 months ago
Aadhavan Srinivasan 0f92b11009 Add more text below the translation, in brackets - will be used for romanization 4 months ago
Aadhavan Srinivasan 7112874a06 General refactoring 4 months ago
Aadhavan Srinivasan 6ba1189c6c Define color directly in the 'languages' object, instead of separately 4 months ago
Aadhavan Srinivasan 42e31dab13 Use language code instead of language name; removed 'unavail' language; don't add text for districts 4 months ago
Aadhavan Srinivasan 79944180d5 Added language codes for each language, add some testing text to determine if I can draw based on lat/long 4 months ago
Aadhavan Srinivasan 5f8264cda8 Store language text instead of district text 4 months ago
Aadhavan Srinivasan d757454319 Added Awadhi language and language color 4 months ago
Aadhavan Srinivasan f43460e94b Added Santali and Sindhi languages; removed 'try ... catch' block because the function shouldn't error 4 months ago
Aadhavan Srinivasan 625b1d1377 Since language boundaries are now loaded from json, I can detect them and apply the right CSS class; removed JSON generation code 4 months ago
Aadhavan Srinivasan 4789ce8ac4 Finally finished adding language boundaries - next step: export them to a file so that they don't have to be recomputed each time 4 months ago
Aadhavan Srinivasan 6d0a1a3c7c Started testing some stuff 4 months ago
Aadhavan Srinivasan adb216f67f Working on defining a 'language' boundary, separate from state and district boundaries 4 months ago
Aadhavan Srinivasan 216e5ca74a Added function to get the outer boundary of the districts, based on language 4 months ago
Aadhavan Srinivasan c98af5a5ae Draw states after districts; add 'fill: none' CSS to states; store a map of color to all features with that color 4 months ago
Aadhavan Srinivasan 824a92029d Renamed colors; added district colors 4 months ago
Aadhavan Srinivasan 08f7f764b2 Started working on district coloring; assign each state a different color (based on language) rather than using 4-color theorem 4 months ago
Aadhavan Srinivasan 1857dd43fc Use the new districts file; display district name instead of state name 4 months ago
Aadhavan Srinivasan 0201b17ae5 Add the state name as an SVG 'text' element, as a sibling to the 'path' 4 months ago
Aadhavan Srinivasan d438a91cdf Fetch SVG size from HTML, instead of re-defining it in JS 4 months ago
Aadhavan Srinivasan 611f10559b Moved JS to separate file 4 months ago