Skip to content

Commit

Permalink
drop translation of commented operationalLayers examples
Browse files Browse the repository at this point in the history
  • Loading branch information
iled committed Jul 14, 2016
1 parent 11116e7 commit e5e951d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions viewer/js/config/nls/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ define({
louisvillePubSafety: 'Louisville Public Safety',
restaurants: 'Restaurants',
sf311Incidents: 'San Francisco 311 Incidents',
vectortile1: 'Light Gray Canvas Vector',
vectortile2: 'Custom Vector Style'
},
titles: {
header: 'Configurable Map Viewer',
Expand Down
2 changes: 0 additions & 2 deletions viewer/js/config/nls/pt-pt/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ define({
louisvillePubSafety: 'Segurança Pública de Louisville',
restaurants: 'Restaurantes',
sf311Incidents: 'Incidentes do 311 de São Francisco',
vectortile1: 'Tela vectorial cinzento claro',
vectortile2: 'Estilo vectorial personalizado'
},
titles: {
header: 'Configurable Map Viewer',
Expand Down
6 changes: 3 additions & 3 deletions viewer/js/config/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ define([
//examples of vector tile layers (beta in v3.15)
}, {
type: 'vectortile',
title: i18n.viewer.operationalLayers.vectortile1,
url: 'https://www.arcgis.com/sharing/rest/content/items/bdf1eec3fa79456c8c7c2bb62f86dade/resources/styles/root.json',
title: 'Light Gray Canvas Vector',
url: 'https//www.arcgis.com/sharing/rest/content/items/bdf1eec3fa79456c8c7c2bb62f86dade/resources/styles/root.json',
options: {
id: 'vectortile1',
opacity: 0.8,
Expand All @@ -194,7 +194,7 @@ define([
}, {
// taken from this demo: https://github.com/ycabon/presentations/blob/gh-pages/2015-berlin-plenary/demos/3.15-vectortile/create-by-style-object.html
type: 'vectortile',
title: i18n.viewer.operationalLayers.vectortile2,
title: 'Custom Vector Style',
options: {
id: 'vectortile2',
opacity: 1.0,
Expand Down

0 comments on commit e5e951d

Please sign in to comment.