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

DaisukeTahara tahara @ hcc.co.jp
2014年 6月 9日 (月) 19:57:27 PDT


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

*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:
> [質問]WFSでの図形表示について
>
> 皆様、はじめまして。
>
> 神谷と申します。
>
> 現在、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&version=1.1.0&
> request=GetCapabilities でレイヤ情報も閲覧可能でした
>
>  
>
> 以上、よろしくお願いします。
>
> ============================================
>
> 株式会社新日本コンサルタント
>
> 地理空間情報部門 統合情報系グループ
>
> 神谷紳一郎
>
> E-mail kamiya @ shinnihon-cst.co.jp
>
> TEL  076-436-2111
>
> ============================================
>
>
>
> _______________________________________________
> OSGeoJapan-discuss mailing list
> OSGeoJapan-discuss @ lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/osgeojapan-discuss


-- 
■北海道地図株式会社 総合技術センター研究開発課
 田原 大輔 (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/2b625ddb/attachment-0001.html>


More information about the OSGeoJapan-discuss mailing list