Skip to content

Commit

Permalink
Tile wms layers according to webmercator tiling cheme
Browse files Browse the repository at this point in the history
  • Loading branch information
raitisbe committed Jan 24, 2019
1 parent 5d992a6 commit 5671381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/hscesium/hs_cesium_layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ define(['ol', 'moment', 'proj4'],
getFeatureInfoFormats: [new Cesium.GetFeatureInfoFormat('text', 'text/plain')],
enablePickFeatures: true,
parameters: params,
tilingScheme: new Cesium.WebMercatorTilingScheme(),
getFeatureInfoParameters: {
VERSION: params.VERSION,
CRS: 'EPSG:4326',
Expand Down

0 comments on commit 5671381

Please sign in to comment.