こんな感じ

map.png

openlayers.html

<!DOCTYPE html>
<html lang="ja">
  <meta charset="UTF-8"/>
  <title>Openlayers Example</title>
  <style type="text/css">
    #map {
      width  : 800px;
      height : 600px;
      border : 1px solid black;
    }
  </style>
  <body>
    <div id="map"></div>
  </body>
  <script src="OpenLayers.js"></script>
  <script type="text/javascript">
    var lon = 140.0;
    var lat = 35.0;
    var zoom = 5;
    var map = new OpenLayers.Map('map');
    var baseWMS = new OpenLayers.Layer.WMS(
      "Base Map",
      "http://app.example.com/cgi-bin/mapserver?map=/opt/maps/map07.map",
      {layers: ['countries','lakes','rivers','cities','roads','rails'], transparent: false},
      {isBaseLayer: true}
    );
    var earthQuakeWMS3 = new OpenLayers.Layer.WMS(
      "Mag3",
      "http://app.example.com/cgi-bin/mapserver?map=/opt/maps/map07_earthquakes.map&magx=3&magy=4",
      {layers: ['earthquakes'], transparent: true},
      {isBaseLayer: false}
    );
    var earthQuakeWMS4 = new OpenLayers.Layer.WMS(
      "Mag4",
      "http://app.example.com/cgi-bin/mapserver?map=/opt/maps/map07_earthquakes.map&magx=4&magy=5",
      {layers: ['earthquakes'], transparent: true},
      {isBaseLayer: false}
    );
    var earthQuakeWMS5 = new OpenLayers.Layer.WMS(
      "Mag5",
      "http://app.example.com/cgi-bin/mapserver?map=/opt/maps/map07_earthquakes.map&magx=5&magy=6",
      {layers: ['earthquakes'], transparent: true},
      {isBaseLayer: false}
    );
    var earthQuakeWMS6 = new OpenLayers.Layer.WMS(
      "Mag6",
      "http://app.example.com/cgi-bin/mapserver?map=/opt/maps/map07_earthquakes.map&magx=6&magy=7",
      {layers: ['earthquakes'], transparent: true},
      {isBaseLayer: false}
    );
    var earthQuakeWMS7 = new OpenLayers.Layer.WMS(
      "Mag7",
      "http://app.example.com/cgi-bin/mapserver?map=/opt/maps/map07_earthquakes.map&magx=7&magy=9",
      {layers: ['earthquakes'], transparent: true},
      {isBaseLayer: false}
    );
    map.addLayer(baseWMS);
    map.addLayer(earthQuakeWMS3);
    map.addLayer(earthQuakeWMS4);
    map.addLayer(earthQuakeWMS5);
    map.addLayer(earthQuakeWMS6);
    map.addLayer(earthQuakeWMS7);
    map.setCenter(new OpenLayers.LonLat(lon, lat), zoom);
    map.addControl(new OpenLayers.Control.LayerSwitcher());
  </script>
</html>

Map File

自前のMapserverの地図でも日付変更線マタギができるのか?


GIS


添付ファイル: filedateline.png 2051件 [詳細] filemap.png 2175件 [詳細]

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS   sitemap
Last-modified: 2015-01-29 (木) 01:48:19 (3369d)
Short-URL: https://at-sushi.com:443/pukiwiki/index.php?cmd=s&k=4bbb1387c8
ISBN10
ISBN13
9784061426061