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

GEOS-5531 Add missing newlines after <TileMatrixSetLink> in WMTS Capabil... #207

Merged
merged 1 commit into from Jan 3, 2014

Conversation

ericdahl
Copy link
Contributor

GEOS-5531

The WMTS GetCapabilities lacks newlines in the XML output for the <TileMatrixSetLink>. This should fix that issue so that the capabilities don't look like

<TileMatrixSetLink>      <TileMatrixSet>EPSG:2163</TileMatrixSet>
    </TileMatrixSetLink>  </Layer>

but rather

    <TileMatrixSetLink>
      <TileMatrixSet>EPSG:2163</TileMatrixSet>
    </TileMatrixSetLink>

@bradh
Copy link
Contributor

bradh commented Dec 13, 2013

Would like to see this applied. Any reason the pull request is still pending?

smithkm added a commit that referenced this pull request Jan 3, 2014
GEOS-5531 Add missing newlines after <TileMatrixSetLink> in WMTS Capabil...
@smithkm smithkm merged commit 4216831 into GeoWebCache:master Jan 3, 2014
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

3 participants