zoom – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 15 Results  www.icc.cat
  Institut Cartogràfic de...  
TileMatrixSet is the name of the grid, TileMatrix is the zoom level, TileCol and TileRow are the tile x and y.
TileMatrixSet es el nombre de la reja, TileMatrix es el nivel de zoom, TileCol y TileRow son la x y la y de la tesela.
  Institut Cartogràfic de...  
Provides a syntax (RESTful) that directs to a tile from a URL resulting from the combination of three indexes: zoom level, row and column of the tiles space.
Aporta una sintaxis (RESTful) para dirigirse directamente a una tesela a partir de una URL que resulta de la combinación de 3 índices: nivel de zoom, fila y columna del espacio teselado.
  Institut Cartogràfic de...  
zoom: Zoom level of the map. It has to be between 0 and 11
lon: Longitud en coordenades UTM ED50 fus 31 Nord
  Institut Cartogràfic de...  
zoom: Zoom level of the map. It has to be between 0 and 11
lon: Longitud en coordenades UTM ED50 fus 31 Nord
  Institut Cartogràfic de...  
To control zoom levels and focus view boundary over Catalonia, insert the following code:
Para controlar los niveles de zoom y que el ámbito de visualización esté centrado sobre Catalunya debe añadirse el siguiente código:
Per controlar els nivells de zoom i que l'àmbit de visualització estigui centrat sobre Catalunya cal afegir el següent codi:
  Institut Cartogràfic de...  
Zoom levels and view boundary control
Control de niveles de zoom y ámbito de visualización
Control de nivells de zoom i àmbit de visualització
  Institut Cartogràfic de...  
This layer is only visible with orthophoto, because topographic maps already include place names, and in the last zoom levels.
Esta capa sólo es visible con la ortofoto, porque el topográfico ya contiene toponimia, y en los últimos niveles de zoom.
Aquesta capa només és visible amb l'ortofoto, perquè el topogràfic ja conté toponímia, i als últims nivells de zoom.
  Institut Cartogràfic de...  
//restringir els nivells de zoom i l'àmbit de visualització map._restricter = new TRestricter(map); map._restricter.zoomLevels(8, 18); map._restricter.restrict(new GLatLng(40.39906517977678, 0.3013917803764343), new GLatLng(42.87707112391955, 3.4215089678764343));
//restringir los niveles de zoom y el ámbito de visualización map._restricter = new TRestricter(map); map._restricter.zoomLevels(8, 18); map._restricter.restrict(new GLatLng(40.39906517977678, 0.3013917803764343), new GLatLng(42.87707112391955, 3.4215089678764343));
  Institut Cartogràfic de...  
//restringir els nivells de zoom i l'àmbit de visualització var minZoomLevel = 8; var maxZoomLevel = 18; // Bounds for Catalunya var allowedBounds = new google.maps. LatLngBounds( new google.maps. LatLng(40.39906517977678, 0.3013917803764343), new google.maps.
//restringir los niveles de zoom y el ámbito de visualización var minZoomLevel = 8; var maxZoomLevel = 18; // Bounds for Catalunya var allowedBounds = new google.maps.LatLngBounds( new google.maps.LatLng(40.39906517977678, 0.3013917803764343), new google.maps.LatLng(42.87707112391955, 3.4215089678764343)); // Listen for the dragend event google.maps.event.addListener(map, 'dragend', function() { if (allowedBounds.contains(map.getCenter())) return; // Out of bounds - Move the map back within the bounds var c = map.getCenter(); x = c.lng(); y = c.lat(); maxX = allowedBounds.getNorthEast().lng(); maxY = allowedBounds.getNorthEast().lat(); minX = allowedBounds.getSouthWest().lng(); minY = allowedBounds.getSouthWest().lat(); if (x < minX) x = minX; if (x > maxX) x = maxX; if (y < minY) y = minY; if (y > maxY) y = maxY; map.setCenter(new google.maps.LatLng(y, x)); }); // Limit the zoom level google.maps.event.addListener(map, 'zoom_changed', function() { if (map.getZoom() < minZoomLevel) map.setZoom(minZoomLevel); if (map.getZoom() > maxZoomLevel) map.setZoom(maxZoomLevel); });
  Institut Cartogràfic de...  
//restringir els nivells de zoom i l'àmbit de visualització var minZoomLevel = 8; var maxZoomLevel = 18; // Bounds for Catalunya var allowedBounds = new google.maps. LatLngBounds( new google.maps. LatLng(40.39906517977678, 0.3013917803764343), new google.maps.
//restringir los niveles de zoom y el ámbito de visualización var minZoomLevel = 8; var maxZoomLevel = 18; // Bounds for Catalunya var allowedBounds = new google.maps.LatLngBounds( new google.maps.LatLng(40.39906517977678, 0.3013917803764343), new google.maps.LatLng(42.87707112391955, 3.4215089678764343)); // Listen for the dragend event google.maps.event.addListener(map, 'dragend', function() { if (allowedBounds.contains(map.getCenter())) return; // Out of bounds - Move the map back within the bounds var c = map.getCenter(); x = c.lng(); y = c.lat(); maxX = allowedBounds.getNorthEast().lng(); maxY = allowedBounds.getNorthEast().lat(); minX = allowedBounds.getSouthWest().lng(); minY = allowedBounds.getSouthWest().lat(); if (x < minX) x = minX; if (x > maxX) x = maxX; if (y < minY) y = minY; if (y > maxY) y = maxY; map.setCenter(new google.maps.LatLng(y, x)); }); // Limit the zoom level google.maps.event.addListener(map, 'zoom_changed', function() { if (map.getZoom() < minZoomLevel) map.setZoom(minZoomLevel); if (map.getZoom() > maxZoomLevel) map.setZoom(maxZoomLevel); });
  Institut Cartogràfic de...  
//restringir els nivells de zoom i l'àmbit de visualització var minZoomLevel = 8; var maxZoomLevel = 18; // Bounds for Catalunya var allowedBounds = new google.maps. LatLngBounds( new google.maps. LatLng(40.39906517977678, 0.3013917803764343), new google.maps.
//restringir los niveles de zoom y el ámbito de visualización var minZoomLevel = 8; var maxZoomLevel = 18; // Bounds for Catalunya var allowedBounds = new google.maps.LatLngBounds( new google.maps.LatLng(40.39906517977678, 0.3013917803764343), new google.maps.LatLng(42.87707112391955, 3.4215089678764343)); // Listen for the dragend event google.maps.event.addListener(map, 'dragend', function() { if (allowedBounds.contains(map.getCenter())) return; // Out of bounds - Move the map back within the bounds var c = map.getCenter(); x = c.lng(); y = c.lat(); maxX = allowedBounds.getNorthEast().lng(); maxY = allowedBounds.getNorthEast().lat(); minX = allowedBounds.getSouthWest().lng(); minY = allowedBounds.getSouthWest().lat(); if (x < minX) x = minX; if (x > maxX) x = maxX; if (y < minY) y = minY; if (y > maxY) y = maxY; map.setCenter(new google.maps.LatLng(y, x)); }); // Limit the zoom level google.maps.event.addListener(map, 'zoom_changed', function() { if (map.getZoom() < minZoomLevel) map.setZoom(minZoomLevel); if (map.getZoom() > maxZoomLevel) map.setZoom(maxZoomLevel); });