Skip to content

Commit

Permalink
Remove worldbank as source
Browse files Browse the repository at this point in the history
  • Loading branch information
milafrerichs committed May 22, 2015
1 parent 390a25f commit c6e0da5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/javascripts/components/layerListModel.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ angular.module('dashboard').service('layerListModel', ['$rootScope', 'styleHelpe
}
metadata: {
name: "Damaged Buildings"
source: "Worldbank"
source: ""
text: "Using remotely sensed data, international organizations have been interpreting damage to structures building by building. The GFDRR team has collated and standardized the damage levels used in all three datasets by applying some assumptions and merged into a single GIS data layer. Areas covered are limited to areas where cloud free images were available.
During past events (2010 Haiti EQ, 2011 Christchurch EQ), it was understood that this type of damage assessment underestimates the number of destroyed and damaged buildings significantly due to the fact that some types of damage to structures are not visible from above.
Expand Down Expand Up @@ -172,7 +172,7 @@ angular.module('dashboard').service('layerListModel', ['$rootScope', 'styleHelpe
}
metadata: {
name: "Landslides BGS"
source: "Worldbank"
source: ""
}
}
mediaLayer = {
Expand All @@ -186,7 +186,7 @@ angular.module('dashboard').service('layerListModel', ['$rootScope', 'styleHelpe
}
metadata: {
name: "Mainstream Media text"
source: "Worldbank"
source: ""
text: "The World Bank ITS unit has been extracting information on damage being reported in mainstream media since the 25th of April. The information is linked to a place on the map and is available in GIS format. Photographs and video footage are also available. This would be useful for validation of other data sources on damage.
"
}
Expand All @@ -202,7 +202,7 @@ angular.module('dashboard').service('layerListModel', ['$rootScope', 'styleHelpe
}
metadata: {
name: "Valley Landslides"
source: "Worldbank"
source: ""
}
}
valleyBlockingLayer = {
Expand All @@ -216,7 +216,7 @@ angular.module('dashboard').service('layerListModel', ['$rootScope', 'styleHelpe
}
metadata: {
name: "Valley Blockings"
source: "Worldbank"
source: ""
}
}
landslideLayer = {
Expand All @@ -230,7 +230,7 @@ angular.module('dashboard').service('layerListModel', ['$rootScope', 'styleHelpe
}
metadata: {
name: "Landslides"
source: "Worldbank"
source: ""
}
}
damagedBuildingsLayer = {
Expand All @@ -244,7 +244,7 @@ angular.module('dashboard').service('layerListModel', ['$rootScope', 'styleHelpe
}
metadata: {
name: "Damages Buildings"
source: "Worldbank"
source: ""
}
}
nasaLayer = {
Expand Down

0 comments on commit c6e0da5

Please sign in to comment.