Coder Social home page Coder Social logo

Comments (2)

jratike80 avatar jratike80 commented on June 4, 2024

I would like to see how that custom CRS would appear in the GML3 from WFS 2.0 and in the DescribeCoverage from WCS 2.0.

from mapserver.

geographika avatar geographika commented on June 4, 2024

@jratike80 if there was a custom definition such as epsg2::42304 it would be included in the Mapfile as follows:

WEB
  METADATA
    "wfs_title"		   "Test simple wfs"
    "wfs_srs"		   "epsg2:42304 EPSG:4326 EPSG:3857 esri:102001"

And would appear in the responses in the following form (for WFS 2.0 or if wfs_return_srs_as_urn is set to True for earlier WFS versions):

      <wfs:boundedBy>
      	<gml:Envelope srsName="urn:ogc:def:crs:epsg2::42304">
      		<gml:lowerCorner>2253355.750000 -76361.773438</gml:lowerCorner>
      		<gml:upperCorner>2747648.500000 515489.031250</gml:upperCorner>
      	</gml:Envelope>

GetCapabilities would look as follows:

  <FeatureTypeList>
    <FeatureType>
      <Name>ms:province</Name>
      <Title>province</Title>
      <DefaultCRS>urn:ogc:def:crs:epsg2::42304</DefaultCRS>
      <OtherCRS>urn:ogc:def:crs:EPSG::4326</OtherCRS>
      <OtherCRS>urn:ogc:def:crs:EPSG::3857</OtherCRS>
      <OtherCRS>urn:ogc:def:crs:esri::102001</OtherCRS>
      <OutputFormats>

WCS projection code paths are again different from both WMS and WFS so would be addressed separately.

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.