Skip to content

Commit

Permalink
Null Island! as suggested by @tmcgee
Browse files Browse the repository at this point in the history
  • Loading branch information
iled committed Jul 14, 2016
1 parent 8c3b11a commit f7dc97e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions viewer/js/config/bookmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ define([
}
},
name: i18n.bookmarks.usa
},
{
extent: {
xmin: 0,
ymin: 0,
xmax: 0,
ymax: 0,
spatialReference: {
wkid: 102100
}
},
name: i18n.bookmarks.nullIsland
}
]
}
Expand Down
3 changes: 2 additions & 1 deletion viewer/js/config/nls/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ define({
topo: 'Topographic'
},
bookmarks: {
usa: 'USA'
nullIsland: 'Null Island',
usa: 'USA'
},
find: {
louisvillePubSafety: 'Find A Public Safety Location By Name',
Expand Down
1 change: 1 addition & 0 deletions viewer/js/config/nls/pt-pt/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ define({
topo: 'Topográfico'
},
bookmarks: {
nullIsland: 'Ilha Nula',
usa: 'EUA'
},
find: {
Expand Down

0 comments on commit f7dc97e

Please sign in to comment.