Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle default service type w/o pathinfo #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mkofahl
Copy link
Contributor

@mkofahl mkofahl commented Nov 12, 2012

By now, proof of concept only. This feature will allow a service type to be set as default. If no service type is given in the request, mapcache will fall back using this one. URL in capabilites is adjusted for wmts only. So please dont merge at this stage. I will complete for other service types if you find it worth merging.

Configuration:

<mapcache>
   <service type="wmts" enabled="true" default="true"/>

   <metadata>
      <url>http://example.com/mywmts</url>
   </metadata>
</mapcache>
´´´

@ruester
Copy link

ruester commented Feb 20, 2014

I've added a new solution based on @mkofahl 's commit.
Now all service types support this feature.
Additonally the behaviour of the wms service is now working as described in the documentation (see here) if you set default="true" in the wms service type.

Base automatically changed from master to main January 15, 2021 22:57
jbo-ads added a commit to jbo-ads/mapcache that referenced this pull request Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants