[OSGeoJapan-discuss] [質問]WFSでの図形表示について

神谷 紳一郎 kamiya @ shinnihon-cst.co.jp
2014年 6月 9日 (月) 20:54:33 PDT


田原さん、

返信ありがとうございます。



下記方法を試してみましたが、やはり表示できませんでした。。







From: DaisukeTahara [mailto:tahara @ hcc.co.jp]
Sent: Tuesday, June 10, 2014 11:57 AM
To: 神谷 紳一郎; osgeojapan-discuss @ lists.osgeo.org
Subject: Re: [OSGeoJapan-discuss] [質問]WFSでの図形表示について




お世話になっております。
田原と申します

var layer = new OpenLayers.Layer.Vector(
"WFSLayer",
{
strategies: [new OpenLayers.Strategy.BBOX()],
protocol: new OpenLayers.Protocol.WFS(
{
url:  "http://localhost:28080/geoserver/geotest/wfs",
featureType: "test001",
featureNS: "geo <http://localhost:28080/geo> test",
geometryName: "geom"
}
)
}
);


ではどうでしょうか?



(2014/06/10 9:49), 神谷 紳一郎 wrote:

皆様、はじめまして。

神谷と申します。

現在、windowsローカル環境にて

Openlayers + Geoserver + PostGIS で色々試しています。

PostGISのデータを以下のようにWFSで表示しようとしているのですが成功しま せ
ん。

何が原因か、皆様のお知恵を貸していただきたいと思います。

■javascriptレイヤ設定部分

    OpenLayers.ProxyHost= "/cgi-bin/proxy.cgi?url=";

    var layer = new OpenLayers.Layer.Vector(

        "WFSLayer",

        {

                strategies: [new OpenLayers.Strategy.BBOX()],

                protocol: new OpenLayers.Protocol.WFS(

                        {

                                url:
"http://localhost:28080/geoserver/geotest/wfs",

                                featureType: "geotest:test001",

                                featureNS: "http://localhost:28080/geotest",

                                geometryName: "geom"

                        }

                )

        }

    );

    orverlayLayers.push(layer);

    map.addLayers(orverlayLayers);

■Geoserver設定

・Workspace

Name:geotest

        NamespaceURI:http://localhost:28080/geotest

・Store

        Workspace:geotest

        DataSourceName:testDB



・Layer

        Name:test001

        FeatureTypeDatail:gid(int)

                         geom(Point)



■その他

・Apacheポート:8080

 Geoserverポート:28080

・WMSで表示することはできました。

・http://localhost:8080/cgi-bin/proxy.cgi は表示可能でしたhttp://localhost:8080/geoserver/wfs?service=wfs
<http://localhost:8080/geoserver/wfs?service=wfs&version=1.1.0&request=GetCa
pabilities> &version=1.1.0&request=GetCapabilities でレイヤ情報も閲覧可能で
した

 

以上、よろしくお願いします。

============================================

 株式会社新日本コンサルタント

 地理空間情報部門 統合情報系グループ

 神谷 紳一郎

 E-mail kamiya @ shinnihon-cst.co.jp <mailto:kamiya @ shinnihon-cst.co.jp>

 TEL   076-436-2111

============================================






_______________________________________________
OSGeoJapan-discuss mailing list
OSGeoJapan-discuss @ lists.osgeo.org
<mailto:OSGeoJapan-discuss @ lists.osgeo.org>
http://lists.osgeo.org/mailman/listinfo/osgeojapan-discuss






--
■北海道地図株式会社 総合技術センター研究開発課
 田原 大輔 (tahara @ hcc.co.jp <mailto:tahara @ hcc.co.jp> )
 Tel : 0166-62-4711 Fax:0166-62-4713
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: <http://lists.osgeo.org/pipermail/osgeojapan-discuss/attachments/20140610/cf3e7fcc/attachment-0001.html>


More information about the OSGeoJapan-discuss mailing list