ユーザ用ツール

サイト用ツール


webmaps:portal

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
webmaps:portal [2020/07/04 06:13] – ↷ webmaps:start から webmaps:portal へページを名称変更しました。 aninecowebmaps:portal [2020/10/23 16:30] (現在) – [OpenStreetMap] anineco
行 1: 行 1:
-====== Web地図 ====== +====== Web地図ポータルサイト ====== 
-===== ポータルサイト ===== +===== サイト一覧 ===== 
-^  名称(URL)                                               ^  埋め込み  ^  作図データ                    ||^ 地図データ  +^  名称                                                    ^  埋め込み  ^  作図データ                    ||^  地図   
-| :::                                                    ^  表示    ^  GPX    ^  KML  ^  GeoJSON  | :::    | +^                                                        ^  表示    ^  GPX    ^  KML  ^  GeoJSON  ^ データ   ^ 
-| [[https://maps.gsi.go.jp/|地理院地図]]                      |  ○              ○    |  ○        |  XYZ   +| [[https://maps.gsi.go.jp/|地理院地図]]                      |  ○              ○    |  ○        |  XYZ  
-| [[https://maps.gsi.go.jp/vector/|地理院地図 Vector]](試験公開)  |        |                ○        |  MVT   +| [[https://maps.gsi.go.jp/vector/|地理院地図 Vector]]        |        |                ○        |  MVT  
-| [[https://www.openstreetmap.org/|OpenStreetMap]]              |                          XYZ   +| [[https://www.openstreetmap.org/|OpenStreetMap]]        ○     |                          XYZ  
-| [[https://www.google.com/maps/d/u/0/|Google My Maps]]  |  ○      ○      |  ○    |            API   +| [[https://www.google.com/maps/d/u/0/|Google My Maps]]  |  ○      ○      |  ○    |            API  
-| [[https://www.bing.com/maps|Bing 地図]]                  |        |                          API   +| [[https://www.bing.com/maps|Bing 地図]]                  |  ○     |                          API  
-| [[https://beta-map.yahoo.co.jp/|Yahoo!地図]](ベータ版)       |        |                                +| [[https://beta-map.yahoo.co.jp/|Yahoo!地図]]             |        |                               
-==== 埋め込み表示 ==== +===== 埋め込み表示 ===== 
-=== 地理院地図 ===+==== 地理院地図 ====
 作図データは埋め込み表示できない。 作図データは埋め込み表示できない。
 <code html> <code html>
行 22: 行 22:
 </div> </div>
 </html> </html>
-=== Google My Maps ===+==== OpenStreetMap ==== 
 +中心の経度、緯度とズームレベルの代わりにbounding boxを指定する。 
 +<code html> 
 +<iframe width="640" height="480" 
 +src="https://www.openstreetmap.org/export/embed.html?bbox=138.22946548461917%2C36.03882779541354%2C138.3827590942383%2C36.15547923128559&amp;layer=cyclemap"></iframe> 
 +</code> 
 +<html> 
 +<div style="text-align:center;"> 
 +<iframe width="640" height="480" 
 +src="https://www.openstreetmap.org/export/embed.html?bbox=138.22946548461917%2C36.03882779541354%2C138.3827590942383%2C36.15547923128559&amp;layer=cyclemap"></iframe> 
 +</div> 
 +</html> 
 +==== Google My Maps ====
 <code html> <code html>
 <iframe width="640" height="480" <iframe width="640" height="480"
行 33: 行 45:
 </div> </div>
 </html> </html>
 +==== Bing 地図 ====
 +<code html>
 +<iframe width="640" height="480"
 +src="https://www.bing.com/maps/embed?h=480&w=640&cp=36.097208~138.306238&lvl=13&typ=d&sty=r&src=SHELL&FORM=MBEDV8">
 +</iframe>
 +</code>
 +<html>
 +<div style="text-align:center;">
 +<iframe width="640" height="480"
 +src="https://www.bing.com/maps/embed?h=480&w=640&cp=36.097208~138.306238&lvl=13&typ=d&sty=r&src=SHELL&FORM=MBEDV8">
 +</iframe>
 +</div>
 +</html>
 +
webmaps/portal.1593810785.txt.gz · 最終更新: 2020/07/04 06:13 by anineco