Hi, I don't have any quick suggestion there. If you can reproduce without using ArcSDE, like using a shapefile, or postgis, then open a ticket in the bug tracker and attach both the shapefile and the failing request https://osgeo-org.atlassian.net/projects/GEOS
If instead it happens only with SDE then I believe you'll probably need to look for commercial support (I don't think anyone is interested in spending their spare time working on a fix for a proprietary data source, but happy to be proven wrong of course :-p ): http://geoserver.org/support/ Cheers Andrea On Tue, Nov 15, 2016 at 5:53 PM, Douville, Michelle R JTST:EX < [email protected]> wrote: > > > Hi Andrea, > > Thank you for your response. > > Looking at this a bit more, I see the KML reflector response is behaving > differently between Geoserver 2.8.1 and Geoserver 2.10.0 > > > > Here are the examples (using the same data and same ESRI binaries, > delivery is 2.10 and production is 2.8.1), > > > > http://openmaps.gov.bc.ca/geo/pub/wms/kml?layers=pub:WHSE_ > BASEMAPPING.DBM_BC_7H_MIL_BATHYMETRC_POLY > > > > http://delivery.openmaps.gov.bc.ca/geo/pub/wms/kml?layers= > pub:WHSE_BASEMAPPING.DBM_BC_7H_MIL_BATHYMETRC_POLY > > > > both access this feature: > > Feature Type "WHSE_BASEMAPPING.DBM_BC_7H_MIL_BATHYMETRC_POLY" > > - Name: WHSE_BASEMAPPING.DBM_BC_7H_MIL_BATHYMETRC_POLY > - Description: null > - Abstract: null > - Enabled: true > - SRS: EPSG:3005 > - Bounds: ReferencedEnvelope[273875.663 : 1870571.76, 362346.895 : > 1735670.856]> > > > > > > > > Geoserver 2.10.0 produces an invalid response; (NOTE the coordinates in > the response do not look like BC Albers metres) > > http://delivery.openmaps.gov.bc.ca/geo/pub/wms?service=wms& > request=GetMap&version=1.1.1&format=application/vnd.google- > earth.kml+xml&layers=pub:WHSE_BASEMAPPING.DBM_BC_7H_MIL_ > BATHYMETRC_POLY&styles=1_7500000_Bathymetric&height= > 2048&width=2048&transparent=false&srs=EPSG:4326&format_ > options=AUTOFIT:true;KMATTR:true;KMPLACEMARK:false; > KMSCORE:40;MODE:refresh;SUPEROVERLAY:false&BBOX=-180, > 3.611321000262786,180,90 > > HTTP/1.1 200 OK > > Date: Tue, 15 Nov 2016 16:41:51 GMT > > Server: Apache-Coyote/1.1 > > X-Control-flow-delay-ms: 1 > > Content-Disposition: attachment; filename=pub-WHSE_BASEMAPPING. > DBM_BC_7H_MIL_BATHYMETRC_POLY.kml > > Content-Type: application/vnd.ogc.se_xml;charset=UTF-8 > > Set-Cookie: GS_FLOW_CONTROL="GS_CFLOW_-1dfe26d1:15865646918:-7ffc"; > Version=1 > > Access-Control-Allow-Credentials: true > > Access-Control-Allow-Methods: OPTIONS,GET,POST > > Access-Control-Allow-Headers: X-Requested-With, Referer, Origin, > Content-Type > > Keep-Alive: timeout=5, max=100 > > Connection: Keep-Alive > > Content-Length: 16283 > > > > <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE > ServiceExceptionReport SYSTEM "http://delivery.openmaps.gov. > bc.ca/geo/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd"> > <ServiceExceptionReport version="1.1.1" > <ServiceException> > > java.lang.RuntimeException: org.geotools.arcsde.ArcSdeException: > Can't generate SeShape from POLYGON ((-8798635.294192027 > -4141849.593624121, -8798635.294192027 13231621.026177911, > 10592768.196073437 13231621.026177911, 10592768.196073437 > -4141849.593624121, -8798635.294192027 -4141849.593624121)) > > [SDE error -139][Error desc=THE SPECIFIED COORDINATE EXCEEDS THE VALID > COORDINATE RANGE.][Extended desc= > > ] > > org.geotools.arcsde.ArcSdeException: Can't generate SeShape from > POLYGON ((-8798635.294192027 -4141849.593624121, -8798635.294192027 > 13231621.026177911, 10592768.196073437 13231621.026177911, > 10592768.196073437 -4141849.593624121, -8798635.294192027 > -4141849.593624121)) > > [SDE error -139][Error desc=THE SPECIFIED COORDINATE EXCEEDS THE VALID > COORDINATE RANGE.][Extended desc= > > ] > > Can't generate SeShape from POLYGON ((-8798635.294192027 > -4141849.593624121, -8798635.294192027 13231621.026177911, > 10592768.196073437 13231621.026177911, 10592768.196073437 > -4141849.593624121, -8798635.294192027 -4141849.593624121)) > > [SDE error -139][Error desc=THE SPECIFIED COORDINATE EXCEEDS THE VALID > COORDINATE RANGE.][Extended desc= > > ] > > Details: > > org.geoserver.platform.ServiceException: java.lang.RuntimeException: > org.geotools.arcsde.ArcSdeException: Can't generate SeShape from > POLYGON ((-8798635.294192027 -4141849.593624121, -8798635.294192027 > 13231621.026177911, 10592768.196073437 13231621.026177911, > 10592768.196073437 -4141849.593624121, -8798635.294192027 > -4141849.593624121)) > > [SDE error -139][Error desc=THE SPECIFIED COORDINATE EXCEEDS THE VALID > COORDINATE RANGE.][Extended desc= > > ] > > at org.geoserver.ows.Dispatcher.exception(Dispatcher.java:1665) > > at org.geoserver.ows.Dispatcher.handleRequestInternal( > Dispatcher.java:278) > > at org.springframework.web.servlet.mvc.AbstractController. > handleRequest(AbstractController.java:147) > > at org.springframework.web.servlet.mvc. > SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter > .java:50) > > at org.springframework.web.servlet.DispatcherServlet. > doDispatch(DispatcherServlet.java:959) > > at org.springframework.web.servlet.DispatcherServlet. > doService(DispatcherServlet.java:893) > > at org.springframework.web.servlet.FrameworkServlet. > processRequest(FrameworkServlet.java:968) > > at org.springframework.web.servlet.FrameworkServlet. > doGet(FrameworkServlet.java:859) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:622) > > at org.springframework.web.servlet.FrameworkServlet. > service(FrameworkServlet.java:844) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) > > at org.apache.catalina.core.ApplicationFilterChain. > internalDoFilter(ApplicationFilterChain.java:292) > > at org.apache.catalina.core.ApplicationFilterChain.doFilter( > ApplicationFilterChain.java:207) > > at org.apache.tomcat.websocket.server.WsFilter.doFilter( > WsFilter.java:52) > > at org.apache.catalina.core.ApplicationFilterChain. > internalDoFilter(ApplicationFilterChain.java:240) > > at org.apache.catalina.core.ApplicationFilterChain.doFilter( > ApplicationFilterChain.java:207) > > at org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter( > ThreadLocalsCleanupFilter.java:28) > > at org.apache.catalina.core.ApplicationFilterChain. > internalDoFilter(ApplicationFilterChain.java:240) > > at org.apache.catalina.core.ApplicationFilterChain.doFilter( > ApplicationFilterChain.java:207) > > at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter( > SpringDelegatingFilter.java:75) > > at org.geoserver.wms.animate.AnimatorFilter.doFilter( > AnimatorFilter.java:71) > > at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter( > SpringDelegatingFilter.java:71) > > at org.geoserver.flow.controller.IpBlacklistFilter.doFilter( > IpBlacklistFilter.java:94) > > at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter( > SpringDelegatingFilter.java:71) > > at org.geoserver.flow.ControlFlowCallback.doFilter( > ControlFlowCallback.java:252) > > at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter( > SpringDelegatingFilter.java:71) > > at org.geoserver.filters.SpringDelegatingFilter.doFilter( > SpringDelegatingFilter.java:46) > > at org.apache.catalina.core.ApplicationFilterChain. > internalDoFilter(ApplicationFilterChain.java:240) > > at org.apache.catalina.core.ApplicationFilterChain.doFilter( > ApplicationFilterChain.java:207) > > at org.geoserver.platform.AdvancedDispatchFilter.doFilter( > AdvancedDispatchFilter.java:50) > > at org.apache.catalina.core.ApplicationFilterChain. > internalDoFilter(ApplicationFilterChain.java:240) > > at org.apache.catalina.core.ApplicationFilterChain.doFilter( > ApplicationFilterChain.java:207) > > at org.springframework.security.web.FilterChainProxy$ > VirtualFilterChain.doFilter(FilterChainProxy.java:316) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69) > > at org.springframework.security.web.access.intercept. > FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) > > at org.springframework.security.web.access.intercept. > FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73) > > at org.geoserver.security.filter.GeoServerCompositeFilter. > doFilter(GeoServerCompositeFilter.java:92) > > at org.springframework.security.web.FilterChainProxy$ > VirtualFilterChain.doFilter(FilterChainProxy.java:330) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69) > > at org.springframework.security.web.access. > ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73) > > at org.geoserver.security.filter.GeoServerCompositeFilter. > doFilter(GeoServerCompositeFilter.java:92) > > at org.springframework.security.web.FilterChainProxy$ > VirtualFilterChain.doFilter(FilterChainProxy.java:330) > > at org.geoserver.security.filter.GeoServerAnonymousAuthenticati > onFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:54) > > at org.springframework.security.web.FilterChainProxy$ > VirtualFilterChain.doFilter(FilterChainProxy.java:330) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69) > > at org.springframework.security.web.authentication.www. > BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter. > java:158) > > at org.springframework.web.filter.OncePerRequestFilter. > doFilter(OncePerRequestFilter.java:107) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73) > > at org.geoserver.security.filter.GeoServerCompositeFilter. > doFilter(GeoServerCompositeFilter.java:92) > > at org.geoserver.security.filter.GeoServerBasicAuthenticationFi > lter.doFilter(GeoServerBasicAuthenticationFilter.java:84) > > at org.springframework.security.web.FilterChainProxy$ > VirtualFilterChain.doFilter(FilterChainProxy.java:330) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69) > > at org.springframework.security.web.context. > SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilt > er.java:91) > > at org.geoserver.security.filter.GeoServerSecurityContextPersis > tenceFilter$1.doFilter(GeoServerSecurityContextPersistenceFilter.java:53) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73) > > at org.geoserver.security.filter.GeoServerCompositeFilter. > doFilter(GeoServerCompositeFilter.java:92) > > at org.springframework.security.web.FilterChainProxy$ > VirtualFilterChain.doFilter(FilterChainProxy.java:330) > > at org.springframework.security.web.FilterChainProxy. > doFilterInternal(FilterChainProxy.java:213) > > at org.springframework.security.web.FilterChainProxy.doFilter( > FilterChainProxy.java:176) > > at org.geoserver.security.GeoServerSecurityFilterChainPr > oxy.doFilter(GeoServerSecurityFilterChainProxy.java:152) > > at org.springframework.web.filter.DelegatingFilterProxy. > invokeDelegate(DelegatingFilterProxy.java:346) > > at org.springframework.web.filter.DelegatingFilterProxy.doFilter( > DelegatingFilterProxy.java:262) > > at org.apache.catalina.core.ApplicationFilterChain. > internalDoFilter(ApplicationFilterChain.java:240) > > at org.apache.catalina.core.ApplicationFilterChain.doFilter( > ApplicationFilterChain.java:207) > > at org.geoserver.filters.LoggingFilter.doFilter( > LoggingFilter.java:87) > > at org.apache.catalina.core.ApplicationFilterChain. > internalDoFilter(ApplicationFilterChain.java:240) > > at org.apache.catalina.core.ApplicationFilterChain.doFilter( > ApplicationFilterChain.java:207) > > at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:48) > > at org.apache.catalina.core.ApplicationFilterChain. > internalDoFilter(ApplicationFilterChain.java:240) > > at org.apache.catalina.core.ApplicationFilterChain.doFilter( > ApplicationFilterChain.java:207) > > at org.geoserver.filters.SessionDebugFilter.doFilter( > SessionDebugFilter.java:48) > > at org.apache.catalina.core.ApplicationFilterChain. > internalDoFilter(ApplicationFilterChain.java:240) > > at org.apache.catalina.core.ApplicationFilterChain.doFilter( > ApplicationFilterChain.java:207) > > at org.geoserver.filters.FlushSafeFilter.doFilter( > FlushSafeFilter.java:44) > > at org.apache.catalina.core.ApplicationFilterChain. > internalDoFilter(ApplicationFilterChain.java:240) > > at org.apache.catalina.core.ApplicationFilterChain.doFilter( > ApplicationFilterChain.java:207) > > at org.springframework.web.filter.CharacterEncodingFilter. > doFilterInternal(CharacterEncodingFilter.java:121) > > at org.springframework.web.filter.OncePerRequestFilter. > doFilter(OncePerRequestFilter.java:107) > > at org.apache.catalina.core.ApplicationFilterChain. > internalDoFilter(ApplicationFilterChain.java:240) > > at org.apache.catalina.core.ApplicationFilterChain.doFilter( > ApplicationFilterChain.java:207) > > at org.apache.catalina.core.StandardWrapperValve.invoke( > StandardWrapperValve.java:212) > > at org.apache.catalina.core.StandardContextValve.invoke( > StandardContextValve.java:106) > > at org.apache.catalina.authenticator.AuthenticatorBase.invoke( > AuthenticatorBase.java:502) > > at org.apache.catalina.core.StandardHostValve.invoke( > StandardHostValve.java:141) > > at org.apache.catalina.valves.ErrorReportValve.invoke( > ErrorReportValve.java:79) > > at org.apache.catalina.valves.AbstractAccessLogValve.invoke( > AbstractAccessLogValve.java:616) > > at org.apache.catalina.core.StandardEngineValve.invoke( > StandardEngineValve.java:88) > > at org.apache.catalina.connector.CoyoteAdapter.service( > CoyoteAdapter.java:522) > > at org.apache.coyote.http11.AbstractHttp11Processor.process( > AbstractHttp11Processor.java:1095) > > at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler. > process(AbstractProtocol.java:672) > > at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor. > doRun(AprEndpoint.java:2500) > > at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor. > run(AprEndpoint.java:2489) > > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown > Source) > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > Source) > > at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run( > TaskThread.java:61) > > at java.lang.Thread.run(Unknown Source) > > Caused by: java.lang.RuntimeException: org.geotools.arcsde.ArcSdeException: > Can't generate SeShape from POLYGON ((-8798635.294192027 > -4141849.593624121, -8798635.294192027 13231621.026177911, > 10592768.196073437 13231621.026177911, 10592768.196073437 > -4141849.593624121, -8798635.294192027 -4141849.593624121)) > > [SDE error -139][Error desc=THE SPECIFIED COORDINATE EXCEEDS THE VALID > COORDINATE RANGE.][Extended desc= > > ] > > at org.geotools.arcsde.filter.GeometryEncoderSDE.addSpatialFilter( > GeometryEncoderSDE.java:296) > > at org.geotools.arcsde.filter.GeometryEncoderSDE.visit( > GeometryEncoderSDE.java:305) > > at org.geotools.filter.spatial.BBOXImpl.accept(BBOXImpl.java:224) > > at org.geotools.arcsde.filter.GeometryEncoderSDE.encode( > GeometryEncoderSDE.java:155) > > at org.geotools.arcsde.data.ArcSDEQuery$FilterSet. > getSpatialFilters(ArcSDEQuery.java:1136) > > at org.geotools.arcsde.data.ArcSDEQuery.calculateResultCount( > ArcSDEQuery.java:595) > > at org.geotools.arcsde.data.ArcSDEQuery.calculateResultCount( > ArcSDEQuery.java:510) > > at org.geotools.arcsde.data.ArcSdeFeatureSource.getCount( > ArcSdeFeatureSource.java:238) > > at org.geotools.arcsde.data.ArcSdeFeatureSource.getCount( > ArcSdeFeatureSource.java:223) > > at org.geotools.arcsde.data.ArcSdeFeatureCollection.getCount( > ArcSdeFeatureCollection.java:110) > > at org.geotools.data.store.DataFeatureCollection.size( > DataFeatureCollection.java:271) > > at org.geotools.data.crs.ReprojectFeatureResults.size( > ReprojectFeatureResults.java:126) > > at org.geoserver.kml.sequence.PlainFolderSequenceFactory$ > PlainFolderGenerator.useVectorOutput(PlainFolderSequenceFactory.java:180) > > at org.geoserver.kml.sequence.PlainFolderSequenceFactory$ > PlainFolderGenerator.encodeFolderContents(PlainFolderSequenceFactory. > java:51) > > at org.geoserver.kml.sequence.AbstractFolderSequenceFactory$ > AbstractFolderGenerator.next(AbstractFolderSequenceFactory.java:87) > > at org.geoserver.kml.sequence.AbstractFolderSequenceFactory$ > AbstractFolderGenerator.next(AbstractFolderSequenceFactory.java:39) > > at org.geoserver.kml.sequence.SequenceList$ > GeneratorIterator.<init>(SequenceList.java:29) > > at org.geoserver.kml.sequence.SequenceList.iterator( > SequenceList.java:63) > > at com.sun.xml.internal.bind.v2.runtime.reflect.Lister$ > CollectionLister.iterator(Unknown Source) > > at com.sun.xml.internal.bind.v2.runtime.reflect.Lister$ > CollectionLister.iterator(Unknown Source) > > at com.sun.xml.internal.bind.v2.runtime.property. > ArrayReferenceNodeProperty.serializeListBody(Unknown Source) > > at com.sun.xml.internal.bind.v2.runtime.property. > ArrayERProperty.serializeBody(Unknown Source) > > at > com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.serializeBody(Unknown > Source) > > at > com.sun.xml.internal.bind.v2.runtime.XMLSerializer.childAsSoleContent(Unknown > Source) > > at > com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.serializeRoot(Unknown > Source) > > at com.sun.xml.internal.bind.v2.runtime.property. > SingleReferenceNodeProperty.serializeBody(Unknown Source) > > at > com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.serializeBody(Unknown > Source) > > at > com.sun.xml.internal.bind.v2.runtime.XMLSerializer.childAsSoleContent(Unknown > Source) > > at > com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.serializeRoot(Unknown > Source) > > at > com.sun.xml.internal.bind.v2.runtime.XMLSerializer.childAsRoot(Unknown > Source) > > at com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.write(Unknown > Source) > > at com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.marshal(Unknown > Source) > > at javax.xml.bind.helpers.AbstractMarshallerImpl.marshal(Unknown > Source) > > at org.geoserver.kml.KMLEncoder.encode(KMLEncoder.java:35) > > at org.geoserver.kml.KMLMapResponse.write(KMLMapResponse.java:65) > > at org.geoserver.ows.Dispatcher.response(Dispatcher.java:991) > > at org.geoserver.ows.Dispatcher.handleRequestInternal( > Dispatcher.java:272) > > ... 96 more > > Caused by: org.geotools.arcsde.ArcSdeException: Can't generate > SeShape from POLYGON ((-8798635.294192027 -4141849.593624121, > -8798635.294192027 13231621.026177911, 10592768.196073437 > 13231621.026177911, 10592768.196073437 -4141849.593624121, > -8798635.294192027 -4141849.593624121)) > > [SDE error -139][Error desc=THE SPECIFIED COORDINATE EXCEEDS THE VALID > COORDINATE RANGE.][Extended desc= > > ] > > at org.geotools.arcsde.data.ArcSDEGeometryBuilder.constructShape( > ArcSDEGeometryBuilder.java:233) > > at org.geotools.arcsde.filter.GeometryEncoderSDE.addSpatialFilter( > GeometryEncoderSDE.java:288) > > ... 132 more > > Caused by: com.esri.sde.sdk.client.SeException: > > at com.esri.sde.sdk.client.SeShape.f(Unknown Source) > > at com.esri.sde.sdk.client.SeShape.generatePolygon(Unknown Source) > > at org.geotools.arcsde.data.ArcSDEGeometryBuilder.constructShape( > ArcSDEGeometryBuilder.java:230) > > ... 133 more > > > > </ServiceException></ServiceExceptionReport> > > > > > > Geoserver 2.8.1 gives a valid response: > > http://openmaps.gov.bc.ca/geo/pub/wms?service=wms&request= > GetMap&version=1.1.1&format=application/vnd.google-earth. > kml+xml&layers=pub:WHSE_BASEMAPPING.DBM_BC_7H_MIL_ > BATHYMETRC_POLY&styles=1_7500000_Bathymetric&height= > 2048&width=2048&transparent=false&srs=EPSG:4326&format_ > options=AUTOFIT:true;KMATTR:true;KMPLACEMARK:false; > KMSCORE:40;MODE:refresh;SUPEROVERLAY:false&BBOX=-180, > 3.611321000262786,180,90 > > > > http://openmaps.gov.bc.ca/geo/pub/wms?service=wms&request= > GetMap&version=1.1.1&format=image%2Fpng&layers=pub%3AWHSE_ > BASEMAPPING.DBM_BC_7H_MIL_BATHYMETRC_POLY&styles=1_ > 7500000_Bathymetric&height=492&width=2048&transparent= > true&bbox=-180.0%2C3.611321000262786%2C180.0%2C90. > 0&srs=EPSG%3A4326&format_options=AUTOFIT%3Atrue% > 3BKMATTR%3Atrue%3BKMPLACEMARK%3Afalse%3BKMSCORE%3A40%3BMODE% > 3Arefresh%3BSUPEROVERLAY%3Afalse > > > > HTTP/1.1 200 OK > > Date: Tue, 15 Nov 2016 16:41:50 GMT > > Server: Apache-Coyote/1.1 > > X-Control-flow-delay-ms: 0 > > Content-Disposition: attachment; filename=pub-WHSE_BASEMAPPING. > DBM_BC_7H_MIL_BATHYMETRC_POLY.kml > > Content-Type: application/vnd.google-earth.kml+xml > > Set-Cookie: GS_FLOW_CONTROL="GS_CFLOW_-5b55a34f:158632b16fc:-769"; > Version=1 > > Access-Control-Allow-Credentials: true > > Access-Control-Allow-Methods: OPTIONS,GET,POST > > Access-Control-Allow-Headers: X-Requested-With, Referer, Origin, > Content-Type > > Keep-Alive: timeout=5, max=100 > > Connection: Keep-Alive > > Content-Length: 2393 > > > > <?xml version="1.0" encoding="UTF-8" standalone="yes"?> > > <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:ns2="http://www.google. > com/kml/ext/2.2" xmlns:ns3="http://www.w3.org/2005/Atom" > xmlns:ns4="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"> > > <Document> > > <LookAt> > > <longitude>180.0</longitude> > > <latitude>46.8056605001314</latitude> > > <altitude>1.079333589037531E7</altitude> > > <heading>0.0</heading> > > <tilt>0.0</tilt> > > <range>8721581.527918957</range> > > <altitudeMode>clampToGround</altitudeMode> > > </LookAt> > > <Folder> > > <name>pub:WHSE_BASEMAPPING.DBM_BC_7H_MIL_BATHYMETRC_POLY< > /name> > > <LookAt> > > <longitude>30.610150000512988</longitude> > > <latitude>31.442138170034262</latitude> > > <altitude>1.0704582219433395E7</altitude> > > <heading>0.0</heading> > > <tilt>0.0</tilt> > > <range>8649863.906519601</range> > > <altitudeMode>clampToGround</altitudeMode> > > </LookAt> > > <GroundOverlay> > > <name>pub:WHSE_BASEMAPPING.DBM_BC_7H_MIL_BATHYMETRC_POLY< > /name> > > <drawOrder>0</drawOrder> > > <Icon> > > <href>http://openmaps.gov.bc. > ca/geo/pub/wms?service=wms&request=GetMap& > version=1.1.1&format=image%2Fpng&layers=pub% > 3AWHSE_BASEMAPPING.DBM_BC_7H_MIL_BATHYMETRC_POLY& > styles=1_7500000_Bathymetric&height=492&width=2048& > amp;transparent=true&bbox=-180.0%2C3.611321000262786% > 2C180.0%2C90.0&srs=EPSG%3A4326&format_options= > AUTOFIT%3Atrue%3BKMATTR%3Atrue%3BKMPLACEMARK%3Afalse% > 3BKMSCORE%3A40%3BMODE%3Arefresh%3BSUPEROVERLAY%3Afalse</href> > > <refreshInterval>0.0</refreshInterval> > > <viewRefreshMode>never</viewRefreshMode> > > <viewRefreshTime>0.0</viewRefreshTime> > > <viewBoundScale>0.75</viewBoundScale> > > </Icon> > > <altitude>0.0</altitude> > > <LatLonBox> > > <north>90.0</north> > > <south>3.611321000262786</south> > > <east>-180.0</east> > > <west>180.0</west> > > <rotation>0.0</rotation> > > </LatLonBox> > > </GroundOverlay> > > </Folder> > > </Document> > > </kml> > > > > > > > > *From:* [email protected] [mailto:[email protected]] *On Behalf > Of *Andrea Aime > *Sent:* Monday, November 7, 2016 10:29 AM > *To:* Douville, Michelle R JTST:EX > *Cc:* Bart Verbeeck; [email protected]; Boisvert2, > Eric (NRCan/RNCan); Davis, Martin NRTS:EX > *Subject:* Re: [Geoserver-users] Geoserver 2.10.0 and ARCSDE 10.2.2 > > > > On Mon, Nov 7, 2016 at 6:36 PM, Douville, Michelle R JTST:EX < > [email protected]> wrote: > > Hi Bart, > > Thank you very much for your reply, this will assist us greatly! I am > curious why/how this behaviour changed between Geoserver 2.8.1 and 2.10, > perhaps the issue is specific to SDE support. > > On a very related note, with a slightly different type of WFS request, we > seem to be getting an odd response with this one too (note this time it > does have the EPSG code in the bbox.: > > > > https://test.openmaps.gov.bc.ca/geo/pub/ows?REQUEST= > GetFeature&TYPENAME=pub:WHSE_TANTALIS.TA_MUNICIPALITIES_ > SVW&propertyName=MUNICIPALITY_NAME&SERVICE=WFS&VERSION=1.1. > 0&BBOX=48.45522992120363,-123.34572079333189,48.45522992120363,-123. > 34572079333189,EPSG:4326&srsName=EPSG:4326 > > > > You have a degenerate bbox there, min and max values are exactly the same: > > > > 48.45522992120363,-123.34572079333189 > > 48.45522992120363,-123.34572079333189 > > > > That's probably why SDE is complaining. > > > > Cheers > > Andrea > > > > > > -- > > == > > GeoServer Professional Services from the experts! Visit > > http://goo.gl/it488V for more information. > > == > > > > Ing. Andrea Aime > > @geowolf > > Technical Lead > > > > GeoSolutions S.A.S. > Via di Montramito 3/A > 55054 Massarosa (LU) > > phone: +39 0584 962313 > > fax: +39 0584 1660272 > > mob: +39 339 8844549 > > > > http://www.geo-solutions.it > > http://twitter.com/geosolutions_it > > > > *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003* > > Le informazioni contenute in questo messaggio di posta elettronica e/o > nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il > loro utilizzo è consentito esclusivamente al destinatario del messaggio, > per le finalità indicate nel messaggio stesso. Qualora riceviate questo > messaggio senza esserne il destinatario, Vi preghiamo cortesemente di > darcene notizia via e-mail e di procedere alla distruzione del messaggio > stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, > divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od > utilizzarlo per finalità diverse, costituisce comportamento contrario ai > principi dettati dal D.Lgs. 196/2003. > > > > The information in this message and/or attachments, is intended solely for > the attention and use of the named addressee(s) and may be confidential or > proprietary in nature or covered by the provisions of privacy act > (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection > Code).Any use not in accord with its purpose, any disclosure, reproduction, > copying, distribution, or either dissemination, either whole or partial, is > strictly forbidden except previous formal approval of the named > addressee(s). If you are not the intended recipient, please contact > immediately the sender by telephone, fax or e-mail and delete the > information in this message that has been received in error. The sender > does not give any warranty or accept liability as the content, accuracy or > completeness of sent messages and accepts no responsibility for changes > made after they were sent or for other risks which arise as a result of > e-mail transmission, viruses, etc. > > > > ------------------------------------------------------- > -- == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003* Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003. The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc. -------------------------------------------------------
------------------------------------------------------------------------------
_______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
