~costales/unav/base1604

« back to all changes in this revision

Viewing changes to nav/index.html

  • Committer: costales
  • Date: 2018-06-11 18:07:33 UTC
  • Revision ID: costales.marcos@gmail.com-20180611180733-trzipscp5mv9uzuj
New Maps

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
                var map_layers = [];
208
208
                map_layers.push(
209
209
                        new ol.layer.Tile({
 
210
                                source: new ol.source.OSM({url: 'https://maps.tilehosting.com/styles/streets/{z}/{x}/{y}.png?key=unav_api2'}),
 
211
                                visible: false
 
212
                        })
 
213
                );
 
214
                map_layers.push(
 
215
                        new ol.layer.Tile({
210
216
                                source: new ol.source.OSM({url: 'http://{a-z}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png'}),
211
217
                                visible: false
212
218
                        })
231
237
                );
232
238
                map_layers.push(
233
239
                        new ol.layer.Tile({
 
240
                                source: new ol.source.OSM({url: 'https://maps.tilehosting.com/styles/topo/{z}/{x}/{y}.png?key=unav_api2'}),
 
241
                                visible: false
 
242
                        })
 
243
                );
 
244
                map_layers.push(
 
245
                        new ol.layer.Tile({
234
246
                                source: new ol.source.OSM({url: 'http://{a-c}.tile.opentopomap.org/{z}/{x}/{y}.png'}),
235
247
                                visible: false
236
248
                        })