Skip to content

Commit

Permalink
Removed STLJS Hometown Meetup layer that was deleted.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpriggs committed Oct 20, 2015
1 parent eae0411 commit 88db914
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions viewer/js/config/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ define([
// 3 'mode' options: MODE_SNAPSHOT = 0, MODE_ONDEMAND = 1, MODE_SELECTION = 2
operationalLayers: [{
type: 'feature',
url: 'http://services1.arcgis.com/g2TonOxuRkIqSOFx/arcgis/rest/services/MeetUpHomeTowns/FeatureServer/0',
title: 'STLJS Meetup Home Towns',
url: 'http://services1.arcgis.com/6bXbLtkf4y11TosO/arcgis/rest/services/Restaurants/FeatureServer/0',
title: 'Restaurants',
options: {
id: 'meetupHometowns',
id: 'restaurants',
opacity: 1.0,
visible: true,
outFields: ['*'],
Expand All @@ -101,7 +101,7 @@ define([
legendLayerInfos: {
exclude: false,
layerInfo: {
title: 'My layer'
title: 'Restaurants'
}
}
}, {
Expand Down

0 comments on commit 88db914

Please sign in to comment.