Wolfram言語

地理的データ

好みのタイルサーバを選ぶ

GeoGraphicsはデフォルトでWolframの地図タイルサーバを使用する.

In[1]:=
Click for copyable input
GeoGraphics[Entity["Country", "Spain"]]
Out[1]=

別のタイルサーバを使う.

In[2]:=
Click for copyable input
GeoGraphics[Entity["Country", "Spain"], GeoServer -> "http://a.tile.openstreetmap.org/`1`/`2`/`3`.png"]
Out[2]=

地図の部分によって異なるタイルサーバを使い分ける.

In[3]:=
Click for copyable input
GeoGraphics[{GeoStyling["StreetMap", GeoServer -> "http://a.tile.openstreetmap.org/`1`/`2`/`3`.png"], Polygon[Entity["Country", "France"]]}, GeoBackground -> "StreetMapNoLabels"]
Out[3]=

関連する例

de en es fr ko pt-br ru zh