Giter Club home page Giter Club logo

Comments (6)

mapserver-bot avatar mapserver-bot commented on May 18, 2024

Author: dmorissette
Date: 2001/08/14 - 16:08

WMS 1.1.0 spec states that one BoundingBox tag is required per advertized SRS... 
and at the moment we return one only for the default SRS.

So at the same time as fixing the above problem we should make sure one 
BoundingBox tag is produced for each advertized SRS... this should likely be 
done by sampling points around the default projection's extent.

from mapserver.

mapserver-bot avatar mapserver-bot commented on May 18, 2024

Author: dmorissette
Date: 2003/07/01 - 04:12

Let's see if we can fix the invalid bbox for 4.0.

About producing one BBOX tag per advertized SRS, I don't think we should do 
that, and anyway, the WMS 1.1.1 spec sect 7.1.4.5.7 says that it's optional:

  "A server which has the ability to transform data to different SRSes may
   choose not to provide an explicit BoundingBox for every possible SRS
   available for each Layer. The server should provide BoundingBox information
   for at least the native SRS of the Layer."

The above behavior is already what we do, we just need to fix the case where the 
bbox coordinates aren't properly advertized if the data is not in the default 
advertized SRS.

from mapserver.

mapserver-bot avatar mapserver-bot commented on May 18, 2024

Author: dmorissette
Date: 2003/07/10 - 04:49

*** Bug 217 has been marked as a duplicate of this bug. ***

from mapserver.

mapserver-bot avatar mapserver-bot commented on May 18, 2024

Author: dmorissette
Date: 2003/07/10 - 05:00

(From update of attachment 38)
OOppps... please disregard attachment above, it was added to the wrong bug

from mapserver.

mapserver-bot avatar mapserver-bot commented on May 18, 2024

Author: dmorissette
Date: 2003/07/29 - 22:20

Fixed in 4.0 CVS... finally!

The fix was simpler than I thought: If the MAP (or LAYER) contains a PROJECTION
block in the format "init=epsg:xxxx" then uses that to generate a <BoundingBox>
tag.  Otherwise we don't generate the <BoundingBox> tag since it's optional and
we don't have access to the original SRS and BBOX of the data in this case.

I also added a few notes in the wms-server-howto about this behavior in the
sections of the HOWTO that talk about layer and map projections.

from mapserver.

mapserver-bot avatar mapserver-bot commented on May 18, 2024

attachment http://trac.osgeo.org/mapserver/attachment/ticket/34/bug218.JPG :

   screengrab showing map in LCC with grid at those extents

from mapserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.