-
Notifications
You must be signed in to change notification settings - Fork 409
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
Fixes #1217, fixes #1303, fixes #1304 adding WMTS support to Leaflet,… #1397
Conversation
…tions-it#1304 adding WMTS support to Leaflet, Openlayers and Catalog
At last! Never loose hope... |
<MatrixHeight>32768</MatrixHeight> | ||
</TileMatrix> | ||
<TileMatrix> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generic url instead?
<MaxTileRow>5</MaxTileRow> | ||
<MinTileCol>14</MinTileCol> | ||
<MaxTileCol>14</MaxTileCol> | ||
</TileMatrixLimits> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we reduce the number of levels to have a smaller file ?
@@ -0,0 +1,38 @@ | |||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file needed anymore ?
"group": "Meteo", | ||
"format": "image/png", | ||
"tileMatrixSet": "EPSG:900913", | ||
"url": "http://demo.geo-solutions.it/geoserver/gwc/service/wmts" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generic url
"group": "Meteo", | ||
"format": "image/png", | ||
"tileMatrixSet": "EPSG:900913", | ||
"url": ["http://demo.geo-solutions.it/geoserver/gwc/service/wmts", "http://demo.geo-solutions.it/geoserver/gwc/service/wmts"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generic url for tests
"group": "Meteo", | ||
"format": "image/png", | ||
"tileMatrixSet": "EPSG:900913", | ||
"url": "http://demo.geo-solutions.it/geoserver/gwc/service/wmts" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generic url
"group": "Meteo", | ||
"format": "image/png", | ||
"tileMatrixSet": "EPSG:900913", | ||
"url": ["http://demo.geo-solutions.it/geoserver/gwc/service/wmts", "http://demo.geo-solutions.it/geoserver/gwc/service/wmts"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generic url for testing
@@ -0,0 +1,1913 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we reduce size of this files (e.g. less levels/layers)?
<ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion> | ||
</ows:ServiceIdentification> | ||
<ows:ServiceProvider> | ||
<ows:ProviderName>http://demo.geo-solutions.it/geoserver/gwc/service/wmts</ows:ProviderName> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and we should replace all theese urls?
… Openlayers and Catalog