返回画廊数据整理自 YouMind 公共 GitHub/页面数据
图表文档地图 / 导视图来源:X / Twitter

带有信息面板的详细物理世界地图

生成一张高度详细的地形世界地图,包含图例、罗盘玫瑰以及底部的五个信息数据面板。

Prompt 正文

默认展示英文原文。复制时按当前语言,回到首页后会同时保留中英文两份草稿。

{
"type": "highly detailed cartographic world map",
"style": "{argument name=\"color palette\" default=\"realistic topographical and bathymetric colors\"}",
"map_features": {
"terrain": "shaded relief showing mountains, valleys, and plains in greens, browns, and whites",
"oceans": "depth shading in various tones of blue, with lighter blues for continental shelves and darker blues for deep trenches",
"grid": "latitude and longitude lines spanning the entire map",
"labels": "major continents, countries, oceans, and seas clearly labeled in serif and sans-serif typography"
},
"layout": {
"overlays": [
{
"type": "compass rose",
"position": "mid-left, over the Pacific Ocean",
"description": "classic 8-point nautical compass"
},
{
"type": "legend",
"position": "bottom left",
"title": "{argument name=\"map title\" default=\"EARTH\"}",
"subtitle": "{argument name=\"map type\" default=\"Physical Map\"}",
"contents": "elevation color key, map symbols, and distance scale"
}
],
"bottom_panels": {
"count": 5,
"position": "horizontal row along the bottom edge",
"labels": [
"THE WORLD",
"LARGEST COUNTRIES",
"LONGEST MOUNTAIN RANGES",
"LARGEST OCEANS",
"LONGEST RIVERS"
]
}
}
}