好みのタイルサーバを選ぶ
GeoGraphicsはデフォルトでWolframの地図タイルサーバを使用する.
In[1]:=
GeoGraphics[Entity["Country", "Spain"]]
Out[1]=
別のタイルサーバを使う.
In[2]:=
GeoGraphics[Entity["Country", "Spain"],
GeoServer -> "http://a.tile.openstreetmap.org/`1`/`2`/`3`.png"]
Out[2]=
地図の部分によって異なるタイルサーバを使い分ける.
In[3]:=
GeoGraphics[{GeoStyling["StreetMap",
GeoServer -> "http://a.tile.openstreetmap.org/`1`/`2`/`3`.png"],
Polygon[Entity["Country", "France"]]},
GeoBackground -> "StreetMapNoLabels"]
Out[3]=