diff --git a/draftlogs/5801_add.md b/draftlogs/5801_add.md new file mode 100644 index 00000000000..fd446022796 --- /dev/null +++ b/draftlogs/5801_add.md @@ -0,0 +1 @@ + - Add satellite and various projection types to geo subplots [[#5801](https://github.com/plotly/plotly.js/pull/5801)] diff --git a/src/plots/geo/constants.js b/src/plots/geo/constants.js index 9e92f65f352..a9638e86707 100644 --- a/src/plots/geo/constants.js +++ b/src/plots/geo/constants.js @@ -2,45 +2,27 @@ // projection names to d3 function name exports.projNames = { - 'equirectangular': 'equirectangular', - 'mercator': 'mercator', - 'orthographic': 'orthographic', - 'natural earth': 'naturalEarth', - 'kavrayskiy7': 'kavrayskiy7', - 'miller': 'miller', - 'robinson': 'robinson', - 'eckert4': 'eckert4', - 'azimuthal equal area': 'azimuthalEqualArea', - 'azimuthal equidistant': 'azimuthalEquidistant', - 'conic equal area': 'conicEqualArea', - 'conic conformal': 'conicConformal', - 'conic equidistant': 'conicEquidistant', - 'gnomonic': 'gnomonic', - 'stereographic': 'stereographic', - 'mollweide': 'mollweide', - 'hammer': 'hammer', - 'transverse mercator': 'transverseMercator', - 'albers usa': 'albersUsa', - 'winkel tripel': 'winkel3', - 'aitoff': 'aitoff', - 'sinusoidal': 'sinusoidal', -/* - // potential projections that could be added to the API - 'airy': 'airy', - // 'albers': 'albers', - 'armadillo': 'armadillo', + 'aitoff': 'aitoff', + 'albers usa': 'albersUsa', + 'albers': 'albers', + // 'armadillo': 'armadillo', 'august': 'august', + 'azimuthal equal area': 'azimuthalEqualArea', + 'azimuthal equidistant': 'azimuthalEquidistant', 'baker': 'baker', - 'berghaus': 'berghaus', + // 'berghaus': 'berghaus', 'bertin1953': 'bertin1953', 'boggs': 'boggs', 'bonne': 'bonne', 'bottomley': 'bottomley', 'bromley': 'bromley', + // 'chamberlin africa': 'chamberlinAfrica', // 'chamberlin': 'chamberlin', - 'chamberlin africa': 'chamberlinAfrica', 'collignon': 'collignon', + 'conic conformal': 'conicConformal', + 'conic equal area': 'conicEqualArea', + 'conic equidistant': 'conicEquidistant', 'craig': 'craig', 'craster': 'craster', 'cylindrical equal area': 'cylindricalEqualArea', @@ -48,82 +30,92 @@ exports.projNames = { 'eckert1': 'eckert1', 'eckert2': 'eckert2', 'eckert3': 'eckert3', + 'eckert4': 'eckert4', 'eckert5': 'eckert5', 'eckert6': 'eckert6', 'eisenlohr': 'eisenlohr', + 'equirectangular': 'equirectangular', 'fahey': 'fahey', - 'foucaut': 'foucaut', 'foucaut sinusoidal': 'foucautSinusoidal', - 'gilbert': 'gilbert', - 'gingery': 'gingery', + 'foucaut': 'foucaut', + // 'gilbert': 'gilbert', + // 'gingery': 'gingery', 'ginzburg4': 'ginzburg4', 'ginzburg5': 'ginzburg5', 'ginzburg6': 'ginzburg6', 'ginzburg8': 'ginzburg8', 'ginzburg9': 'ginzburg9', + 'gnomonic': 'gnomonic', + 'gringorten quincuncial': 'gringortenQuincuncial', 'gringorten': 'gringorten', 'guyou': 'guyou', - 'hammer retroazimuthal': 'hammerRetroazimuthal', - 'healpix': 'healpix', + // 'hammer retroazimuthal': 'hammerRetroazimuthal', + 'hammer': 'hammer', + // 'healpix': 'healpix', 'hill': 'hill', 'homolosine': 'homolosine', 'hufnagel': 'hufnagel', 'hyperelliptical': 'hyperelliptical', + // 'interrupted boggs': 'interruptedBoggs', + // 'interrupted homolosine': 'interruptedHomolosine', + // 'interrupted mollweide hemispheres': 'interruptedMollweideHemispheres', + // 'interrupted mollweide': 'interruptedMollweide', + // 'interrupted quartic authalic': 'interruptedQuarticAuthalic', + // 'interrupted sinu mollweide': 'interruptedSinuMollweide', + // 'interrupted sinusoidal': 'interruptedSinusoidal', + 'kavrayskiy7': 'kavrayskiy7', 'lagrange': 'lagrange', 'larrivee': 'larrivee', 'laskowski': 'laskowski', - 'littrow': 'littrow', + // 'littrow': 'littrow', 'loximuthal': 'loximuthal', + 'mercator': 'mercator', + 'miller': 'miller', + // 'modified stereographic alaska': 'modifiedStereographicAlaska', + // 'modified stereographic gs48': 'modifiedStereographicGs48', + // 'modified stereographic gs50': 'modifiedStereographicGs50', + // 'modified stereographic lee': 'modifiedStereographicLee', + // 'modified stereographic miller': 'modifiedStereographicMiller', // 'modified stereographic': 'modifiedStereographic', - 'modified stereographic alaska': 'modifiedStereographicAlaska', - 'modified stereographic gs48': 'modifiedStereographicGs48', - 'modified stereographic gs50': 'modifiedStereographicGs50', - 'modified stereographic miller': 'modifiedStereographicMiller', - 'modified stereographic lee': 'modifiedStereographicLee', + 'mollweide': 'mollweide', 'mt flat polar parabolic': 'mtFlatPolarParabolic', 'mt flat polar quartic': 'mtFlatPolarQuartic', 'mt flat polar sinusoidal': 'mtFlatPolarSinusoidal', + 'natural earth': 'naturalEarth', 'natural earth1': 'naturalEarth1', 'natural earth2': 'naturalEarth2', 'nell hammer': 'nellHammer', 'nicolosi': 'nicolosi', + 'orthographic': 'orthographic', 'patterson': 'patterson', + 'peirce quincuncial': 'peirceQuincuncial', 'polyconic': 'polyconic', + // 'polyhedral butterfly': 'polyhedralButterfly', + // 'polyhedral collignon': 'polyhedralCollignon', + // 'polyhedral waterman': 'polyhedralWaterman', 'rectangular polyconic': 'rectangularPolyconic', + 'robinson': 'robinson', 'satellite': 'satellite', 'sinu mollweide': 'sinuMollweide', + 'sinusoidal': 'sinusoidal', + 'stereographic': 'stereographic', 'times': 'times', - // 'two point azimuthal': 'twoPointAzimuthal', + 'transverse mercator': 'transverseMercator', // 'two point azimuthalUsa': 'twoPointAzimuthalUsa', - // 'two point equidistant': 'twoPointEquidistant', + // 'two point azimuthal': 'twoPointAzimuthal', // 'two point equidistantUsa': 'twoPointEquidistantUsa', + // 'two point equidistant': 'twoPointEquidistant', 'van der grinten': 'vanDerGrinten', 'van der grinten2': 'vanDerGrinten2', 'van der grinten3': 'vanDerGrinten3', 'van der grinten4': 'vanDerGrinten4', - // 'wagner': 'wagner', 'wagner4': 'wagner4', 'wagner6': 'wagner6', // 'wagner7': 'wagner7', + // 'wagner': 'wagner', 'wiechel': 'wiechel', + 'winkel tripel': 'winkel3', 'winkel3': 'winkel3', - - // 'interrupt': 'interrupt', - 'interrupted homolosine': 'interruptedHomolosine', - 'interrupted sinusoidal': 'interruptedSinusoidal', - 'interrupted boggs': 'interruptedBoggs', - 'interrupted sinu mollweide': 'interruptedSinuMollweide', - 'interrupted mollweide': 'interruptedMollweide', - 'interrupted mollweide hemispheres': 'interruptedMollweideHemispheres', - 'interrupted quartic authalic': 'interruptedQuarticAuthalic', - - 'polyhedral butterfly': 'polyhedralButterfly', - 'polyhedral collignon': 'polyhedralCollignon', - 'polyhedral waterman': 'polyhedralWaterman', - - 'gringorten quincuncial': 'gringortenQuincuncial', - 'peirce quincuncial': 'peirceQuincuncial', -*/ }; // name of the axes diff --git a/src/plots/geo/geo.js b/src/plots/geo/geo.js index 0e44c35be81..5ce804de886 100644 --- a/src/plots/geo/geo.js +++ b/src/plots/geo/geo.js @@ -647,9 +647,9 @@ function getProjection(geoLayout) { var projFn = geo[projName] || geoProjection[projName]; var projection = projFn(); - var clipAngle = geoLayout._isClipped ? - constants.lonaxisSpan[projType] / 2 : - null; + var clipAngle = + geoLayout._isSatellite ? Math.acos(1 / projLayout.distance) * 180 / Math.PI : + geoLayout._isClipped ? constants.lonaxisSpan[projType] / 2 : null; var methods = ['center', 'rotate', 'parallels', 'clipExtent']; var dummyFn = function(_) { return _ ? projection : []; }; @@ -686,6 +686,10 @@ function getProjection(geoLayout) { projection.precision(constants.precision); + if(geoLayout._isSatellite) { + projection.tilt(projLayout.tilt).distance(projLayout.distance); + } + if(clipAngle) { projection.clipAngle(clipAngle - constants.clipPad); } diff --git a/src/plots/geo/layout_attributes.js b/src/plots/geo/layout_attributes.js index 8f688cedbd5..42b55b11d5f 100644 --- a/src/plots/geo/layout_attributes.js +++ b/src/plots/geo/layout_attributes.js @@ -134,6 +134,24 @@ var attrs = module.exports = overrideAll({ ].join(' ') } }, + tilt: { + valType: 'number', + dflt: 0, + description: [ + 'For satellite projection type only.', + 'Sets the tilt angle of perspective projection.' + ].join(' ') + }, + distance: { + valType: 'number', + min: 1.001, + dflt: 2, + description: [ + 'For satellite projection type only.', + 'Sets the distance from the center of the sphere to the point of view', + 'as a proportion of the sphere’s radius.' + ].join(' ') + }, parallels: { valType: 'info_array', items: [ diff --git a/src/plots/geo/layout_defaults.js b/src/plots/geo/layout_defaults.js index fd5acf607fa..16ce3622069 100644 --- a/src/plots/geo/layout_defaults.js +++ b/src/plots/geo/layout_defaults.js @@ -34,7 +34,8 @@ function handleGeoDefaults(geoLayoutIn, geoLayoutOut, coerce, opts) { if(isAlbersUsa) scope = geoLayoutOut.scope = 'usa'; var isScoped = geoLayoutOut._isScoped = (scope !== 'world'); - var isConic = geoLayoutOut._isConic = projType.indexOf('conic') !== -1; + var isSatellite = geoLayoutOut._isSatellite = projType === 'satellite'; + var isConic = geoLayoutOut._isConic = projType.indexOf('conic') !== -1 || projType === 'albers'; var isClipped = geoLayoutOut._isClipped = !!constants.lonaxisSpan[projType]; if(geoLayoutIn.visible === false) { @@ -148,6 +149,11 @@ function handleGeoDefaults(geoLayoutIn, geoLayoutOut, coerce, opts) { coerce('center.lon', centerLonDflt); coerce('center.lat', centerLatDflt); + if(isSatellite) { + coerce('projection.tilt'); + coerce('projection.distance'); + } + if(isConic) { var dfltProjParallels = scopeParams.projParallels || [0, 60]; coerce('projection.parallels', dfltProjParallels); diff --git a/test/image/baselines/canada_geo_projections.png b/test/image/baselines/canada_geo_projections.png new file mode 100644 index 00000000000..41d3c50a7ad Binary files /dev/null and b/test/image/baselines/canada_geo_projections.png differ diff --git a/test/image/baselines/distance_satellite.png b/test/image/baselines/distance_satellite.png new file mode 100644 index 00000000000..6dbe808db06 Binary files /dev/null and b/test/image/baselines/distance_satellite.png differ diff --git a/test/image/baselines/geo_fitbounds-locations.png b/test/image/baselines/geo_fitbounds-locations.png index 7b6215fa3be..8c642b9dc3b 100644 Binary files a/test/image/baselines/geo_fitbounds-locations.png and b/test/image/baselines/geo_fitbounds-locations.png differ diff --git a/test/image/baselines/various_geo_projections.png b/test/image/baselines/various_geo_projections.png new file mode 100644 index 00000000000..51f96ed3095 Binary files /dev/null and b/test/image/baselines/various_geo_projections.png differ diff --git a/test/image/mocks/canada_geo_projections.json b/test/image/mocks/canada_geo_projections.json new file mode 100644 index 00000000000..4c31df7707a --- /dev/null +++ b/test/image/mocks/canada_geo_projections.json @@ -0,0 +1,5678 @@ +{ + "data": [ + { + "name": "airy", + "geo": "geo", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "airy" + }, + { + "geo": "geo", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo", + "type": "scattergeo", + "mode": "text", + "text": [ + "airy" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "aitoff", + "geo": "geo2", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "aitoff" + }, + { + "geo": "geo2", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo2", + "type": "scattergeo", + "mode": "text", + "text": [ + "aitoff" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "albers", + "geo": "geo3", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "albers" + }, + { + "geo": "geo3", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo3", + "type": "scattergeo", + "mode": "text", + "text": [ + "albers" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "albers usa", + "geo": "geo83", + "type": "choropleth", + "locationmode": "USA-states", + "locations": ["OK"], + "z": [ + 1 + ], + "showscale": false, + "hovertemplate": "albers usa" + }, + { + "geo": "geo83", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo83", + "type": "scattergeo", + "mode": "text", + "text": [ + "albers
usa" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locationmode": "USA-states", + "locations": ["OK"], + "hoverinfo": "skip" + }, + { + "name": "august", + "geo": "geo4", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "august" + }, + { + "geo": "geo4", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo4", + "type": "scattergeo", + "mode": "text", + "text": [ + "august" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "azimuthal equal area", + "geo": "geo5", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "azimuthal equal area" + }, + { + "geo": "geo5", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo5", + "type": "scattergeo", + "mode": "text", + "text": [ + "azimuthal
equal area" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "azimuthal equidistant", + "geo": "geo6", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "azimuthal equidistant" + }, + { + "geo": "geo6", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo6", + "type": "scattergeo", + "mode": "text", + "text": [ + "azimuthal
equidistant" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "baker", + "geo": "geo7", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "baker" + }, + { + "geo": "geo7", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo7", + "type": "scattergeo", + "mode": "text", + "text": [ + "baker" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "bertin1953", + "geo": "geo8", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "bertin1953" + }, + { + "geo": "geo8", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo8", + "type": "scattergeo", + "mode": "text", + "text": [ + "bertin1953" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "boggs", + "geo": "geo9", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "boggs" + }, + { + "geo": "geo9", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo9", + "type": "scattergeo", + "mode": "text", + "text": [ + "boggs" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "bonne", + "geo": "geo10", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "bonne" + }, + { + "geo": "geo10", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo10", + "type": "scattergeo", + "mode": "text", + "text": [ + "bonne" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "bottomley", + "geo": "geo11", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "bottomley" + }, + { + "geo": "geo11", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo11", + "type": "scattergeo", + "mode": "text", + "text": [ + "bottomley" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "bromley", + "geo": "geo12", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "bromley" + }, + { + "geo": "geo12", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo12", + "type": "scattergeo", + "mode": "text", + "text": [ + "bromley" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "collignon", + "geo": "geo13", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "collignon" + }, + { + "geo": "geo13", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo13", + "type": "scattergeo", + "mode": "text", + "text": [ + "collignon" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "conic conformal", + "geo": "geo14", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "conic conformal" + }, + { + "geo": "geo14", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo14", + "type": "scattergeo", + "mode": "text", + "text": [ + "conic
conformal" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "conic equal area", + "geo": "geo15", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "conic equal area" + }, + { + "geo": "geo15", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo15", + "type": "scattergeo", + "mode": "text", + "text": [ + "conic
equal area" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "conic equidistant", + "geo": "geo16", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "conic equidistant" + }, + { + "geo": "geo16", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo16", + "type": "scattergeo", + "mode": "text", + "text": [ + "conic
equidistant" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "craig", + "geo": "geo17", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "craig" + }, + { + "geo": "geo17", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo17", + "type": "scattergeo", + "mode": "text", + "text": [ + "craig" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "craster", + "geo": "geo18", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "craster" + }, + { + "geo": "geo18", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo18", + "type": "scattergeo", + "mode": "text", + "text": [ + "craster" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "cylindrical equal area", + "geo": "geo19", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "cylindrical equal area" + }, + { + "geo": "geo19", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo19", + "type": "scattergeo", + "mode": "text", + "text": [ + "cylindrical
equal area" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "cylindrical stereographic", + "geo": "geo20", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "cylindrical stereographic" + }, + { + "geo": "geo20", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo20", + "type": "scattergeo", + "mode": "text", + "text": [ + "cylindrical
stereographic" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "eckert1", + "geo": "geo21", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "eckert1" + }, + { + "geo": "geo21", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo21", + "type": "scattergeo", + "mode": "text", + "text": [ + "eckert1" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "eckert2", + "geo": "geo22", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "eckert2" + }, + { + "geo": "geo22", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo22", + "type": "scattergeo", + "mode": "text", + "text": [ + "eckert2" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "eckert3", + "geo": "geo23", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "eckert3" + }, + { + "geo": "geo23", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo23", + "type": "scattergeo", + "mode": "text", + "text": [ + "eckert3" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "eckert4", + "geo": "geo24", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "eckert4" + }, + { + "geo": "geo24", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo24", + "type": "scattergeo", + "mode": "text", + "text": [ + "eckert4" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "eckert5", + "geo": "geo25", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "eckert5" + }, + { + "geo": "geo25", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo25", + "type": "scattergeo", + "mode": "text", + "text": [ + "eckert5" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "eckert6", + "geo": "geo26", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "eckert6" + }, + { + "geo": "geo26", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo26", + "type": "scattergeo", + "mode": "text", + "text": [ + "eckert6" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "eisenlohr", + "geo": "geo27", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "eisenlohr" + }, + { + "geo": "geo27", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo27", + "type": "scattergeo", + "mode": "text", + "text": [ + "eisenlohr" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "equirectangular", + "geo": "geo28", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "equirectangular" + }, + { + "geo": "geo28", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo28", + "type": "scattergeo", + "mode": "text", + "text": [ + "equirectangular" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "fahey", + "geo": "geo29", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "fahey" + }, + { + "geo": "geo29", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo29", + "type": "scattergeo", + "mode": "text", + "text": [ + "fahey" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "foucaut", + "geo": "geo30", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "foucaut" + }, + { + "geo": "geo30", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo30", + "type": "scattergeo", + "mode": "text", + "text": [ + "foucaut" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "foucaut sinusoidal", + "geo": "geo31", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "foucaut sinusoidal" + }, + { + "geo": "geo31", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo31", + "type": "scattergeo", + "mode": "text", + "text": [ + "foucaut
sinusoidal" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "ginzburg4", + "geo": "geo32", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "ginzburg4" + }, + { + "geo": "geo32", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo32", + "type": "scattergeo", + "mode": "text", + "text": [ + "ginzburg4" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "ginzburg5", + "geo": "geo33", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "ginzburg5" + }, + { + "geo": "geo33", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo33", + "type": "scattergeo", + "mode": "text", + "text": [ + "ginzburg5" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "ginzburg6", + "geo": "geo34", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "ginzburg6" + }, + { + "geo": "geo34", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo34", + "type": "scattergeo", + "mode": "text", + "text": [ + "ginzburg6" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "ginzburg8", + "geo": "geo35", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "ginzburg8" + }, + { + "geo": "geo35", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo35", + "type": "scattergeo", + "mode": "text", + "text": [ + "ginzburg8" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "ginzburg9", + "geo": "geo36", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "ginzburg9" + }, + { + "geo": "geo36", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo36", + "type": "scattergeo", + "mode": "text", + "text": [ + "ginzburg9" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "gnomonic", + "geo": "geo37", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "gnomonic" + }, + { + "geo": "geo37", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo37", + "type": "scattergeo", + "mode": "text", + "text": [ + "gnomonic" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "gringorten", + "geo": "geo38", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "gringorten" + }, + { + "geo": "geo38", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo38", + "type": "scattergeo", + "mode": "text", + "text": [ + "gringorten" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "gringorten quincuncial", + "geo": "geo39", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "gringorten quincuncial" + }, + { + "geo": "geo39", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo39", + "type": "scattergeo", + "mode": "text", + "text": [ + "gringorten
quincuncial" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "guyou", + "geo": "geo40", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "guyou" + }, + { + "geo": "geo40", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo40", + "type": "scattergeo", + "mode": "text", + "text": [ + "guyou" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "hammer", + "geo": "geo41", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "hammer" + }, + { + "geo": "geo41", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo41", + "type": "scattergeo", + "mode": "text", + "text": [ + "hammer" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "hill", + "geo": "geo42", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "hill" + }, + { + "geo": "geo42", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo42", + "type": "scattergeo", + "mode": "text", + "text": [ + "hill" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "homolosine", + "geo": "geo43", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "homolosine" + }, + { + "geo": "geo43", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo43", + "type": "scattergeo", + "mode": "text", + "text": [ + "homolosine" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "hufnagel", + "geo": "geo44", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "hufnagel" + }, + { + "geo": "geo44", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo44", + "type": "scattergeo", + "mode": "text", + "text": [ + "hufnagel" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "hyperelliptical", + "geo": "geo45", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "hyperelliptical" + }, + { + "geo": "geo45", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo45", + "type": "scattergeo", + "mode": "text", + "text": [ + "hyperelliptical" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "kavrayskiy7", + "geo": "geo46", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "kavrayskiy7" + }, + { + "geo": "geo46", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo46", + "type": "scattergeo", + "mode": "text", + "text": [ + "kavrayskiy7" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "lagrange", + "geo": "geo47", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "lagrange" + }, + { + "geo": "geo47", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo47", + "type": "scattergeo", + "mode": "text", + "text": [ + "lagrange" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "larrivee", + "geo": "geo48", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "larrivee" + }, + { + "geo": "geo48", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo48", + "type": "scattergeo", + "mode": "text", + "text": [ + "larrivee" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "laskowski", + "geo": "geo49", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "laskowski" + }, + { + "geo": "geo49", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo49", + "type": "scattergeo", + "mode": "text", + "text": [ + "laskowski" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "loximuthal", + "geo": "geo50", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "loximuthal" + }, + { + "geo": "geo50", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo50", + "type": "scattergeo", + "mode": "text", + "text": [ + "loximuthal" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "mercator", + "geo": "geo51", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "mercator" + }, + { + "geo": "geo51", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo51", + "type": "scattergeo", + "mode": "text", + "text": [ + "mercator" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "miller", + "geo": "geo52", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "miller" + }, + { + "geo": "geo52", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo52", + "type": "scattergeo", + "mode": "text", + "text": [ + "miller" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "mollweide", + "geo": "geo53", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "mollweide" + }, + { + "geo": "geo53", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo53", + "type": "scattergeo", + "mode": "text", + "text": [ + "mollweide" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "mt flat polar parabolic", + "geo": "geo54", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "mt flat polar parabolic" + }, + { + "geo": "geo54", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo54", + "type": "scattergeo", + "mode": "text", + "text": [ + "mt
flat polar parabolic" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "mt flat polar quartic", + "geo": "geo55", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "mt flat polar quartic" + }, + { + "geo": "geo55", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo55", + "type": "scattergeo", + "mode": "text", + "text": [ + "mt
flat polar quartic" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "mt flat polar sinusoidal", + "geo": "geo56", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "mt flat polar sinusoidal" + }, + { + "geo": "geo56", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo56", + "type": "scattergeo", + "mode": "text", + "text": [ + "mt
flat polar sinusoidal" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "natural earth", + "geo": "geo57", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "natural earth" + }, + { + "geo": "geo57", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo57", + "type": "scattergeo", + "mode": "text", + "text": [ + "natural
earth" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "natural earth1", + "geo": "geo58", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "natural earth1" + }, + { + "geo": "geo58", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo58", + "type": "scattergeo", + "mode": "text", + "text": [ + "natural
earth1" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "natural earth2", + "geo": "geo59", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "natural earth2" + }, + { + "geo": "geo59", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo59", + "type": "scattergeo", + "mode": "text", + "text": [ + "natural
earth2" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "nell hammer", + "geo": "geo60", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "nell hammer" + }, + { + "geo": "geo60", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo60", + "type": "scattergeo", + "mode": "text", + "text": [ + "nell
hammer" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "nicolosi", + "geo": "geo61", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "nicolosi" + }, + { + "geo": "geo61", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo61", + "type": "scattergeo", + "mode": "text", + "text": [ + "nicolosi" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "orthographic", + "geo": "geo62", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "orthographic" + }, + { + "geo": "geo62", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo62", + "type": "scattergeo", + "mode": "text", + "text": [ + "orthographic" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "patterson", + "geo": "geo63", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "patterson" + }, + { + "geo": "geo63", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo63", + "type": "scattergeo", + "mode": "text", + "text": [ + "patterson" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "peirce quincuncial", + "geo": "geo64", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "peirce quincuncial" + }, + { + "geo": "geo64", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo64", + "type": "scattergeo", + "mode": "text", + "text": [ + "peirce
quincuncial" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "polyconic", + "geo": "geo65", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "polyconic" + }, + { + "geo": "geo65", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo65", + "type": "scattergeo", + "mode": "text", + "text": [ + "polyconic" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "rectangular polyconic", + "geo": "geo66", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "rectangular polyconic" + }, + { + "geo": "geo66", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo66", + "type": "scattergeo", + "mode": "text", + "text": [ + "rectangular
polyconic" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "robinson", + "geo": "geo67", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "robinson" + }, + { + "geo": "geo67", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo67", + "type": "scattergeo", + "mode": "text", + "text": [ + "robinson" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "satellite", + "geo": "geo68", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "satellite" + }, + { + "geo": "geo68", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo68", + "type": "scattergeo", + "mode": "text", + "text": [ + "satellite" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "sinu mollweide", + "geo": "geo69", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "sinu mollweide" + }, + { + "geo": "geo69", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo69", + "type": "scattergeo", + "mode": "text", + "text": [ + "sinu
mollweide" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "sinusoidal", + "geo": "geo70", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "sinusoidal" + }, + { + "geo": "geo70", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo70", + "type": "scattergeo", + "mode": "text", + "text": [ + "sinusoidal" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "stereographic", + "geo": "geo71", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "stereographic" + }, + { + "geo": "geo71", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo71", + "type": "scattergeo", + "mode": "text", + "text": [ + "stereographic" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "times", + "geo": "geo72", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "times" + }, + { + "geo": "geo72", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo72", + "type": "scattergeo", + "mode": "text", + "text": [ + "times" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "transverse mercator", + "geo": "geo73", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "transverse mercator" + }, + { + "geo": "geo73", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo73", + "type": "scattergeo", + "mode": "text", + "text": [ + "transverse
mercator" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "van der grinten", + "geo": "geo74", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "van der grinten" + }, + { + "geo": "geo74", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo74", + "type": "scattergeo", + "mode": "text", + "text": [ + "van
der grinten" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "van der grinten2", + "geo": "geo75", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "van der grinten2" + }, + { + "geo": "geo75", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo75", + "type": "scattergeo", + "mode": "text", + "text": [ + "van
der grinten2" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "van der grinten3", + "geo": "geo76", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "van der grinten3" + }, + { + "geo": "geo76", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo76", + "type": "scattergeo", + "mode": "text", + "text": [ + "van
der grinten3" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "van der grinten4", + "geo": "geo77", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "van der grinten4" + }, + { + "geo": "geo77", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo77", + "type": "scattergeo", + "mode": "text", + "text": [ + "van
der grinten4" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "wagner4", + "geo": "geo78", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "wagner4" + }, + { + "geo": "geo78", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo78", + "type": "scattergeo", + "mode": "text", + "text": [ + "wagner4" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "wagner6", + "geo": "geo79", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "wagner6" + }, + { + "geo": "geo79", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo79", + "type": "scattergeo", + "mode": "text", + "text": [ + "wagner6" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "wiechel", + "geo": "geo80", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "wiechel" + }, + { + "geo": "geo80", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo80", + "type": "scattergeo", + "mode": "text", + "text": [ + "wiechel" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "winkel tripel", + "geo": "geo81", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "winkel tripel" + }, + { + "geo": "geo81", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo81", + "type": "scattergeo", + "mode": "text", + "text": [ + "winkel
tripel" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "winkel3", + "geo": "geo82", + "type": "choropleth", + "locations": ["CAN"], + "z": [1], + "showscale": false, + "hovertemplate": "winkel3" + }, + { + "geo": "geo82", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Vancouver", + "Montreal" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "blue" + ], + "size": 10 + }, + "lat": [49, 45.5], + "lon": [-123, -73.5] + }, + { + "geo": "geo82", + "type": "scattergeo", + "mode": "text", + "text": [ + "winkel3" + ], + "textfont": { + "color": "darkred", + "family": "Gravitas One, cursive" + }, + "locations": [ + "CAN" + ], + "hoverinfo": "skip" + } + ], + "layout": { + "grid": { + "rows": 8, + "columns": 11 + }, + "showlegend": false, + "width": 2400, + "height": 1200, + "margin": { + "l": 20, + "t": 20, + "r": 20, + "b": 20 + }, + "annotations": [ + { + "showarrow": false, + "text": "Canada
in various
projection
types", + "font": { + "size": 20 + }, + "x": 1, + "xref": "paper", + "xanchor": "right", + "yref": "paper", + "y": 0, + "yanchor": "bottom" + } + ], + "geo": { + "domain": { + "row": 0, + "column": 0 + }, + "fitbounds": "locations", + "projection": { + "type": "airy" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo2": { + "domain": { + "row": 1, + "column": 0 + }, + "fitbounds": "locations", + "projection": { + "type": "aitoff" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo3": { + "domain": { + "row": 2, + "column": 0 + }, + "fitbounds": "locations", + "projection": { + "type": "albers" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo83": { + "domain": { + "row": 2, + "column": 10 + }, + "fitbounds": "locations", + "projection": { + "type": "albers usa" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + } + }, + "geo4": { + "domain": { + "row": 3, + "column": 0 + }, + "fitbounds": "locations", + "projection": { + "type": "august" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo5": { + "domain": { + "row": 4, + "column": 0 + }, + "fitbounds": "locations", + "projection": { + "type": "azimuthal equal area" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo6": { + "domain": { + "row": 5, + "column": 0 + }, + "fitbounds": "locations", + "projection": { + "type": "azimuthal equidistant" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo7": { + "domain": { + "row": 6, + "column": 0 + }, + "fitbounds": "locations", + "projection": { + "type": "baker" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo8": { + "domain": { + "row": 7, + "column": 0 + }, + "fitbounds": "locations", + "projection": { + "type": "bertin1953" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo9": { + "domain": { + "row": 0, + "column": 1 + }, + "fitbounds": "locations", + "projection": { + "type": "boggs" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo10": { + "domain": { + "row": 1, + "column": 1 + }, + "fitbounds": "locations", + "projection": { + "type": "bonne" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo11": { + "domain": { + "row": 2, + "column": 1 + }, + "fitbounds": "locations", + "projection": { + "type": "bottomley" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo12": { + "domain": { + "row": 3, + "column": 1 + }, + "fitbounds": "locations", + "projection": { + "type": "bromley" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo13": { + "domain": { + "row": 4, + "column": 1 + }, + "fitbounds": "locations", + "projection": { + "type": "collignon" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo14": { + "domain": { + "row": 5, + "column": 1 + }, + "fitbounds": "locations", + "projection": { + "type": "conic conformal" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo15": { + "domain": { + "row": 6, + "column": 1 + }, + "fitbounds": "locations", + "projection": { + "type": "conic equal area" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo16": { + "domain": { + "row": 7, + "column": 1 + }, + "fitbounds": "locations", + "projection": { + "type": "conic equidistant" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo17": { + "domain": { + "row": 0, + "column": 2 + }, + "fitbounds": "locations", + "projection": { + "type": "craig" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo18": { + "domain": { + "row": 1, + "column": 2 + }, + "fitbounds": "locations", + "projection": { + "type": "craster" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo19": { + "domain": { + "row": 2, + "column": 2 + }, + "fitbounds": "locations", + "projection": { + "type": "cylindrical equal area" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo20": { + "domain": { + "row": 3, + "column": 2 + }, + "fitbounds": "locations", + "projection": { + "type": "cylindrical stereographic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo21": { + "domain": { + "row": 4, + "column": 2 + }, + "fitbounds": "locations", + "projection": { + "type": "eckert1" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo22": { + "domain": { + "row": 5, + "column": 2 + }, + "fitbounds": "locations", + "projection": { + "type": "eckert2" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo23": { + "domain": { + "row": 6, + "column": 2 + }, + "fitbounds": "locations", + "projection": { + "type": "eckert3" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo24": { + "domain": { + "row": 7, + "column": 2 + }, + "fitbounds": "locations", + "projection": { + "type": "eckert4" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo25": { + "domain": { + "row": 0, + "column": 3 + }, + "fitbounds": "locations", + "projection": { + "type": "eckert5" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo26": { + "domain": { + "row": 1, + "column": 3 + }, + "fitbounds": "locations", + "projection": { + "type": "eckert6" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo27": { + "domain": { + "row": 2, + "column": 3 + }, + "fitbounds": "locations", + "projection": { + "type": "eisenlohr" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo28": { + "domain": { + "row": 3, + "column": 3 + }, + "fitbounds": "locations", + "projection": { + "type": "equirectangular" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo29": { + "domain": { + "row": 4, + "column": 3 + }, + "fitbounds": "locations", + "projection": { + "type": "fahey" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo30": { + "domain": { + "row": 5, + "column": 3 + }, + "fitbounds": "locations", + "projection": { + "type": "foucaut" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo31": { + "domain": { + "row": 6, + "column": 3 + }, + "fitbounds": "locations", + "projection": { + "type": "foucaut sinusoidal" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo32": { + "domain": { + "row": 7, + "column": 3 + }, + "fitbounds": "locations", + "projection": { + "type": "ginzburg4" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo33": { + "domain": { + "row": 0, + "column": 4 + }, + "fitbounds": "locations", + "projection": { + "type": "ginzburg5" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo34": { + "domain": { + "row": 1, + "column": 4 + }, + "fitbounds": "locations", + "projection": { + "type": "ginzburg6" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo35": { + "domain": { + "row": 2, + "column": 4 + }, + "fitbounds": "locations", + "projection": { + "type": "ginzburg8" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo36": { + "domain": { + "row": 3, + "column": 4 + }, + "fitbounds": "locations", + "projection": { + "type": "ginzburg9" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo37": { + "domain": { + "row": 4, + "column": 4 + }, + "fitbounds": "locations", + "projection": { + "type": "gnomonic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo38": { + "domain": { + "row": 5, + "column": 4 + }, + "fitbounds": "locations", + "projection": { + "type": "gringorten", "rotation": {"lat": 30} + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo39": { + "domain": { + "row": 6, + "column": 4 + }, + "fitbounds": "locations", + "projection": { + "type": "gringorten quincuncial" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo40": { + "domain": { + "row": 7, + "column": 4 + }, + "fitbounds": "locations", + "projection": { + "type": "guyou", "rotation": {"lat": 60} + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo41": { + "domain": { + "row": 0, + "column": 5 + }, + "fitbounds": "locations", + "projection": { + "type": "hammer" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo42": { + "domain": { + "row": 1, + "column": 5 + }, + "fitbounds": "locations", + "projection": { + "type": "hill" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo43": { + "domain": { + "row": 2, + "column": 5 + }, + "fitbounds": "locations", + "projection": { + "type": "homolosine" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo44": { + "domain": { + "row": 3, + "column": 5 + }, + "fitbounds": "locations", + "projection": { + "type": "hufnagel" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo45": { + "domain": { + "row": 4, + "column": 5 + }, + "fitbounds": "locations", + "projection": { + "type": "hyperelliptical" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo46": { + "domain": { + "row": 5, + "column": 5 + }, + "fitbounds": "locations", + "projection": { + "type": "kavrayskiy7" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo47": { + "domain": { + "row": 6, + "column": 5 + }, + "fitbounds": "locations", + "projection": { + "type": "lagrange" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo48": { + "domain": { + "row": 7, + "column": 5 + }, + "fitbounds": "locations", + "projection": { + "type": "larrivee" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo49": { + "domain": { + "row": 0, + "column": 6 + }, + "fitbounds": "locations", + "projection": { + "type": "laskowski" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo50": { + "domain": { + "row": 1, + "column": 6 + }, + "fitbounds": "locations", + "projection": { + "type": "loximuthal" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo51": { + "domain": { + "row": 2, + "column": 6 + }, + "fitbounds": "locations", + "projection": { + "type": "mercator" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo52": { + "domain": { + "row": 3, + "column": 6 + }, + "fitbounds": "locations", + "projection": { + "type": "miller" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo53": { + "domain": { + "row": 4, + "column": 6 + }, + "fitbounds": "locations", + "projection": { + "type": "mollweide" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo54": { + "domain": { + "row": 5, + "column": 6 + }, + "fitbounds": "locations", + "projection": { + "type": "mt flat polar parabolic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo55": { + "domain": { + "row": 6, + "column": 6 + }, + "fitbounds": "locations", + "projection": { + "type": "mt flat polar quartic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo56": { + "domain": { + "row": 7, + "column": 6 + }, + "fitbounds": "locations", + "projection": { + "type": "mt flat polar sinusoidal" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo57": { + "domain": { + "row": 0, + "column": 7 + }, + "fitbounds": "locations", + "projection": { + "type": "natural earth" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo58": { + "domain": { + "row": 1, + "column": 7 + }, + "fitbounds": "locations", + "projection": { + "type": "natural earth1" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo59": { + "domain": { + "row": 2, + "column": 7 + }, + "fitbounds": "locations", + "projection": { + "type": "natural earth2" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo60": { + "domain": { + "row": 3, + "column": 7 + }, + "fitbounds": "locations", + "projection": { + "type": "nell hammer" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo61": { + "domain": { + "row": 4, + "column": 7 + }, + "fitbounds": "locations", + "projection": { + "type": "nicolosi" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo62": { + "domain": { + "row": 5, + "column": 7 + }, + "fitbounds": "locations", + "projection": { + "type": "orthographic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo63": { + "domain": { + "row": 6, + "column": 7 + }, + "fitbounds": "locations", + "projection": { + "type": "patterson" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo64": { + "domain": { + "row": 7, + "column": 7 + }, + "fitbounds": "locations", + "projection": { + "type": "peirce quincuncial" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo65": { + "domain": { + "row": 0, + "column": 8 + }, + "fitbounds": "locations", + "projection": { + "type": "polyconic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo66": { + "domain": { + "row": 1, + "column": 8 + }, + "fitbounds": "locations", + "projection": { + "type": "rectangular polyconic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo67": { + "domain": { + "row": 2, + "column": 8 + }, + "fitbounds": "locations", + "projection": { + "type": "robinson" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo68": { + "domain": { + "row": 3, + "column": 8 + }, + "fitbounds": "locations", + "projection": { + "type": "satellite", "rotation": {"lat": 45} + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo69": { + "domain": { + "row": 4, + "column": 8 + }, + "fitbounds": "locations", + "projection": { + "type": "sinu mollweide" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo70": { + "domain": { + "row": 5, + "column": 8 + }, + "fitbounds": "locations", + "projection": { + "type": "sinusoidal" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo71": { + "domain": { + "row": 6, + "column": 8 + }, + "fitbounds": "locations", + "projection": { + "type": "stereographic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo72": { + "domain": { + "row": 7, + "column": 8 + }, + "fitbounds": "locations", + "projection": { + "type": "times" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo73": { + "domain": { + "row": 0, + "column": 9 + }, + "fitbounds": "locations", + "projection": { + "type": "transverse mercator" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo74": { + "domain": { + "row": 1, + "column": 9 + }, + "fitbounds": "locations", + "projection": { + "type": "van der grinten" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo75": { + "domain": { + "row": 2, + "column": 9 + }, + "fitbounds": "locations", + "projection": { + "type": "van der grinten2" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo76": { + "domain": { + "row": 3, + "column": 9 + }, + "fitbounds": "locations", + "projection": { + "type": "van der grinten3" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo77": { + "domain": { + "row": 4, + "column": 9 + }, + "fitbounds": "locations", + "projection": { + "type": "van der grinten4" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo78": { + "domain": { + "row": 5, + "column": 9 + }, + "fitbounds": "locations", + "projection": { + "type": "wagner4" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo79": { + "domain": { + "row": 6, + "column": 9 + }, + "fitbounds": "locations", + "projection": { + "type": "wagner6" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo80": { + "domain": { + "row": 7, + "column": 9 + }, + "fitbounds": "locations", + "projection": { + "type": "wiechel" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo81": { + "domain": { + "row": 0, + "column": 10 + }, + "fitbounds": "locations", + "projection": { + "type": "winkel tripel" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo82": { + "domain": { + "row": 1, + "column": 10 + }, + "fitbounds": "locations", + "projection": { + "type": "winkel3" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + } + } +} diff --git a/test/image/mocks/distance_satellite.json b/test/image/mocks/distance_satellite.json new file mode 100644 index 00000000000..749e464359e --- /dev/null +++ b/test/image/mocks/distance_satellite.json @@ -0,0 +1,183 @@ +{ + "data": [ + { + "type": "choropleth", + "colorscale": "Greens", + "showscale": false, + "hoverinfo": "z+text", + "z": [ + 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, 36, 37, 38, 39, 40, + 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, + 51, 52, 53, 54, 55, 56, 57, 58, 59 + ], + "text": [ + "Alabama", + "Alaska", + "American Samoa", + "Arizona", + "Arkansas", + "California", + "Colorado", + "Connecticut", + "Delaware", + "District Of Columbia", + "Federated States Of Micronesia", + "Florida", + "Georgia", + "Guam", + "Hawaii", + "Idaho", + "Illinois", + "Indiana", + "Iowa", + "Kansas", + "Kentucky", + "Louisiana", + "Maine", + "Marshall Islands", + "Maryland", + "Massachusetts", + "Michigan", + "Minnesota", + "Mississippi", + "Missouri", + "Montana", + "Nebraska", + "Nevada", + "New Hampshire", + "New Jersey", + "New Mexico", + "New York", + "North Carolina", + "North Dakota", + "Northern Mariana Islands", + "Ohio", + "Oklahoma", + "Oregon", + "Palau", + "Pennsylvania", + "Puerto Rico", + "Rhode Island", + "South Carolina", + "South Dakota", + "Tennessee", + "Texas", + "Utah", + "Vermont", + "Virgin Islands", + "Virginia", + "Washington", + "West Virginia", + "Wisconsin", + "Wyoming" + ], + "locationmode": "USA-states", + "locations": [ + "AL", + "AK", + "AS", + "AZ", + "AR", + "CA", + "CO", + "CT", + "DE", + "DC", + "FM", + "FL", + "GA", + "GU", + "HI", + "ID", + "IL", + "IN", + "IA", + "KS", + "KY", + "LA", + "ME", + "MH", + "MD", + "MA", + "MI", + "MN", + "MS", + "MO", + "MT", + "NE", + "NV", + "NH", + "NJ", + "NM", + "NY", + "NC", + "ND", + "MP", + "OH", + "OK", + "OR", + "PW", + "PA", + "PR", + "RI", + "SC", + "SD", + "TN", + "TX", + "UT", + "VT", + "VI", + "VA", + "WA", + "WV", + "WI", + "WY" + ] + } + ], + "layout": { + "showlegend": false, + "width": 800, + "height": 800, + "title": { + "font": { "size": 16 }, + "text": "satellite projection in Plotly
distance: 1.5
tilt: 15
latitude: 45
longitude: -90
roll: 30" + }, + "margin": { + "t": 100, + "b": 20, + "l": 20, + "r": 20 + }, + "paper_bgcolor": "darkgray", + "geo": { + "bgcolor": "rgba(0,0,0,0)", + "projection": { + "type": "satellite", + "rotation": { + "lon": -90, + "lat": 45, + "roll": 30 + }, + "tilt": 15, + "distance": 1.5 + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showland": true, + "showocean": true + } + } +} diff --git a/test/image/mocks/geo_fitbounds-locations.json b/test/image/mocks/geo_fitbounds-locations.json index afc408a140d..04147563d02 100644 --- a/test/image/mocks/geo_fitbounds-locations.json +++ b/test/image/mocks/geo_fitbounds-locations.json @@ -1,7 +1,7 @@ { "data": [ { - "name": "equirectangular", + "name": "airy", "geo": "geo", "type": "choropleth", "locations": [ @@ -11,20 +11,20 @@ 10 ], "showscale": false, - "hovertemplate": "equirectangular" + "hovertemplate": "airy" }, { "geo": "geo", "type": "scattergeo", "mode": "text", - "text": "equirectangular", + "text": "airy", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "mercator", + "name": "aitoff", "geo": "geo2", "type": "choropleth", "locations": [ @@ -34,20 +34,20 @@ 10 ], "showscale": false, - "hovertemplate": "mercator" + "hovertemplate": "aitoff" }, { "geo": "geo2", "type": "scattergeo", "mode": "text", - "text": "mercator", + "text": "aitoff", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "orthographic", + "name": "albers", "geo": "geo3", "type": "choropleth", "locations": [ @@ -57,20 +57,45 @@ 10 ], "showscale": false, - "hovertemplate": "orthographic" + "hovertemplate": "albers" }, { "geo": "geo3", "type": "scattergeo", "mode": "text", - "text": "orthographic", + "text": "albers", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "natural earth", + "name": "albers usa", + "geo": "geo83", + "type": "choropleth", + "locationmode": "USA-states", + "locations": [ + "WA" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "albers usa" + }, + { + "geo": "geo83", + "type": "scattergeo", + "mode": "text", + "text": "albers
usa", + "locationmode": "USA-states", + "locations": [ + "WA" + ], + "hoverinfo": "skip" + }, + { + "name": "august", "geo": "geo4", "type": "choropleth", "locations": [ @@ -80,20 +105,20 @@ 10 ], "showscale": false, - "hovertemplate": "natural earth" + "hovertemplate": "august" }, { "geo": "geo4", "type": "scattergeo", "mode": "text", - "text": "natural
earth", + "text": "august", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "kavrayskiy7", + "name": "azimuthal equal area", "geo": "geo5", "type": "choropleth", "locations": [ @@ -103,20 +128,20 @@ 10 ], "showscale": false, - "hovertemplate": "kavrayskiy7" + "hovertemplate": "azimuthal equal area" }, { "geo": "geo5", "type": "scattergeo", "mode": "text", - "text": "kavrayskiy7", + "text": "azimuthal
equal area", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "miller", + "name": "azimuthal equidistant", "geo": "geo6", "type": "choropleth", "locations": [ @@ -126,20 +151,20 @@ 10 ], "showscale": false, - "hovertemplate": "miller" + "hovertemplate": "azimuthal equidistant" }, { "geo": "geo6", "type": "scattergeo", "mode": "text", - "text": "miller", + "text": "azimuthal
equidistant", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "robinson", + "name": "baker", "geo": "geo7", "type": "choropleth", "locations": [ @@ -149,20 +174,20 @@ 10 ], "showscale": false, - "hovertemplate": "robinson" + "hovertemplate": "baker" }, { "geo": "geo7", "type": "scattergeo", "mode": "text", - "text": "robinson", + "text": "baker", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "eckert4", + "name": "bertin1953", "geo": "geo8", "type": "choropleth", "locations": [ @@ -172,20 +197,20 @@ 10 ], "showscale": false, - "hovertemplate": "eckert4" + "hovertemplate": "bertin1953" }, { "geo": "geo8", "type": "scattergeo", "mode": "text", - "text": "eckert4", + "text": "bertin1953", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "azimuthal equal area", + "name": "boggs", "geo": "geo9", "type": "choropleth", "locations": [ @@ -195,20 +220,20 @@ 10 ], "showscale": false, - "hovertemplate": "azimuthal equal area" + "hovertemplate": "boggs" }, { "geo": "geo9", "type": "scattergeo", "mode": "text", - "text": "azimuthal
equal area", + "text": "boggs", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "azimuthal equidistant", + "name": "bonne", "geo": "geo10", "type": "choropleth", "locations": [ @@ -218,20 +243,20 @@ 10 ], "showscale": false, - "hovertemplate": "azimuthal equidistant" + "hovertemplate": "bonne" }, { "geo": "geo10", "type": "scattergeo", "mode": "text", - "text": "azimuthal
equidistant", + "text": "bonne", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "conic equal area", + "name": "bottomley", "geo": "geo11", "type": "choropleth", "locations": [ @@ -241,20 +266,20 @@ 10 ], "showscale": false, - "hovertemplate": "conic equal area" + "hovertemplate": "bottomley" }, { "geo": "geo11", "type": "scattergeo", "mode": "text", - "text": "conic
equal area", + "text": "bottomley", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "conic conformal", + "name": "bromley", "geo": "geo12", "type": "choropleth", "locations": [ @@ -264,20 +289,20 @@ 10 ], "showscale": false, - "hovertemplate": "conic conformal" + "hovertemplate": "bromley" }, { "geo": "geo12", "type": "scattergeo", "mode": "text", - "text": "conic
conformal", + "text": "bromley", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "conic equidistant", + "name": "collignon", "geo": "geo13", "type": "choropleth", "locations": [ @@ -287,20 +312,20 @@ 10 ], "showscale": false, - "hovertemplate": "conic equidistant" + "hovertemplate": "collignon" }, { "geo": "geo13", "type": "scattergeo", "mode": "text", - "text": "conic
equidistant", + "text": "collignon", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "gnomonic", + "name": "conic conformal", "geo": "geo14", "type": "choropleth", "locations": [ @@ -310,20 +335,20 @@ 10 ], "showscale": false, - "hovertemplate": "gnomonic" + "hovertemplate": "conic conformal" }, { "geo": "geo14", "type": "scattergeo", "mode": "text", - "text": "gnomonic", + "text": "conic
conformal", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "stereographic", + "name": "conic equal area", "geo": "geo15", "type": "choropleth", "locations": [ @@ -333,20 +358,20 @@ 10 ], "showscale": false, - "hovertemplate": "stereographic" + "hovertemplate": "conic equal area" }, { "geo": "geo15", "type": "scattergeo", "mode": "text", - "text": "stereographic", + "text": "conic
equal area", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "mollweide", + "name": "conic equidistant", "geo": "geo16", "type": "choropleth", "locations": [ @@ -356,20 +381,20 @@ 10 ], "showscale": false, - "hovertemplate": "mollweide" + "hovertemplate": "conic equidistant" }, { "geo": "geo16", "type": "scattergeo", "mode": "text", - "text": "mollweide", + "text": "conic
equidistant", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "hammer", + "name": "craig", "geo": "geo17", "type": "choropleth", "locations": [ @@ -379,20 +404,20 @@ 10 ], "showscale": false, - "hovertemplate": "hammer" + "hovertemplate": "craig" }, { "geo": "geo17", "type": "scattergeo", "mode": "text", - "text": "hammer", + "text": "craig", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "transverse mercator", + "name": "craster", "geo": "geo18", "type": "choropleth", "locations": [ @@ -402,46 +427,43 @@ 10 ], "showscale": false, - "hovertemplate": "transverse mercator" + "hovertemplate": "craster" }, { "geo": "geo18", "type": "scattergeo", "mode": "text", - "text": "transverse
mercator", + "text": "craster", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "albers usa", + "name": "cylindrical equal area", "geo": "geo19", "type": "choropleth", - "locationmode": "USA-states", "locations": [ - "WA" + "AUS" ], "z": [ 10 ], "showscale": false, - "hovertemplate": "albers usa" + "hovertemplate": "cylindrical equal area" }, { - "name": "albers usa", "geo": "geo19", "type": "scattergeo", - "locationmode": "USA-states", + "mode": "text", + "text": "cylindrical
equal area", "locations": [ - "WA" + "AUS" ], - "mode": "text", - "text": "albers
usa", "hoverinfo": "skip" }, { - "name": "winkel tripel", + "name": "cylindrical stereographic", "geo": "geo20", "type": "choropleth", "locations": [ @@ -451,20 +473,20 @@ 10 ], "showscale": false, - "hovertemplate": "winkel tripel" + "hovertemplate": "cylindrical stereographic" }, { "geo": "geo20", "type": "scattergeo", "mode": "text", - "text": "winkel
tripel", + "text": "cylindrical
stereographic", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "aitoff", + "name": "eckert1", "geo": "geo21", "type": "choropleth", "locations": [ @@ -474,20 +496,20 @@ 10 ], "showscale": false, - "hovertemplate": "aitoff" + "hovertemplate": "eckert1" }, { "geo": "geo21", "type": "scattergeo", "mode": "text", - "text": "aitoff", + "text": "eckert1", "locations": [ "AUS" ], "hoverinfo": "skip" }, { - "name": "sinusoidal", + "name": "eckert2", "geo": "geo22", "type": "choropleth", "locations": [ @@ -497,267 +519,3251 @@ 10 ], "showscale": false, - "hovertemplate": "sinusoidal" + "hovertemplate": "eckert2" }, { "geo": "geo22", "type": "scattergeo", "mode": "text", - "text": "sinusoidal", + "text": "eckert2", "locations": [ "AUS" ], "hoverinfo": "skip" - } - ], - "layout": { - "grid": { - "rows": 8, - "columns": 3 }, - "showlegend": false, - "width": 650, - "height": 1200, - "margin": { - "l": 20, - "t": 20, - "r": 20, - "b": 20 + { + "name": "eckert3", + "geo": "geo23", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "eckert3" }, - "annotations": [ - { - "showarrow": false, - "text": "fitbounds
'locations'
for all
projection
types", - "font": { - "size": 24 - }, - "x": 1, - "xref": "paper", - "xanchor": "right", - "y": 0.1, - "yanchor": "bottom" - } - ], - "geo": { - "domain": { - "row": 0, - "column": 0 - }, - "projection": { - "type": "equirectangular" - }, - "fitbounds": "locations" + { + "geo": "geo23", + "type": "scattergeo", + "mode": "text", + "text": "eckert3", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" }, - "geo2": { - "domain": { - "row": 1, - "column": 0 - }, - "projection": { - "type": "mercator" - }, - "fitbounds": "locations" + { + "name": "eckert4", + "geo": "geo24", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "eckert4" }, - "geo3": { - "domain": { - "row": 2, - "column": 0 - }, - "projection": { - "type": "orthographic" - }, - "fitbounds": "locations" + { + "geo": "geo24", + "type": "scattergeo", + "mode": "text", + "text": "eckert4", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" }, - "geo4": { - "domain": { - "row": 3, - "column": 0 - }, - "projection": { - "type": "natural earth" - }, - "fitbounds": "locations" + { + "name": "eckert5", + "geo": "geo25", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "eckert5" }, - "geo5": { - "domain": { - "row": 4, - "column": 0 - }, - "projection": { - "type": "kavrayskiy7" - }, - "fitbounds": "locations" + { + "geo": "geo25", + "type": "scattergeo", + "mode": "text", + "text": "eckert5", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" }, - "geo6": { - "domain": { - "row": 5, - "column": 0 - }, - "projection": { - "type": "miller" - }, - "fitbounds": "locations" + { + "name": "eckert6", + "geo": "geo26", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "eckert6" }, - "geo7": { - "domain": { - "row": 6, - "column": 0 - }, - "projection": { - "type": "robinson" - }, - "fitbounds": "locations" + { + "geo": "geo26", + "type": "scattergeo", + "mode": "text", + "text": "eckert6", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "eisenlohr", + "geo": "geo27", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "eisenlohr" + }, + { + "geo": "geo27", + "type": "scattergeo", + "mode": "text", + "text": "eisenlohr", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "equirectangular", + "geo": "geo28", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "equirectangular" + }, + { + "geo": "geo28", + "type": "scattergeo", + "mode": "text", + "text": "equirectangular", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "fahey", + "geo": "geo29", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "fahey" + }, + { + "geo": "geo29", + "type": "scattergeo", + "mode": "text", + "text": "fahey", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "foucaut", + "geo": "geo30", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "foucaut" + }, + { + "geo": "geo30", + "type": "scattergeo", + "mode": "text", + "text": "foucaut", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "foucaut sinusoidal", + "geo": "geo31", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "foucaut sinusoidal" + }, + { + "geo": "geo31", + "type": "scattergeo", + "mode": "text", + "text": "foucaut
sinusoidal", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "ginzburg4", + "geo": "geo32", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "ginzburg4" + }, + { + "geo": "geo32", + "type": "scattergeo", + "mode": "text", + "text": "ginzburg4", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "ginzburg5", + "geo": "geo33", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "ginzburg5" + }, + { + "geo": "geo33", + "type": "scattergeo", + "mode": "text", + "text": "ginzburg5", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "ginzburg6", + "geo": "geo34", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "ginzburg6" + }, + { + "geo": "geo34", + "type": "scattergeo", + "mode": "text", + "text": "ginzburg6", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "ginzburg8", + "geo": "geo35", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "ginzburg8" + }, + { + "geo": "geo35", + "type": "scattergeo", + "mode": "text", + "text": "ginzburg8", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "ginzburg9", + "geo": "geo36", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "ginzburg9" + }, + { + "geo": "geo36", + "type": "scattergeo", + "mode": "text", + "text": "ginzburg9", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "gnomonic", + "geo": "geo37", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "gnomonic" + }, + { + "geo": "geo37", + "type": "scattergeo", + "mode": "text", + "text": "gnomonic", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "gringorten", + "geo": "geo38", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "gringorten" + }, + { + "geo": "geo38", + "type": "scattergeo", + "mode": "text", + "text": "gringorten", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "gringorten quincuncial", + "geo": "geo39", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "gringorten quincuncial" + }, + { + "geo": "geo39", + "type": "scattergeo", + "mode": "text", + "text": "gringorten
quincuncial", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "guyou", + "geo": "geo40", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "guyou" + }, + { + "geo": "geo40", + "type": "scattergeo", + "mode": "text", + "text": "guyou", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "hammer", + "geo": "geo41", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "hammer" + }, + { + "geo": "geo41", + "type": "scattergeo", + "mode": "text", + "text": "hammer", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "hill", + "geo": "geo42", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "hill" + }, + { + "geo": "geo42", + "type": "scattergeo", + "mode": "text", + "text": "hill", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "homolosine", + "geo": "geo43", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "homolosine" + }, + { + "geo": "geo43", + "type": "scattergeo", + "mode": "text", + "text": "homolosine", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "hufnagel", + "geo": "geo44", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "hufnagel" + }, + { + "geo": "geo44", + "type": "scattergeo", + "mode": "text", + "text": "hufnagel", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "hyperelliptical", + "geo": "geo45", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "hyperelliptical" + }, + { + "geo": "geo45", + "type": "scattergeo", + "mode": "text", + "text": "hyperelliptical", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "kavrayskiy7", + "geo": "geo46", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "kavrayskiy7" + }, + { + "geo": "geo46", + "type": "scattergeo", + "mode": "text", + "text": "kavrayskiy7", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "lagrange", + "geo": "geo47", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "lagrange" + }, + { + "geo": "geo47", + "type": "scattergeo", + "mode": "text", + "text": "lagrange", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "larrivee", + "geo": "geo48", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "larrivee" + }, + { + "geo": "geo48", + "type": "scattergeo", + "mode": "text", + "text": "larrivee", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "laskowski", + "geo": "geo49", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "laskowski" + }, + { + "geo": "geo49", + "type": "scattergeo", + "mode": "text", + "text": "laskowski", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "loximuthal", + "geo": "geo50", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "loximuthal" + }, + { + "geo": "geo50", + "type": "scattergeo", + "mode": "text", + "text": "loximuthal", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "mercator", + "geo": "geo51", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "mercator" + }, + { + "geo": "geo51", + "type": "scattergeo", + "mode": "text", + "text": "mercator", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "miller", + "geo": "geo52", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "miller" + }, + { + "geo": "geo52", + "type": "scattergeo", + "mode": "text", + "text": "miller", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "mollweide", + "geo": "geo53", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "mollweide" + }, + { + "geo": "geo53", + "type": "scattergeo", + "mode": "text", + "text": "mollweide", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "mt flat polar parabolic", + "geo": "geo54", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "mt flat polar parabolic" + }, + { + "geo": "geo54", + "type": "scattergeo", + "mode": "text", + "text": "mt
flat polar parabolic", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "mt flat polar quartic", + "geo": "geo55", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "mt flat polar quartic" + }, + { + "geo": "geo55", + "type": "scattergeo", + "mode": "text", + "text": "mt
flat polar quartic", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "mt flat polar sinusoidal", + "geo": "geo56", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "mt flat polar sinusoidal" + }, + { + "geo": "geo56", + "type": "scattergeo", + "mode": "text", + "text": "mt
flat polar sinusoidal", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "natural earth", + "geo": "geo57", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "natural earth" + }, + { + "geo": "geo57", + "type": "scattergeo", + "mode": "text", + "text": "natural
earth", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "natural earth1", + "geo": "geo58", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "natural earth1" + }, + { + "geo": "geo58", + "type": "scattergeo", + "mode": "text", + "text": "natural
earth1", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "natural earth2", + "geo": "geo59", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "natural earth2" + }, + { + "geo": "geo59", + "type": "scattergeo", + "mode": "text", + "text": "natural
earth2", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "nell hammer", + "geo": "geo60", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "nell hammer" + }, + { + "geo": "geo60", + "type": "scattergeo", + "mode": "text", + "text": "nell
hammer", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "nicolosi", + "geo": "geo61", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "nicolosi" + }, + { + "geo": "geo61", + "type": "scattergeo", + "mode": "text", + "text": "nicolosi", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "orthographic", + "geo": "geo62", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "orthographic" + }, + { + "geo": "geo62", + "type": "scattergeo", + "mode": "text", + "text": "orthographic", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "patterson", + "geo": "geo63", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "patterson" + }, + { + "geo": "geo63", + "type": "scattergeo", + "mode": "text", + "text": "patterson", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "peirce quincuncial", + "geo": "geo64", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "peirce quincuncial" + }, + { + "geo": "geo64", + "type": "scattergeo", + "mode": "text", + "text": "peirce
quincuncial", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "polyconic", + "geo": "geo65", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "polyconic" + }, + { + "geo": "geo65", + "type": "scattergeo", + "mode": "text", + "text": "polyconic", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "rectangular polyconic", + "geo": "geo66", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "rectangular polyconic" + }, + { + "geo": "geo66", + "type": "scattergeo", + "mode": "text", + "text": "rectangular
polyconic", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "robinson", + "geo": "geo67", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "robinson" + }, + { + "geo": "geo67", + "type": "scattergeo", + "mode": "text", + "text": "robinson", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "satellite", + "geo": "geo68", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "satellite" + }, + { + "geo": "geo68", + "type": "scattergeo", + "mode": "text", + "text": "satellite", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "sinu mollweide", + "geo": "geo69", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "sinu mollweide" + }, + { + "geo": "geo69", + "type": "scattergeo", + "mode": "text", + "text": "sinu
mollweide", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "sinusoidal", + "geo": "geo70", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "sinusoidal" + }, + { + "geo": "geo70", + "type": "scattergeo", + "mode": "text", + "text": "sinusoidal", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "stereographic", + "geo": "geo71", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "stereographic" + }, + { + "geo": "geo71", + "type": "scattergeo", + "mode": "text", + "text": "stereographic", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "times", + "geo": "geo72", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "times" + }, + { + "geo": "geo72", + "type": "scattergeo", + "mode": "text", + "text": "times", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "transverse mercator", + "geo": "geo73", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "transverse mercator" + }, + { + "geo": "geo73", + "type": "scattergeo", + "mode": "text", + "text": "transverse
mercator", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "van der grinten", + "geo": "geo74", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "van der grinten" + }, + { + "geo": "geo74", + "type": "scattergeo", + "mode": "text", + "text": "van
der grinten", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "van der grinten2", + "geo": "geo75", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "van der grinten2" + }, + { + "geo": "geo75", + "type": "scattergeo", + "mode": "text", + "text": "van
der grinten2", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "van der grinten3", + "geo": "geo76", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "van der grinten3" + }, + { + "geo": "geo76", + "type": "scattergeo", + "mode": "text", + "text": "van
der grinten3", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "van der grinten4", + "geo": "geo77", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "van der grinten4" + }, + { + "geo": "geo77", + "type": "scattergeo", + "mode": "text", + "text": "van
der grinten4", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "wagner4", + "geo": "geo78", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "wagner4" + }, + { + "geo": "geo78", + "type": "scattergeo", + "mode": "text", + "text": "wagner4", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "wagner6", + "geo": "geo79", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "wagner6" + }, + { + "geo": "geo79", + "type": "scattergeo", + "mode": "text", + "text": "wagner6", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "wiechel", + "geo": "geo80", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "wiechel" + }, + { + "geo": "geo80", + "type": "scattergeo", + "mode": "text", + "text": "wiechel", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "winkel tripel", + "geo": "geo81", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "winkel tripel" + }, + { + "geo": "geo81", + "type": "scattergeo", + "mode": "text", + "text": "winkel
tripel", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + }, + { + "name": "winkel3", + "geo": "geo82", + "type": "choropleth", + "locations": [ + "AUS" + ], + "z": [ + 10 + ], + "showscale": false, + "hovertemplate": "winkel3" + }, + { + "geo": "geo82", + "type": "scattergeo", + "mode": "text", + "text": "winkel3", + "locations": [ + "AUS" + ], + "hoverinfo": "skip" + } + ], + "layout": { + "grid": { + "rows": 8, + "columns": 11 + }, + "showlegend": false, + "width": 2400, + "height": 1200, + "margin": { + "l": 20, + "t": 20, + "r": 20, + "b": 20 + }, + "annotations": [ + { + "showarrow": false, + "text": "fitbounds
'locations'
for all
projection
types", + "font": { + "size": 20 + }, + "x": 1, + "xref": "paper", + "xanchor": "right", + "yref": "paper", + "y": 0, + "yanchor": "bottom" + } + ], + "geo": { + "domain": { + "row": 0, + "column": 0 + }, + "projection": { + "type": "airy" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo2": { + "domain": { + "row": 1, + "column": 0 + }, + "projection": { + "type": "aitoff" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo3": { + "domain": { + "row": 2, + "column": 0 + }, + "projection": { + "type": "albers" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo83": { + "domain": { + "row": 2, + "column": 10 + }, + "projection": { + "type": "albers usa" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + } + }, + "geo4": { + "domain": { + "row": 3, + "column": 0 + }, + "projection": { + "type": "august" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo5": { + "domain": { + "row": 4, + "column": 0 + }, + "projection": { + "type": "azimuthal equal area" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo6": { + "domain": { + "row": 5, + "column": 0 + }, + "projection": { + "type": "azimuthal equidistant" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo7": { + "domain": { + "row": 6, + "column": 0 + }, + "projection": { + "type": "baker" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo8": { + "domain": { + "row": 7, + "column": 0 + }, + "projection": { + "type": "bertin1953" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo9": { + "domain": { + "row": 0, + "column": 1 + }, + "projection": { + "type": "boggs" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo10": { + "domain": { + "row": 1, + "column": 1 + }, + "projection": { + "type": "bonne" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo11": { + "domain": { + "row": 2, + "column": 1 + }, + "projection": { + "type": "bottomley" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo12": { + "domain": { + "row": 3, + "column": 1 + }, + "projection": { + "type": "bromley" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo13": { + "domain": { + "row": 4, + "column": 1 + }, + "projection": { + "type": "collignon" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo14": { + "domain": { + "row": 5, + "column": 1 + }, + "projection": { + "type": "conic conformal" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo15": { + "domain": { + "row": 6, + "column": 1 + }, + "projection": { + "type": "conic equal area" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo16": { + "domain": { + "row": 7, + "column": 1 + }, + "projection": { + "type": "conic equidistant" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo17": { + "domain": { + "row": 0, + "column": 2 + }, + "projection": { + "type": "craig" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo18": { + "domain": { + "row": 1, + "column": 2 + }, + "projection": { + "type": "craster" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo19": { + "domain": { + "row": 2, + "column": 2 + }, + "projection": { + "type": "cylindrical equal area" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo20": { + "domain": { + "row": 3, + "column": 2 + }, + "projection": { + "type": "cylindrical stereographic" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo21": { + "domain": { + "row": 4, + "column": 2 + }, + "projection": { + "type": "eckert1" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo22": { + "domain": { + "row": 5, + "column": 2 + }, + "projection": { + "type": "eckert2" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo23": { + "domain": { + "row": 6, + "column": 2 + }, + "projection": { + "type": "eckert3" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo24": { + "domain": { + "row": 7, + "column": 2 + }, + "projection": { + "type": "eckert4" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo25": { + "domain": { + "row": 0, + "column": 3 + }, + "projection": { + "type": "eckert5" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo26": { + "domain": { + "row": 1, + "column": 3 + }, + "projection": { + "type": "eckert6" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo27": { + "domain": { + "row": 2, + "column": 3 + }, + "projection": { + "type": "eisenlohr" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo28": { + "domain": { + "row": 3, + "column": 3 + }, + "projection": { + "type": "equirectangular" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo29": { + "domain": { + "row": 4, + "column": 3 + }, + "projection": { + "type": "fahey" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo30": { + "domain": { + "row": 5, + "column": 3 + }, + "projection": { + "type": "foucaut" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo31": { + "domain": { + "row": 6, + "column": 3 + }, + "projection": { + "type": "foucaut sinusoidal" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo32": { + "domain": { + "row": 7, + "column": 3 + }, + "projection": { + "type": "ginzburg4" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo33": { + "domain": { + "row": 0, + "column": 4 + }, + "projection": { + "type": "ginzburg5" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo34": { + "domain": { + "row": 1, + "column": 4 + }, + "projection": { + "type": "ginzburg6" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo35": { + "domain": { + "row": 2, + "column": 4 + }, + "projection": { + "type": "ginzburg8" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo36": { + "domain": { + "row": 3, + "column": 4 + }, + "projection": { + "type": "ginzburg9" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo37": { + "domain": { + "row": 4, + "column": 4 + }, + "projection": { + "type": "gnomonic" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo38": { + "domain": { + "row": 5, + "column": 4 + }, + "projection": { + "type": "gringorten" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo39": { + "domain": { + "row": 6, + "column": 4 + }, + "projection": { + "type": "gringorten quincuncial" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo40": { + "domain": { + "row": 7, + "column": 4 + }, + "projection": { + "type": "guyou" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo41": { + "domain": { + "row": 0, + "column": 5 + }, + "projection": { + "type": "hammer" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo42": { + "domain": { + "row": 1, + "column": 5 + }, + "projection": { + "type": "hill" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo43": { + "domain": { + "row": 2, + "column": 5 + }, + "projection": { + "type": "homolosine" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo44": { + "domain": { + "row": 3, + "column": 5 + }, + "projection": { + "type": "hufnagel" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo45": { + "domain": { + "row": 4, + "column": 5 + }, + "projection": { + "type": "hyperelliptical" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo46": { + "domain": { + "row": 5, + "column": 5 + }, + "projection": { + "type": "kavrayskiy7" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo47": { + "domain": { + "row": 6, + "column": 5 + }, + "projection": { + "type": "lagrange" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo48": { + "domain": { + "row": 7, + "column": 5 + }, + "projection": { + "type": "larrivee" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo49": { + "domain": { + "row": 0, + "column": 6 + }, + "projection": { + "type": "laskowski" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo50": { + "domain": { + "row": 1, + "column": 6 + }, + "projection": { + "type": "loximuthal" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true }, - "geo8": { + "geo51": { + "domain": { + "row": 2, + "column": 6 + }, + "projection": { + "type": "mercator" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo52": { + "domain": { + "row": 3, + "column": 6 + }, + "projection": { + "type": "miller" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo53": { + "domain": { + "row": 4, + "column": 6 + }, + "projection": { + "type": "mollweide" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo54": { + "domain": { + "row": 5, + "column": 6 + }, + "projection": { + "type": "mt flat polar parabolic" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo55": { + "domain": { + "row": 6, + "column": 6 + }, + "projection": { + "type": "mt flat polar quartic" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo56": { "domain": { "row": 7, - "column": 0 + "column": 6 }, "projection": { - "type": "eckert4" + "type": "mt flat polar sinusoidal" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" }, - "fitbounds": "locations" + "showcoastlines": false, + "showocean": true }, - "geo9": { + "geo57": { "domain": { "row": 0, - "column": 1 + "column": 7 }, "projection": { - "type": "azimuthal equal area" + "type": "natural earth" }, - "fitbounds": "locations" + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true }, - "geo10": { + "geo58": { "domain": { "row": 1, - "column": 1 + "column": 7 }, "projection": { - "type": "azimuthal equidistant" + "type": "natural earth1" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" }, - "fitbounds": "locations" + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true }, - "geo11": { + "geo59": { "domain": { "row": 2, - "column": 1 + "column": 7 }, "projection": { - "type": "conic equal area" + "type": "natural earth2" }, - "fitbounds": "locations" + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true }, - "geo12": { + "geo60": { "domain": { "row": 3, - "column": 1 + "column": 7 }, "projection": { - "type": "conic conformal" + "type": "nell hammer" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" }, - "fitbounds": "locations" + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true }, - "geo13": { + "geo61": { "domain": { "row": 4, - "column": 1 + "column": 7 }, "projection": { - "type": "conic equidistant" + "type": "nicolosi" }, - "fitbounds": "locations" + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true }, - "geo14": { + "geo62": { "domain": { "row": 5, - "column": 1 + "column": 7 }, "projection": { - "type": "gnomonic" + "type": "orthographic" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" }, - "fitbounds": "locations" + "showcoastlines": false, + "showocean": true }, - "geo15": { + "geo63": { "domain": { "row": 6, - "column": 1 + "column": 7 }, "projection": { - "type": "stereographic" + "type": "patterson" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" }, - "fitbounds": "locations" + "showcoastlines": false, + "showocean": true }, - "geo16": { + "geo64": { "domain": { "row": 7, - "column": 1 + "column": 7 }, "projection": { - "type": "mollweide" + "type": "peirce quincuncial" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" }, - "fitbounds": "locations" + "showcoastlines": false, + "showocean": true }, - "geo17": { + "geo65": { "domain": { "row": 0, - "column": 2 + "column": 8 }, "projection": { - "type": "hammer" + "type": "polyconic" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" }, - "fitbounds": "locations" + "showcoastlines": false, + "showocean": true }, - "geo18": { + "geo66": { "domain": { "row": 1, - "column": 2 + "column": 8 }, "projection": { - "type": "transverse mercator" + "type": "rectangular polyconic" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" }, - "fitbounds": "locations" + "showcoastlines": false, + "showocean": true }, - "geo19": { + "geo67": { "domain": { "row": 2, - "column": 2 + "column": 8 }, "projection": { - "type": "albers usa" + "type": "robinson" }, "fitbounds": "locations", - "scope": "usa" + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true }, - "geo20": { + "geo68": { "domain": { "row": 3, - "column": 2 + "column": 8 }, "projection": { - "type": "winkel tripel" + "type": "satellite" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" }, - "fitbounds": "locations" + "showcoastlines": false, + "showocean": true }, - "geo21": { + "geo69": { "domain": { "row": 4, - "column": 2 + "column": 8 }, "projection": { - "type": "aitoff" + "type": "sinu mollweide" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" }, - "fitbounds": "locations" + "showcoastlines": false, + "showocean": true }, - "geo22": { + "geo70": { "domain": { "row": 5, - "column": 2 + "column": 8 }, "projection": { "type": "sinusoidal" }, - "fitbounds": "locations" + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo71": { + "domain": { + "row": 6, + "column": 8 + }, + "projection": { + "type": "stereographic" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo72": { + "domain": { + "row": 7, + "column": 8 + }, + "projection": { + "type": "times" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo73": { + "domain": { + "row": 0, + "column": 9 + }, + "projection": { + "type": "transverse mercator" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo74": { + "domain": { + "row": 1, + "column": 9 + }, + "projection": { + "type": "van der grinten" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo75": { + "domain": { + "row": 2, + "column": 9 + }, + "projection": { + "type": "van der grinten2" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo76": { + "domain": { + "row": 3, + "column": 9 + }, + "projection": { + "type": "van der grinten3" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo77": { + "domain": { + "row": 4, + "column": 9 + }, + "projection": { + "type": "van der grinten4" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo78": { + "domain": { + "row": 5, + "column": 9 + }, + "projection": { + "type": "wagner4" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo79": { + "domain": { + "row": 6, + "column": 9 + }, + "projection": { + "type": "wagner6" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo80": { + "domain": { + "row": 7, + "column": 9 + }, + "projection": { + "type": "wiechel" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo81": { + "domain": { + "row": 0, + "column": 10 + }, + "projection": { + "type": "winkel tripel" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo82": { + "domain": { + "row": 1, + "column": 10 + }, + "projection": { + "type": "winkel3" + }, + "fitbounds": "locations", + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true } } } diff --git a/test/image/mocks/various_geo_projections.json b/test/image/mocks/various_geo_projections.json new file mode 100644 index 00000000000..6f3192737d9 --- /dev/null +++ b/test/image/mocks/various_geo_projections.json @@ -0,0 +1,7421 @@ +{ + "data": [ + { + "name": "airy", + "geo": "geo", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "airy" + }, + { + "geo": "geo", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo", + "type": "scattergeo", + "mode": "text", + "text": [ + "airy" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "aitoff", + "geo": "geo2", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "aitoff" + }, + { + "geo": "geo2", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo2", + "type": "scattergeo", + "mode": "text", + "text": [ + "aitoff" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "albers", + "geo": "geo3", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "albers" + }, + { + "geo": "geo3", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo3", + "type": "scattergeo", + "mode": "text", + "text": [ + "albers" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "albers usa", + "geo": "geo83", + "type": "choropleth", + "locationmode": "USA-states", + "locations": [ + "TX", + "WA", + "NY", + "AK" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "albers usa" + }, + { + "geo": "geo83", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo83", + "type": "scattergeo", + "mode": "text", + "text": [ + "albers
usa" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locationmode": "USA-states", + "locations": [ + "TX", + "WA", + "NY", + "AK" + ], + "hoverinfo": "skip" + }, + { + "name": "august", + "geo": "geo4", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "august" + }, + { + "geo": "geo4", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo4", + "type": "scattergeo", + "mode": "text", + "text": [ + "august" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "azimuthal equal area", + "geo": "geo5", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "azimuthal equal area" + }, + { + "geo": "geo5", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo5", + "type": "scattergeo", + "mode": "text", + "text": [ + "azimuthal
equal area" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "azimuthal equidistant", + "geo": "geo6", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "azimuthal equidistant" + }, + { + "geo": "geo6", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo6", + "type": "scattergeo", + "mode": "text", + "text": [ + "azimuthal
equidistant" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "baker", + "geo": "geo7", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "baker" + }, + { + "geo": "geo7", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo7", + "type": "scattergeo", + "mode": "text", + "text": [ + "baker" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "bertin1953", + "geo": "geo8", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "bertin1953" + }, + { + "geo": "geo8", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo8", + "type": "scattergeo", + "mode": "text", + "text": [ + "bertin1953" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "boggs", + "geo": "geo9", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "boggs" + }, + { + "geo": "geo9", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo9", + "type": "scattergeo", + "mode": "text", + "text": [ + "boggs" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "bonne", + "geo": "geo10", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "bonne" + }, + { + "geo": "geo10", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo10", + "type": "scattergeo", + "mode": "text", + "text": [ + "bonne" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "bottomley", + "geo": "geo11", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "bottomley" + }, + { + "geo": "geo11", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo11", + "type": "scattergeo", + "mode": "text", + "text": [ + "bottomley" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "bromley", + "geo": "geo12", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "bromley" + }, + { + "geo": "geo12", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo12", + "type": "scattergeo", + "mode": "text", + "text": [ + "bromley" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "collignon", + "geo": "geo13", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "collignon" + }, + { + "geo": "geo13", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo13", + "type": "scattergeo", + "mode": "text", + "text": [ + "collignon" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "conic conformal", + "geo": "geo14", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "conic conformal" + }, + { + "geo": "geo14", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo14", + "type": "scattergeo", + "mode": "text", + "text": [ + "conic
conformal" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "conic equal area", + "geo": "geo15", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "conic equal area" + }, + { + "geo": "geo15", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo15", + "type": "scattergeo", + "mode": "text", + "text": [ + "conic
equal area" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "conic equidistant", + "geo": "geo16", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "conic equidistant" + }, + { + "geo": "geo16", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo16", + "type": "scattergeo", + "mode": "text", + "text": [ + "conic
equidistant" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "craig", + "geo": "geo17", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "craig" + }, + { + "geo": "geo17", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo17", + "type": "scattergeo", + "mode": "text", + "text": [ + "craig" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "craster", + "geo": "geo18", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "craster" + }, + { + "geo": "geo18", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo18", + "type": "scattergeo", + "mode": "text", + "text": [ + "craster" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "cylindrical equal area", + "geo": "geo19", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "cylindrical equal area" + }, + { + "geo": "geo19", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo19", + "type": "scattergeo", + "mode": "text", + "text": [ + "cylindrical
equal area" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "cylindrical stereographic", + "geo": "geo20", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "cylindrical stereographic" + }, + { + "geo": "geo20", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo20", + "type": "scattergeo", + "mode": "text", + "text": [ + "cylindrical
stereographic" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "eckert1", + "geo": "geo21", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "eckert1" + }, + { + "geo": "geo21", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo21", + "type": "scattergeo", + "mode": "text", + "text": [ + "eckert1" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "eckert2", + "geo": "geo22", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "eckert2" + }, + { + "geo": "geo22", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo22", + "type": "scattergeo", + "mode": "text", + "text": [ + "eckert2" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "eckert3", + "geo": "geo23", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "eckert3" + }, + { + "geo": "geo23", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo23", + "type": "scattergeo", + "mode": "text", + "text": [ + "eckert3" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "eckert4", + "geo": "geo24", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "eckert4" + }, + { + "geo": "geo24", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo24", + "type": "scattergeo", + "mode": "text", + "text": [ + "eckert4" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "eckert5", + "geo": "geo25", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "eckert5" + }, + { + "geo": "geo25", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo25", + "type": "scattergeo", + "mode": "text", + "text": [ + "eckert5" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "eckert6", + "geo": "geo26", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "eckert6" + }, + { + "geo": "geo26", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo26", + "type": "scattergeo", + "mode": "text", + "text": [ + "eckert6" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "eisenlohr", + "geo": "geo27", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "eisenlohr" + }, + { + "geo": "geo27", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo27", + "type": "scattergeo", + "mode": "text", + "text": [ + "eisenlohr" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "equirectangular", + "geo": "geo28", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "equirectangular" + }, + { + "geo": "geo28", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo28", + "type": "scattergeo", + "mode": "text", + "text": [ + "equirectangular" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "fahey", + "geo": "geo29", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "fahey" + }, + { + "geo": "geo29", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo29", + "type": "scattergeo", + "mode": "text", + "text": [ + "fahey" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "foucaut", + "geo": "geo30", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "foucaut" + }, + { + "geo": "geo30", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo30", + "type": "scattergeo", + "mode": "text", + "text": [ + "foucaut" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "foucaut sinusoidal", + "geo": "geo31", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "foucaut sinusoidal" + }, + { + "geo": "geo31", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo31", + "type": "scattergeo", + "mode": "text", + "text": [ + "foucaut
sinusoidal" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "ginzburg4", + "geo": "geo32", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "ginzburg4" + }, + { + "geo": "geo32", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo32", + "type": "scattergeo", + "mode": "text", + "text": [ + "ginzburg4" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "ginzburg5", + "geo": "geo33", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "ginzburg5" + }, + { + "geo": "geo33", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo33", + "type": "scattergeo", + "mode": "text", + "text": [ + "ginzburg5" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "ginzburg6", + "geo": "geo34", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "ginzburg6" + }, + { + "geo": "geo34", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo34", + "type": "scattergeo", + "mode": "text", + "text": [ + "ginzburg6" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "ginzburg8", + "geo": "geo35", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "ginzburg8" + }, + { + "geo": "geo35", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo35", + "type": "scattergeo", + "mode": "text", + "text": [ + "ginzburg8" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "ginzburg9", + "geo": "geo36", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "ginzburg9" + }, + { + "geo": "geo36", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo36", + "type": "scattergeo", + "mode": "text", + "text": [ + "ginzburg9" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "gnomonic", + "geo": "geo37", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "gnomonic" + }, + { + "geo": "geo37", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo37", + "type": "scattergeo", + "mode": "text", + "text": [ + "gnomonic" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "gringorten", + "geo": "geo38", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "gringorten" + }, + { + "geo": "geo38", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo38", + "type": "scattergeo", + "mode": "text", + "text": [ + "gringorten" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "gringorten quincuncial", + "geo": "geo39", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "gringorten quincuncial" + }, + { + "geo": "geo39", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo39", + "type": "scattergeo", + "mode": "text", + "text": [ + "gringorten
quincuncial" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "guyou", + "geo": "geo40", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "guyou" + }, + { + "geo": "geo40", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo40", + "type": "scattergeo", + "mode": "text", + "text": [ + "guyou" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "hammer", + "geo": "geo41", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "hammer" + }, + { + "geo": "geo41", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo41", + "type": "scattergeo", + "mode": "text", + "text": [ + "hammer" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "hill", + "geo": "geo42", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "hill" + }, + { + "geo": "geo42", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo42", + "type": "scattergeo", + "mode": "text", + "text": [ + "hill" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "homolosine", + "geo": "geo43", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "homolosine" + }, + { + "geo": "geo43", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo43", + "type": "scattergeo", + "mode": "text", + "text": [ + "homolosine" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "hufnagel", + "geo": "geo44", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "hufnagel" + }, + { + "geo": "geo44", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo44", + "type": "scattergeo", + "mode": "text", + "text": [ + "hufnagel" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "hyperelliptical", + "geo": "geo45", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "hyperelliptical" + }, + { + "geo": "geo45", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo45", + "type": "scattergeo", + "mode": "text", + "text": [ + "hyperelliptical" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "kavrayskiy7", + "geo": "geo46", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "kavrayskiy7" + }, + { + "geo": "geo46", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo46", + "type": "scattergeo", + "mode": "text", + "text": [ + "kavrayskiy7" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "lagrange", + "geo": "geo47", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "lagrange" + }, + { + "geo": "geo47", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo47", + "type": "scattergeo", + "mode": "text", + "text": [ + "lagrange" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "larrivee", + "geo": "geo48", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "larrivee" + }, + { + "geo": "geo48", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo48", + "type": "scattergeo", + "mode": "text", + "text": [ + "larrivee" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "laskowski", + "geo": "geo49", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "laskowski" + }, + { + "geo": "geo49", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo49", + "type": "scattergeo", + "mode": "text", + "text": [ + "laskowski" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "loximuthal", + "geo": "geo50", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "loximuthal" + }, + { + "geo": "geo50", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo50", + "type": "scattergeo", + "mode": "text", + "text": [ + "loximuthal" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "mercator", + "geo": "geo51", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "mercator" + }, + { + "geo": "geo51", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo51", + "type": "scattergeo", + "mode": "text", + "text": [ + "mercator" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "miller", + "geo": "geo52", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "miller" + }, + { + "geo": "geo52", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo52", + "type": "scattergeo", + "mode": "text", + "text": [ + "miller" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "mollweide", + "geo": "geo53", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "mollweide" + }, + { + "geo": "geo53", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo53", + "type": "scattergeo", + "mode": "text", + "text": [ + "mollweide" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "mt flat polar parabolic", + "geo": "geo54", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "mt flat polar parabolic" + }, + { + "geo": "geo54", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo54", + "type": "scattergeo", + "mode": "text", + "text": [ + "mt
flat polar parabolic" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "mt flat polar quartic", + "geo": "geo55", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "mt flat polar quartic" + }, + { + "geo": "geo55", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo55", + "type": "scattergeo", + "mode": "text", + "text": [ + "mt
flat polar quartic" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "mt flat polar sinusoidal", + "geo": "geo56", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "mt flat polar sinusoidal" + }, + { + "geo": "geo56", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo56", + "type": "scattergeo", + "mode": "text", + "text": [ + "mt
flat polar sinusoidal" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "natural earth", + "geo": "geo57", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "natural earth" + }, + { + "geo": "geo57", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo57", + "type": "scattergeo", + "mode": "text", + "text": [ + "natural
earth" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "natural earth1", + "geo": "geo58", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "natural earth1" + }, + { + "geo": "geo58", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo58", + "type": "scattergeo", + "mode": "text", + "text": [ + "natural
earth1" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "natural earth2", + "geo": "geo59", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "natural earth2" + }, + { + "geo": "geo59", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo59", + "type": "scattergeo", + "mode": "text", + "text": [ + "natural
earth2" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "nell hammer", + "geo": "geo60", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "nell hammer" + }, + { + "geo": "geo60", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo60", + "type": "scattergeo", + "mode": "text", + "text": [ + "nell
hammer" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "nicolosi", + "geo": "geo61", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "nicolosi" + }, + { + "geo": "geo61", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo61", + "type": "scattergeo", + "mode": "text", + "text": [ + "nicolosi" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "orthographic", + "geo": "geo62", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "orthographic" + }, + { + "geo": "geo62", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo62", + "type": "scattergeo", + "mode": "text", + "text": [ + "orthographic" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "patterson", + "geo": "geo63", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "patterson" + }, + { + "geo": "geo63", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo63", + "type": "scattergeo", + "mode": "text", + "text": [ + "patterson" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "peirce quincuncial", + "geo": "geo64", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "peirce quincuncial" + }, + { + "geo": "geo64", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo64", + "type": "scattergeo", + "mode": "text", + "text": [ + "peirce
quincuncial" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "polyconic", + "geo": "geo65", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "polyconic" + }, + { + "geo": "geo65", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo65", + "type": "scattergeo", + "mode": "text", + "text": [ + "polyconic" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "rectangular polyconic", + "geo": "geo66", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "rectangular polyconic" + }, + { + "geo": "geo66", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo66", + "type": "scattergeo", + "mode": "text", + "text": [ + "rectangular
polyconic" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "robinson", + "geo": "geo67", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "robinson" + }, + { + "geo": "geo67", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo67", + "type": "scattergeo", + "mode": "text", + "text": [ + "robinson" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "satellite", + "geo": "geo68", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "satellite" + }, + { + "geo": "geo68", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo68", + "type": "scattergeo", + "mode": "text", + "text": [ + "satellite" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "sinu mollweide", + "geo": "geo69", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "sinu mollweide" + }, + { + "geo": "geo69", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo69", + "type": "scattergeo", + "mode": "text", + "text": [ + "sinu
mollweide" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "sinusoidal", + "geo": "geo70", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "sinusoidal" + }, + { + "geo": "geo70", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo70", + "type": "scattergeo", + "mode": "text", + "text": [ + "sinusoidal" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "stereographic", + "geo": "geo71", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "stereographic" + }, + { + "geo": "geo71", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo71", + "type": "scattergeo", + "mode": "text", + "text": [ + "stereographic" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "times", + "geo": "geo72", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "times" + }, + { + "geo": "geo72", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo72", + "type": "scattergeo", + "mode": "text", + "text": [ + "times" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "transverse mercator", + "geo": "geo73", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "transverse mercator" + }, + { + "geo": "geo73", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo73", + "type": "scattergeo", + "mode": "text", + "text": [ + "transverse
mercator" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "van der grinten", + "geo": "geo74", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "van der grinten" + }, + { + "geo": "geo74", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo74", + "type": "scattergeo", + "mode": "text", + "text": [ + "van
der grinten" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "van der grinten2", + "geo": "geo75", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "van der grinten2" + }, + { + "geo": "geo75", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo75", + "type": "scattergeo", + "mode": "text", + "text": [ + "van
der grinten2" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "van der grinten3", + "geo": "geo76", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "van der grinten3" + }, + { + "geo": "geo76", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo76", + "type": "scattergeo", + "mode": "text", + "text": [ + "van
der grinten3" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "van der grinten4", + "geo": "geo77", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "van der grinten4" + }, + { + "geo": "geo77", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo77", + "type": "scattergeo", + "mode": "text", + "text": [ + "van
der grinten4" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "wagner4", + "geo": "geo78", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "wagner4" + }, + { + "geo": "geo78", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo78", + "type": "scattergeo", + "mode": "text", + "text": [ + "wagner4" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "wagner6", + "geo": "geo79", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "wagner6" + }, + { + "geo": "geo79", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo79", + "type": "scattergeo", + "mode": "text", + "text": [ + "wagner6" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "wiechel", + "geo": "geo80", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "wiechel" + }, + { + "geo": "geo80", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo80", + "type": "scattergeo", + "mode": "text", + "text": [ + "wiechel" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "winkel tripel", + "geo": "geo81", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "winkel tripel" + }, + { + "geo": "geo81", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo81", + "type": "scattergeo", + "mode": "text", + "text": [ + "winkel
tripel" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + }, + { + "name": "winkel3", + "geo": "geo82", + "type": "choropleth", + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "z": [ + 1, + 2, + 3, + 4 + ], + "showscale": false, + "hovertemplate": "winkel3" + }, + { + "geo": "geo82", + "type": "scattergeo", + "mode": "markers+text", + "text": [ + "Cape Town", + "Los Angeles" + ], + "textfont": { + "size": 6 + }, + "marker": { + "color": [ + "lightgreen", + "yellow" + ], + "size": [ + 20, + 10 + ] + }, + "lat": [ + -34, + 34 + ], + "lon": [ + 18, + -118 + ] + }, + { + "geo": "geo82", + "type": "scattergeo", + "mode": "text", + "text": [ + "winkel3" + ], + "textfont": { + "color": "darkblue", + "family": "Gravitas One, cursive" + }, + "locations": [ + "GHA", + "ARG", + "AUS", + "CAN" + ], + "hoverinfo": "skip" + } + ], + "layout": { + "grid": { + "rows": 8, + "columns": 11 + }, + "showlegend": false, + "width": 2400, + "height": 1200, + "margin": { + "l": 20, + "t": 20, + "r": 20, + "b": 20 + }, + "annotations": [ + { + "showarrow": false, + "text": "all
projection
types
in Plotly", + "font": { + "size": 20 + }, + "x": 1, + "xref": "paper", + "xanchor": "right", + "yref": "paper", + "y": 0, + "yanchor": "bottom" + } + ], + "geo": { + "domain": { + "row": 0, + "column": 0 + }, + "projection": { + "type": "airy" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo2": { + "domain": { + "row": 1, + "column": 0 + }, + "projection": { + "type": "aitoff" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo3": { + "domain": { + "row": 2, + "column": 0 + }, + "projection": { + "type": "albers" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo83": { + "domain": { + "row": 2, + "column": 10 + }, + "projection": { + "type": "albers usa" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + } + }, + "geo4": { + "domain": { + "row": 3, + "column": 0 + }, + "projection": { + "type": "august" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo5": { + "domain": { + "row": 4, + "column": 0 + }, + "projection": { + "type": "azimuthal equal area" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo6": { + "domain": { + "row": 5, + "column": 0 + }, + "projection": { + "type": "azimuthal equidistant" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo7": { + "domain": { + "row": 6, + "column": 0 + }, + "projection": { + "type": "baker" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo8": { + "domain": { + "row": 7, + "column": 0 + }, + "projection": { + "type": "bertin1953" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo9": { + "domain": { + "row": 0, + "column": 1 + }, + "projection": { + "type": "boggs" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo10": { + "domain": { + "row": 1, + "column": 1 + }, + "projection": { + "type": "bonne" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo11": { + "domain": { + "row": 2, + "column": 1 + }, + "projection": { + "type": "bottomley" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo12": { + "domain": { + "row": 3, + "column": 1 + }, + "projection": { + "type": "bromley" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo13": { + "domain": { + "row": 4, + "column": 1 + }, + "projection": { + "type": "collignon" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo14": { + "domain": { + "row": 5, + "column": 1 + }, + "projection": { + "type": "conic conformal" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo15": { + "domain": { + "row": 6, + "column": 1 + }, + "projection": { + "type": "conic equal area" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo16": { + "domain": { + "row": 7, + "column": 1 + }, + "projection": { + "type": "conic equidistant" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo17": { + "domain": { + "row": 0, + "column": 2 + }, + "projection": { + "type": "craig" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo18": { + "domain": { + "row": 1, + "column": 2 + }, + "projection": { + "type": "craster" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo19": { + "domain": { + "row": 2, + "column": 2 + }, + "projection": { + "type": "cylindrical equal area" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo20": { + "domain": { + "row": 3, + "column": 2 + }, + "projection": { + "type": "cylindrical stereographic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo21": { + "domain": { + "row": 4, + "column": 2 + }, + "projection": { + "type": "eckert1" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo22": { + "domain": { + "row": 5, + "column": 2 + }, + "projection": { + "type": "eckert2" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo23": { + "domain": { + "row": 6, + "column": 2 + }, + "projection": { + "type": "eckert3" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo24": { + "domain": { + "row": 7, + "column": 2 + }, + "projection": { + "type": "eckert4" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo25": { + "domain": { + "row": 0, + "column": 3 + }, + "projection": { + "type": "eckert5" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo26": { + "domain": { + "row": 1, + "column": 3 + }, + "projection": { + "type": "eckert6" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo27": { + "domain": { + "row": 2, + "column": 3 + }, + "projection": { + "type": "eisenlohr" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo28": { + "domain": { + "row": 3, + "column": 3 + }, + "projection": { + "type": "equirectangular" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo29": { + "domain": { + "row": 4, + "column": 3 + }, + "projection": { + "type": "fahey" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo30": { + "domain": { + "row": 5, + "column": 3 + }, + "projection": { + "type": "foucaut" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo31": { + "domain": { + "row": 6, + "column": 3 + }, + "projection": { + "type": "foucaut sinusoidal" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo32": { + "domain": { + "row": 7, + "column": 3 + }, + "projection": { + "type": "ginzburg4" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo33": { + "domain": { + "row": 0, + "column": 4 + }, + "projection": { + "type": "ginzburg5" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo34": { + "domain": { + "row": 1, + "column": 4 + }, + "projection": { + "type": "ginzburg6" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo35": { + "domain": { + "row": 2, + "column": 4 + }, + "projection": { + "type": "ginzburg8" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo36": { + "domain": { + "row": 3, + "column": 4 + }, + "projection": { + "type": "ginzburg9" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo37": { + "domain": { + "row": 4, + "column": 4 + }, + "projection": { + "type": "gnomonic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo38": { + "domain": { + "row": 5, + "column": 4 + }, + "projection": { + "type": "gringorten" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo39": { + "domain": { + "row": 6, + "column": 4 + }, + "projection": { + "type": "gringorten quincuncial" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo40": { + "domain": { + "row": 7, + "column": 4 + }, + "projection": { + "type": "guyou" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo41": { + "domain": { + "row": 0, + "column": 5 + }, + "projection": { + "type": "hammer" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo42": { + "domain": { + "row": 1, + "column": 5 + }, + "projection": { + "type": "hill" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo43": { + "domain": { + "row": 2, + "column": 5 + }, + "projection": { + "type": "homolosine" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo44": { + "domain": { + "row": 3, + "column": 5 + }, + "projection": { + "type": "hufnagel" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo45": { + "domain": { + "row": 4, + "column": 5 + }, + "projection": { + "type": "hyperelliptical" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo46": { + "domain": { + "row": 5, + "column": 5 + }, + "projection": { + "type": "kavrayskiy7" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo47": { + "domain": { + "row": 6, + "column": 5 + }, + "projection": { + "type": "lagrange" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo48": { + "domain": { + "row": 7, + "column": 5 + }, + "projection": { + "type": "larrivee" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo49": { + "domain": { + "row": 0, + "column": 6 + }, + "projection": { + "type": "laskowski" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo50": { + "domain": { + "row": 1, + "column": 6 + }, + "projection": { + "type": "loximuthal" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo51": { + "domain": { + "row": 2, + "column": 6 + }, + "projection": { + "type": "mercator" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo52": { + "domain": { + "row": 3, + "column": 6 + }, + "projection": { + "type": "miller" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo53": { + "domain": { + "row": 4, + "column": 6 + }, + "projection": { + "type": "mollweide" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo54": { + "domain": { + "row": 5, + "column": 6 + }, + "projection": { + "type": "mt flat polar parabolic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo55": { + "domain": { + "row": 6, + "column": 6 + }, + "projection": { + "type": "mt flat polar quartic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo56": { + "domain": { + "row": 7, + "column": 6 + }, + "projection": { + "type": "mt flat polar sinusoidal" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo57": { + "domain": { + "row": 0, + "column": 7 + }, + "projection": { + "type": "natural earth" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo58": { + "domain": { + "row": 1, + "column": 7 + }, + "projection": { + "type": "natural earth1" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo59": { + "domain": { + "row": 2, + "column": 7 + }, + "projection": { + "type": "natural earth2" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo60": { + "domain": { + "row": 3, + "column": 7 + }, + "projection": { + "type": "nell hammer" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo61": { + "domain": { + "row": 4, + "column": 7 + }, + "projection": { + "type": "nicolosi" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo62": { + "domain": { + "row": 5, + "column": 7 + }, + "projection": { + "type": "orthographic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo63": { + "domain": { + "row": 6, + "column": 7 + }, + "projection": { + "type": "patterson" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo64": { + "domain": { + "row": 7, + "column": 7 + }, + "projection": { + "type": "peirce quincuncial" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo65": { + "domain": { + "row": 0, + "column": 8 + }, + "projection": { + "type": "polyconic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo66": { + "domain": { + "row": 1, + "column": 8 + }, + "projection": { + "type": "rectangular polyconic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo67": { + "domain": { + "row": 2, + "column": 8 + }, + "projection": { + "type": "robinson" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo68": { + "domain": { + "row": 3, + "column": 8 + }, + "projection": { + "type": "satellite" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo69": { + "domain": { + "row": 4, + "column": 8 + }, + "projection": { + "type": "sinu mollweide" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo70": { + "domain": { + "row": 5, + "column": 8 + }, + "projection": { + "type": "sinusoidal" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo71": { + "domain": { + "row": 6, + "column": 8 + }, + "projection": { + "type": "stereographic" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo72": { + "domain": { + "row": 7, + "column": 8 + }, + "projection": { + "type": "times" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo73": { + "domain": { + "row": 0, + "column": 9 + }, + "projection": { + "type": "transverse mercator" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo74": { + "domain": { + "row": 1, + "column": 9 + }, + "projection": { + "type": "van der grinten" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo75": { + "domain": { + "row": 2, + "column": 9 + }, + "projection": { + "type": "van der grinten2" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo76": { + "domain": { + "row": 3, + "column": 9 + }, + "projection": { + "type": "van der grinten3" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo77": { + "domain": { + "row": 4, + "column": 9 + }, + "projection": { + "type": "van der grinten4" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo78": { + "domain": { + "row": 5, + "column": 9 + }, + "projection": { + "type": "wagner4" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo79": { + "domain": { + "row": 6, + "column": 9 + }, + "projection": { + "type": "wagner6" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo80": { + "domain": { + "row": 7, + "column": 9 + }, + "projection": { + "type": "wiechel" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo81": { + "domain": { + "row": 0, + "column": 10 + }, + "projection": { + "type": "winkel tripel" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + }, + "geo82": { + "domain": { + "row": 1, + "column": 10 + }, + "projection": { + "type": "winkel3" + }, + "lonaxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "lataxis": { + "showgrid": true, + "gridwidth": 1, + "gridcolor": "lightgray" + }, + "showcoastlines": false, + "showocean": true + } + } +} diff --git a/test/jasmine/tests/geo_test.js b/test/jasmine/tests/geo_test.js index 732406e0368..335bcf990e4 100644 --- a/test/jasmine/tests/geo_test.js +++ b/test/jasmine/tests/geo_test.js @@ -130,6 +130,35 @@ describe('Test Geo layout defaults', function() { }); }); + it('should only coerce projection.tilt and projection.distance if type is satellite', function() { + var projTypes = layoutAttributes.projection.type.values; + + function testOne(projType) { + layoutIn = { + geo: { + projection: { + type: projType, + tilt: 30, + distance: 3 + } + } + }; + + supplyLayoutDefaults(layoutIn, layoutOut, fullData); + } + + projTypes.forEach(function(projType) { + testOne(projType); + if(projType === 'satellite') { + expect(layoutOut.geo.projection.tilt).toBeDefined(); + expect(layoutOut.geo.projection.distance).toBeDefined(); + } else { + expect(layoutOut.geo.projection.tilt).toBeUndefined(); + expect(layoutOut.geo.projection.distance).toBeUndefined(); + } + }); + }); + it('should only coerce projection.parallels if type is conic', function() { var projTypes = layoutAttributes.projection.type.values; @@ -148,7 +177,7 @@ describe('Test Geo layout defaults', function() { projTypes.forEach(function(projType) { testOne(projType); - if(projType.indexOf('conic') !== -1) { + if(projType.indexOf('conic') !== -1 || projType === 'albers') { expect(layoutOut.geo.projection.parallels).toBeDefined(); } else { expect(layoutOut.geo.projection.parallels).toBeUndefined(); diff --git a/test/plot-schema.json b/test/plot-schema.json index 2066f2ad50c..48f281311a7 100644 --- a/test/plot-schema.json +++ b/test/plot-schema.json @@ -2005,6 +2005,13 @@ "valType": "color" }, "projection": { + "distance": { + "description": "For satellite projection type only. Sets the distance from the center of the sphere to the point of view as a proportion of the sphere’s radius.", + "dflt": 2, + "editType": "plot", + "min": 1.001, + "valType": "number" + }, "editType": "plot", "parallels": { "description": "For conic projection types only. Sets the parallels (tangent, secant) where the cone intersects the sphere.", @@ -2048,33 +2055,100 @@ "min": 0, "valType": "number" }, + "tilt": { + "description": "For satellite projection type only. Sets the tilt angle of perspective projection.", + "dflt": 0, + "editType": "plot", + "valType": "number" + }, "type": { "description": "Sets the projection type.", "editType": "plot", "valType": "enumerated", "values": [ - "equirectangular", - "mercator", - "orthographic", - "natural earth", - "kavrayskiy7", - "miller", - "robinson", - "eckert4", + "airy", + "aitoff", + "albers usa", + "albers", + "august", "azimuthal equal area", "azimuthal equidistant", - "conic equal area", + "baker", + "bertin1953", + "boggs", + "bonne", + "bottomley", + "bromley", + "collignon", "conic conformal", + "conic equal area", "conic equidistant", + "craig", + "craster", + "cylindrical equal area", + "cylindrical stereographic", + "eckert1", + "eckert2", + "eckert3", + "eckert4", + "eckert5", + "eckert6", + "eisenlohr", + "equirectangular", + "fahey", + "foucaut sinusoidal", + "foucaut", + "ginzburg4", + "ginzburg5", + "ginzburg6", + "ginzburg8", + "ginzburg9", "gnomonic", - "stereographic", - "mollweide", + "gringorten quincuncial", + "gringorten", + "guyou", "hammer", + "hill", + "homolosine", + "hufnagel", + "hyperelliptical", + "kavrayskiy7", + "lagrange", + "larrivee", + "laskowski", + "loximuthal", + "mercator", + "miller", + "mollweide", + "mt flat polar parabolic", + "mt flat polar quartic", + "mt flat polar sinusoidal", + "natural earth", + "natural earth1", + "natural earth2", + "nell hammer", + "nicolosi", + "orthographic", + "patterson", + "peirce quincuncial", + "polyconic", + "rectangular polyconic", + "robinson", + "satellite", + "sinu mollweide", + "sinusoidal", + "stereographic", + "times", "transverse mercator", - "albers usa", + "van der grinten", + "van der grinten2", + "van der grinten3", + "van der grinten4", + "wagner4", + "wagner6", + "wiechel", "winkel tripel", - "aitoff", - "sinusoidal" + "winkel3" ] } },