Revision 8659
Added by ben leinfelder over 10 years ago
lib/style/common/spatial/map.js | ||
---|---|---|
33 | 33 |
// {layers: 'Bathymetry,Countries,Topography,Hillshading,Coastlines,Waterbodies,Inundated,Rivers,Streams,Builtup+areas,Railroads,Highways,Roads,Trails,Borders,Cities,Settlements,Airports'} ); |
34 | 34 |
|
35 | 35 |
//map.addLayers([demis, ol_wms, world_borders, metacat_points, metacat_bounds]); |
36 |
map.addLayers([ol_wms, world_borders, metacat_points, metacat_bounds]);
|
|
36 |
map.addLayers([world_borders, metacat_points, metacat_bounds]); |
|
37 | 37 |
|
38 | 38 |
// perhaps a skin has added more layers |
39 | 39 |
if (additionalLayers) { |
Also available in: Unified diff
remove metacarta map layer -- their WMS service is no longer responding.