I am wondering if anyone else has come across this while using the ArcSDE
Datastore:
I am trying to get a text/plain result from a getFeatureInfo. I get two
types of results depending on whether the sde layer is an actual spatial
layer or a spatial view (based on a join within oracle).
Here is a request to a spatial view..
http://<server>/mapserver520/terrestrial_ecology520?service=wms&request=getFeatureInfo&version=1.1.1&layers=BIOT_OCCR_TREES_AREA_SVW&query_layers=BIOT_OCCR_TREES_AREA_SVW&width=500&height=500&SRS=EPSG:4326&BBOX=-115.458612543896,49.1997596600283,-115.458021667689,49.2001915091176&x=200&y=200&info_format=text/plain
And this is the result:
Layer 'BIOT_OCCR_TREES_AREA_SVW'
Content-type: application/vnd.ogc.se_xml
<?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?>
<!DOCTYPE ServiceExceptionReport SYSTEM
"http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd">
<ServiceExceptionReport version="1.1.1">
<ServiceException>
msSDELayerGetShape(): SDE error. SE_stream_fetch_row(): Invalid parameter
value passed to function. (-66)
</ServiceException>
</ServiceExceptionReport>
When doing a getFeatureInfo on a spatial layer, such as this..
http://<server>/mapserver520/terrestrial_ecology520?service=wms&request=getFeatureInfo&version=1.1.1&layers=BIOT_OCCR_MASKED_SENS_AREA_SP&query_layers=BIOT_OCCR_MASKED_SENS_AREA_SP&width=500&height=500&SRS=EPSG:4326&BBOX=-115.295184921231,49.1055064203968,-115.241763642305,49.1445500142613&x=200&y=200&info_format=text/plain
I get this..
GetFeatureInfo results:
Layer 'BIOT_OCCR_MASKED_SENS_AREA_SP'
Feature 1278361:
Are there limitations on how mapserver can handle spatial views in
ArcSDE/Oracle?
Many thanks,
Michelle
--This is similary to Ticket #536 http://trac.osgeo.org/mapserver/ticket/536 except it is specific to spatial views.
--- Begin Message ---You are not allowed to post to this mailing list, and your message has been automatically rejected. If you think that your messages are being rejected in error, contact the mailing list owner at [email protected].--- Begin Message ---I am wondering if anyone else has come across this while using the ArcSDE Datastore: I am trying to get a text/plain result from a getFeatureInfo. I get two types of results depending on whether the sde layer is an actual spatial layer or a spatial view (based on a join within oracle). Here is a request to a spatial view.. http://<server>/mapserver520/terrestrial_ecology520?service=wms&request=getFeatureInfo&version=1.1.1&layers=BIOT_OCCR_TREES_AREA_SVW&query_layers=BIOT_OCCR_TREES_AREA_SVW&width=500&height=500&SRS=EPSG:4326&BBOX=-115.458612543896,49.1997596600283,-115.458021667689,49.2001915091176&x=200&y=200&info_format=text/plain And this is the result: Layer 'BIOT_OCCR_TREES_AREA_SVW' Content-type: application/vnd.ogc.se_xml <?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?> <!DOCTYPE ServiceExceptionReport SYSTEM "http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd"> <ServiceExceptionReport version="1.1.1"> <ServiceException> msSDELayerGetShape(): SDE error. SE_stream_fetch_row(): Invalid parameter value passed to function. (-66) </ServiceException> </ServiceExceptionReport> When doing a getFeatureInfo on a spatial layer, such as this.. http://<server>/mapserver520/terrestrial_ecology520?service=wms&request=getFeatureInfo&version=1.1.1&layers=BIOT_OCCR_MASKED_SENS_AREA_SP&query_layers=BIOT_OCCR_MASKED_SENS_AREA_SP&width=500&height=500&SRS=EPSG:4326&BBOX=-115.295184921231,49.1055064203968,-115.241763642305,49.1445500142613&x=200&y=200&info_format=text/plain I get this.. GetFeatureInfo results: Layer 'BIOT_OCCR_MASKED_SENS_AREA_SP' Feature 1278361: Are there limitations on how mapserver can handle spatial views in ArcSDE/Oracle? Many thanks, Michelle -- View this message in context: http://n2.nabble.com/GetFeatureInfo-with-ArcSDE9.1-Oracle10g-Spatial-Views---Mapserver-5.2-tp2360554p2360554.html Sent from the Mapserver - User mailing list archive at Nabble.com.
--- End Message ---
--- End Message ---
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
