Wikipedia talk:Graphics Lab/Map workshop: Difference between revisions

Content deleted Content added
 
(2 intermediate revisions by 2 users not shown)
Line 259:
 
:For this request to stand a good chance of being taken by someone, you'll have to provide more details, i.e., do the legwork. [[User:M.Bitton|M.Bitton]] ([[User talk:M.Bitton|talk]]) 13:12, 22 April 2024 (UTC)
:I don't know about the Graph or Chart Extension, but actually you can get a map similar to the one for MSCI World by deriving it from [[:File:BlankMap-World.svg|BlankMap-World.svg]] by adding a few lines of CSS to its source.
:On its talk page there is a section about [https://commons.wikimedia.org/wiki/File_talk:BlankMap-World.svg/Documentation#Selecting_and_colouring_countries coloring countries] and you can for instance modify the svg file in a text editor (the talk page also mentions inkscape as another method for modification). If you have basic knowledge of CSS this should be relatively straight-forward after researching the country codes and deciding how to handle small countries (more info on small countries (<code>.circlexx</code>) found in the file itself and again on the talk page).
:I guess you'd like to add something like
:<code>
:/* MSCI World: 23 developed market countries: Australia (au), Austria (at), Belgium (be), Canada (ca), Denmark (dk), Finland (fi), France (fr), Germany (de), Hong Kong (hk), Ireland (ie), Israel (il), Italy (it), Japan (jp), Netherlands (nl), New Zealand (nz), Norway (no), Portugal (pt), Singapore (sg), Spain (es), Sweden (se), Switzerland (ch), the UK (gb) and the US (us). */
:/* FTSE All World (all 23 of MSCI World are included here too, plus 25 new): Australia, Austria, Belgium, Brazil (br), Canada, Chile (cl), China (cn), Colombia (co), Czech Rep. (cz), Denmark, Egypt (eg), Finland, France, Germany, Greece (gr), Hong Kong, Hungary (hu), Iceland (is), India (in), Indonesia (id), Ireland, Israel, Italy, Japan, Korea (kr), Kuwait (kw), Malaysia (my), Mexico (mx), Netherlands, New Zealand, Norway, Phillipines (ph), Poland (pl), Portugal, Qatar (qa), Romania (ro), Saudi Arabia (sa), Singapore, South Africa (za), Spain, Sweden, Switzerland, Taiwan (tw), Thailand (th), Turkiye (tr), UAE (ae), UK, USA */
:.au, .at, .be, .ca, .dk, .fi, .fr, .de, .hk, .ie, .il, .it, .jp, .nl, .nz, .no, .pt, .sg, .es, .se, .ch, .gb, .us, .br, .cl, .cn, .co, .cz, .eg, .gr, .hu, .is, .in, .id, .kr, .kw, .my, .mx, .ph, .pl, .qa, .ro, .sa, .za, .tw, .th, .tr, .ae
:{
: opacity: 1;
: fill: #045A8D; /* choose your own color here */
:}
:</code>
:The above list of countries for FTSE All world is taken from the Fact Sheet with Data as 31 July 2025, so it might not match the exact list of countries you had in mind (Pakistan?).
:While writing this I realize I might create the SVG myself soon (and upload it to Wikimedia and include it in the English and German Wikipedia articles on FTSE All-World). I keep this text here nonetheless hoping it is somewhat helpful for not just my future-me but also others. [[User:PlusMinuscule|PlusMinuscule]] ([[User talk:PlusMinuscule|talk]]) 23:58, 7 August 2025 (UTC)
::Started to upload a first version, planning to add more maps and add them to the English and German Wikipedia on FTSE All-World / FTSE GEIS and also update the wikimedia description for the file with more info. [[File:FTSE-All-World-Index-Countries-covered-as-of-2025-07-31.svg|thumb]]
::As of 2025 Pakistan doesn't seem to be part of the index anymore (removed September 2024 according to page 42 here: https://www.lseg.com/content/dam/ftse-russell/en_us/documents/ground-rules/ftse-global-equity-index-series-ground-rules.pdf ? ). [[User:PlusMinuscule|PlusMinuscule]] ([[User talk:PlusMinuscule|talk]]) 13:42, 8 August 2025 (UTC)
 
::Thanks for the input. The map template is shown on the right.
Line 325 ⟶ 341:
 
Please see the discussion at [[Wikipedia:Village pump (idea lab)#Chart task force/workshop]]. &ndash;&#8239;[[User:Joe Roe|Joe]]&nbsp;<small>([[User talk:Joe Roe|talk]])</small> 08:07, 2 January 2025 (UTC)
 
== UNOCHA maps and text as path ==
 
[[File:Angola_-_Location_Map_(2013)_-_AGO_-_UNOCHA.svg|thumb|right]]
Hi! I've been slowly translating the maps in Category:Maps_by_United_Nations_Office_for_the_Coordination_of_Humanitarian_Affairs into various Saami languages and I consistently run into problems where certain parts of the map (but not all) are paths in the files and not translatable text. For example, the names of the rivers and the ocean in the displayed map of Angola are not translatable. If they exist in Portuguese, I can use those files, but then they still have the OCHA watermark on them (which should be removed?). As it seems that this is an issue throughout the category, it will not be trivial to fix, but would anyone be interested in working on this? - [[User:Yupik|Yupik]] ([[User talk:Yupik|talk]]) 12:20, 22 June 2025 (UTC)