Skip to content

Commit

Permalink
Digi lefedettség megjelenítése
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesar-andras committed Jan 7, 2020
1 parent 3fa84f3 commit 21658cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,20 @@ $(document).ready(function () {
visible: false
}),

new ol.layer.Tile({
source: new ol.source.TileWMS({
url: 'http:https://mlmap.digi.hu:8080/geoserver/gwc/service/wms',
params: {
'layers': 'coveragemap:onair',
'tiled': true,
'srs': 'EPSG:3857'
},
serverType: 'geoserver',
}),
title: 'Digi lefedettség',
visible: false
}),

sites

],
Expand Down

0 comments on commit 21658cc

Please sign in to comment.