2014年11月14日金曜日

第11回ゼミ(GISデータの扱い)

①Fusion maps とKML

  • Layerの追加(岡山県の市区町村ポリゴンデータ)
    • 岡山県のポリゴンデータは以下のフォルダにある
      • Google ドライブの\ゼミ2014\Google Map データ\GISデータ

    // ポリゴン(岡山県)
        polygon_layer = new google.maps.FusionTablesLayer({
          map: map,
          heatmap: { enabled: false },
          query: {
            select: "col9",
            from: "1lm7db9XenhSo4zm3zo7ke9slmnbYSEy-iaCUfCiI",
            where: ""
          },
          options: {
            styleId: 2,
            templateId: 2
          }
        });

0 件のコメント:

コメントを投稿