Template:Graph:Map
| This template is currently being deleted. This template is being removed from the pages on which it is currently used, after which it will be deleted. Please check Wikipedia:Templates for discussion/Holding cell for any additional instructions. Please do not use it on any additional pages, but do not remove it from pages if it is under deletion review. The decision to delete this template was made following this discussion initiated on 16 November 2025 at Templates for discussion. Administrators: Please review this template's instructions at Wikipedia:Templates for discussion/Holding cell before proceeding with any action. |
<graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"equirectangular","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph>
| This template is rated as deprecated and defunct. It is recommended editors use Chart extension. |
| Editing of this template by new or unregistered users is currently disabled. See the protection policy and protection log for more details. If you cannot edit this template and you wish to make a change, you can submit an edit request, discuss changes on the talk page, request unprotection, log in, or create an account. |
Converting to the Chart extension:
To convert the defunct {{Graph}}-based diagrams to the newer Chart Extension format, you can use the simple script featured on MediaWiki at Commons: graphDataImport.js. |
This template is used to create a world choropleth map where certain countries are highlighted as needed.
Parameters
| This template uses Lua: |
| This template is currently being deleted. This template is being removed from the pages on which it is currently used, after which it will be deleted. Please check Wikipedia:Templates for discussion/Holding cell for any additional instructions. Please do not use it on any additional pages, but do not remove it from pages if it is under deletion review. The decision to delete this template was made following this discussion initiated on 1 December 2025 at Templates for discussion. Administrators: Please review this template's instructions at Wikipedia:Templates for discussion/Holding cell before proceeding with any action. |
- basemap: sets the base map. The map definitions must follow the TopoJSON format and if saved in Wikipedia are available for this module. Maps in the default directory Special:Prefixindex/Template:Graph:Map/Inner/ like Worldmap2c-json should only be referenced by their name while omitting the Module:Graph/ prefix to allow better portability. The parameter also accepts URLs, e.g. maps from other Wikipedia versions (the link should follow the scheme of
//en.wikipedia.org/w/index.php?title=mapname&action=raw, i.e. protocol-relative without leading http/s and a trailing action=raw to fetch the raw content only). URLs to maps on external sites should be avoided for the sake of link stability, performance, security, and she be assumed to be blocked by the software or browser anyway. - scale: the scaling factor of the map (default: 100)
- projection: the map projection to use. Supported values are listed at https://github.com/d3/d3-geo-projection. The default value is
equirectangularfor an equirectangular projection. - center: map center (corresponds in the map data to both comma-separated values of the
scalefield) - feature: which geographic objects should be displayed (corresponds in the map data to the name of the field under the
objectsfield). The default is valuecountries. - ids of geographic entities: The actual parameter names depend on the base map and the selected feature. For example, for the above mentioned world map the ids are ISO country codes. The values can be either colors or numbers in case the geographic entities should be associated with numeric data:
DE=lightbluemarks Germany in light blue color, andDE=80.6assigns Germany the value 80.6 (population in millions). In the latter case, the actual color depends on the following parameters. - colorScale: the color palette to use for the color scale. The palette must be provided as a comma-separated list of color values. The color values must be given either as
#rgb/#rrggbbor by a CSS color name. Instead of a list, the built-in color palettescategory10andcategory20can also be used. - scaleType: supported values are
linearfor a linear mapping between the data values and the color scale,logfor a log mapping,powfor a power mapping (the exponent can be provided aspow 0.5),sqrtfor a square-root mapping, andquantizefor a quantized scale, i.e. the data is grouped in as many classes as the color palette has colors. - domainMin: lower boundary of the data values, i.e. smaller data values are mapped to the lower boundary
- domainMax: upper boundary of the data values, i.e. larger data values are mapped to the upper boundary
- legend: show color legend (does not work with
quantize) - defaultValue: default value for unused geographic entities. In case the id values are colors the default value is
silver, in case of numbers it is 0.
Note: In the editor preview the graph extension creates a canvas element with vector graphics. However, when saving the page a PNG raster graphics is generated instead.
Sub templates
{{Highlighted world map by country|IN=red}}
<graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"IN","v":"red"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"equirectangular","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph>
<graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"AE","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"AF","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"AL","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"AM","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"AO","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"AR","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"AT","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"AU","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"AZ","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"BA","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"BD","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"BE","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"BF","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"BG","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"BI","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"BJ","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"BN","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"BO","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"BR","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"BS","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"BT","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"BW","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"BY","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph> <graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"BZ","v":"blue"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"mercator","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph>
Because of Lua functionality, you can now make maps with numerical values and sliding color scales.
Template code
|
|---|
{{Graph:Highlighted world map by country
| scale = 100
| projection = conicEqualArea
| colorScale = category10
| domainMin = 1000
| domainMax = 1500000
| defaultValue = red
| scaleType = log
| legend = yes
| AE=8442 | AF=28398 | AL=3150 | AM=2963 | AO=19549 | AR=40374 | AT=8402 | AU=22404 | AZ=9095
| BA=3846 | BD=151125 | BE=10941 | BF=15540 | BG=7389 | BI=9233 | BJ=9510 | BN=401 | BO=10157
| BR=195210 | BS=360 | BT=717 | BW=1969 | BY=9491 | BZ=309 | CA=34126 | CD=62191 | CF=4350
| CG=4112 | CH=7831 | CI=18977 | CL=17151 | CM=20624 | CN=1359821 | CO=46445 | CR=4670
| CU=11282 | CY=1104 | NORTHERN_CYPRUS=313 | CZ=10554 | DE=83017 | DJ=834 | DK=5551 | DO=10017 | DZ=37063 | EC=15001
| EE=1299 | EG=78076 | EH=515 | ER=5741 | ES=46182 | ET=87095 | FI=5368 | FJ=861 | FK=3
| FR=63231 | GA=1556 | GB=62066 | GE=4389 | GH=24263 | GL=57 | GM=1681 | GN=10876 | GQ=696
| GR=11110 | GT=14342 | GW=1587 | GY=786 | HN=7621 | HR=4338 | HT=9896 | HU=10015 | ID=240676
| IE=4468 | IL=7420 | IN=1205625 | IQ=30962 | IR=74462 | IS=318 | IT=60509 | JM=2741 | JO=6455
| JP=127353 | KE=40909 | KG=5334 | KH=14365 | KP=24501 | KOSOVO = 1895 | KR=48454 | KW=2992 | KZ=15921
| LA=6396 | LB=4341 | LK=20759 | LR=3958 | LS=2009 | LT=3068 | LU=508 | LV=2091 | LY=6041
| MA=31642 | MD=3573 | ME=620 | MG=21080 | MK=2102 | ML=13986 | MM=51931 | MN=2713 | MR=3609
| MW=15014 | MX=117886 | MY=28276 | MZ=23967 | NA=2179 | NC=246 | NE=15894 | NG=159708
| NI=5822 | NL=16615 | NO=4891 | NP=26846 | NZ=4368 | OM=2803 | PA=3678 | PE=29263 | PG=6859
| PH=93444 | PK=173149 | PL=38199 | PR=3710 | PS=4013 | PT=10590 | PY=6460 | QA=1750
| RO=21861 | RS=9647 | RU=143618 | RW=10837 | SA=27258 | SB=526 | SD=35652 | SE=9382 | SI=2054
| SK=5433 | SL=5752 | SN=12951 | SO=9636 | SOMALILAND=3500 | SR=525 | SS=9941 | SV=6218 | SY=21533 | SZ=1193
| TD=11721 | TG=6306 | TH=66402 | TJ=7627 | TL=1079 | TM=5042 | TN=10632 | TR=72138 | TT=1328
| TW=23146 | TZ=44973 | UA=46050 | UG=33987 | US=312247 | UY=3372 | UZ=27769 | VE=29043
| VN=89047 | VU=236 | YE=22763 | ZA=51452 | ZM=13217 | ZW=13077
}} |
<graph>{"scales":[{"domainMin":1000,"type":"log","name":"color","domainMax":1500000,"zero":false,"range":"category10","domain":{"data":"highlights","field":"v"},"nice":true}],"version":2,"legends":[{"offset":120,"properties":{"legend":{"strokeWidth":{"value":1.5},"stroke":{"value":"silver"}},"title":{"fontSize":{"value":14}},"labels":{"fontSize":{"value":12}}},"fill":"color"}],"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"scale":"color","field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"FK","v":3},{"id":"EC","v":15001},{"id":"PS","v":4013},{"id":"MK","v":2102},{"id":"KOSOVO","v":1895},{"id":"US","v":312247},{"id":"DK","v":5551},{"id":"BS","v":360},{"id":"ES","v":46182},{"id":"PK","v":173149},{"id":"IS","v":318},{"id":"NP","v":26846},{"id":"GH","v":24263},{"id":"KH","v":14365},{"id":"MX","v":117886},{"id":"EH","v":515},{"id":"CH","v":7831},{"id":"NORTHERN_CYPRUS","v":313},{"id":"PH","v":93444},{"id":"JP","v":127353},{"id":"KP","v":24501},{"id":"CA","v":34126},{"id":"BA","v":3846},{"id":"SY","v":21533},{"id":"FI","v":5368},{"id":"GA","v":1556},{"id":"MY","v":28276},{"id":"LY","v":6041},{"id":"NA","v":2179},{"id":"CI","v":18977},{"id":"BI","v":9233},{"id":"SA","v":27258},{"id":"CY","v":1104},{"id":"BY","v":9491},{"id":"GY","v":786},{"id":"GQ","v":696},{"id":"ZA","v":51452},{"id":"NI","v":5822},{"id":"IQ","v":30962},{"id":"CF","v":4350},{"id":"LV","v":2091},{"id":"AF","v":28398},{"id":"BF","v":15540},{"id":"BN","v":401},{"id":"CN","v":1359821},{"id":"SV","v":6218},{"id":"VN","v":89047},{"id":"SN","v":12951},{"id":"TN","v":10632},{"id":"ZW","v":13077},{"id":"NG","v":159708},{"id":"YE","v":22763},{"id":"JO","v":6455},{"id":"CG","v":4112},{"id":"RW","v":10837},{"id":"EG","v":78076},{"id":"PA","v":3678},{"id":"KW","v":2992},{"id":"BG","v":7389},{"id":"MW","v":15014},{"id":"BO","v":10157},{"id":"AO","v":19549},{"id":"DO","v":10017},{"id":"CO","v":46445},{"id":"TW","v":23146},{"id":"NZ","v":4368},{"id":"LB","v":4341},{"id":"UY","v":3372},{"id":"TG","v":6306},{"id":"UA","v":46050},{"id":"BW","v":1969},{"id":"UG","v":33987},{"id":"PG","v":6859},{"id":"LK","v":20759},{"id":"SL","v":5752},{"id":"RO","v":21861},{"id":"GW","v":1587},{"id":"KG","v":5334},{"id":"SO","v":9636},{"id":"NO","v":4891},{"id":"MG","v":21080},{"id":"RS","v":9647},{"id":"CZ","v":10554},{"id":"TH","v":66402},{"id":"CD","v":62191},{"id":"PT","v":10590},{"id":"BD","v":151125},{"id":"SK","v":5433},{"id":"LT","v":3068},{"id":"CL","v":17151},{"id":"SZ","v":1193},{"id":"AL","v":3150},{"id":"SS","v":9941},{"id":"ID","v":240676},{"id":"SR","v":525},{"id":"SOMALILAND","v":3500},{"id":"TT","v":1328},{"id":"AT","v":8402},{"id":"BT","v":717},{"id":"SD","v":35652},{"id":"TD","v":11721},{"id":"SI","v":2054},{"id":"NC","v":246},{"id":"GM","v":1681},{"id":"QA","v":1750},{"id":"IT","v":60509},{"id":"TL","v":1079},{"id":"GT","v":14342},{"id":"HT","v":9896},{"id":"ET","v":87095},{"id":"PL","v":38199},{"id":"ML","v":13986},{"id":"NL","v":16615},{"id":"RU","v":143618},{"id":"EE","v":1299},{"id":"DE","v":83017},{"id":"PY","v":6460},{"id":"BE","v":10941},{"id":"AE","v":8442},{"id":"LU","v":508},{"id":"LA","v":6396},{"id":"NE","v":15894},{"id":"CM","v":20624},{"id":"MN","v":2713},{"id":"AM","v":2963},{"id":"VU","v":236},{"id":"IE","v":4468},{"id":"MA","v":31642},{"id":"GE","v":4389},{"id":"VE","v":29043},{"id":"AU","v":22404},{"id":"ZM","v":13217},{"id":"SE","v":9382},{"id":"GL","v":57},{"id":"LR","v":3958},{"id":"PE","v":29263},{"id":"MM","v":51931},{"id":"TM","v":5042},{"id":"ME","v":620},{"id":"HU","v":10015},{"id":"MD","v":3573},{"id":"OM","v":2803},{"id":"LS","v":2009},{"id":"CU","v":11282},{"id":"FJ","v":861},{"id":"MR","v":3609},{"id":"TZ","v":44973},{"id":"UZ","v":27769},{"id":"PR","v":3710},{"id":"KE","v":40909},{"id":"KR","v":48454},{"id":"GB","v":62066},{"id":"TR","v":72138},{"id":"KZ","v":15921},{"id":"JM","v":2741},{"id":"MZ","v":23967},{"id":"BJ","v":9510},{"id":"IN","v":1205625},{"id":"DJ","v":834},{"id":"IL","v":7420},{"id":"BZ","v":309},{"id":"DZ","v":37063},{"id":"SB","v":526},{"id":"HN","v":7621},{"id":"AR","v":40374},{"id":"BR","v":195210},{"id":"CR","v":4670},{"id":"GN","v":10876},{"id":"ER","v":5741},{"id":"FR","v":63231},{"id":"GR","v":11110},{"id":"HR","v":4338},{"id":"IR","v":74462},{"id":"TJ","v":7627},{"id":"AZ","v":9095}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"conicEqualArea","scale":100},{"onKey":"id","type":"lookup","default":{"v":"red"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph>
{{JAL destmap}}}
Map of Japan Airlines destinations
{{JAL destmap|scale=100}}
<graph>{"version":2,"height":1,"marks":[{"type":"path","properties":{"enter":{"path":{"field":"layout_path"}},"update":{"fill":{"field":"zipped.v"}},"hover":{"fill":{"value":"darkgrey"}}},"from":{"data":"countries"}}],"data":[{"name":"highlights","values":[{"id":"CA","v":"black"},{"id":"DE","v":"black"},{"id":"FI","v":"black"},{"id":"GB","v":"black"},{"id":"MY","v":"black"},{"id":"CN","v":"black"},{"id":"ID","v":"black"},{"id":"AU","v":"black"},{"id":"TH","v":"black"},{"id":"US","v":"black"},{"id":"VN","v":"black"},{"id":"TW","v":"black"},{"id":"HK","v":"black"},{"id":"PH","v":"black"},{"id":"SG","v":"black"},{"id":"FR","v":"black"},{"id":"GU","v":"black"},{"id":"JP","v":"red"},{"id":"RU","v":"black"},{"id":"IN","v":"black"},{"id":"KR","v":"black"}]},{"transform":[{"type":"geopath","translate":[0,0],"value":"data","projection":"equirectangular","scale":100},{"onKey":"id","type":"lookup","default":{"v":"silver"},"keys":["id"],"on":"highlights","as":["zipped"]}],"url":"wikiraw:///Template%3AGraph%3AMap%2FInner%2FWorldmap2c-json","name":"countries","format":{"feature":"countries","type":"topojson"}}],"width":1}</graph>