lib/policymap_wrap/client.rb in policymap_wrap-0.3.7 vs lib/policymap_wrap/client.rb in policymap_wrap-0.4.0
- old
+ new
@@ -4,17 +4,17 @@
BOUNDARY_TYPES = { :state => 2, :county => 4, :city => 16, :zip => 8, :census_tract => 6,
:block_group => 15, :congressional_district => 23, :assembly_district => 48,
:senate_district => 49, :all => 'all' }
- INDICATORS = { :total_population => 9840661, :percent_african_american => 9840139, :percent_asian => 9840102,
- :percent_pacific_islander => 9840497, :percent_hispanic => 9840238, :percent_native_american => 9840708,
- :percent_mixed_race => 9840447, :percent_under_18 => 9840423, :percent_65_or_older => 9840365,
- :percent_foreign_born => 9840645, :percent_disabled => 9840630, :percent_high_school_or_less => 9840299,
- :percent_college_degree => 9840342, :percent_graduate_degree => 9840503, :median_home_value => 9840587,
- :median_rent => 9840655, :percent_moved_in_since_1990 => 9840118, :percent_homeowners => 9840172,
- :vacancy_rate => 9840676, :median_household_income => 9840169, :poverty_rate => 9840120,
- :percent_white => 9855425, :percent_households_wo_car => 0, :average_vehicles_per_household => 9845668,
+ INDICATORS = { :total_population => 9840661, :percent_african_american => 9867377, :percent_asian => 9867350,
+ :percent_pacific_islander => 9867412, :percent_hispanic => 9867375, :percent_native_american => 9867399,
+ :percent_mixed_race => 9867372, :percent_under_18 => 9840423, :percent_65_or_older => 9840365,
+ :percent_foreign_born => 9866147, :percent_disabled => 9840630, :percent_high_school_or_less => 9866114,
+ :percent_college_degree => 9866138, :percent_graduate_degree => 9866149, :median_home_value => 9840587,
+ :median_rent => 9840655, :percent_moved_in_since_1990 => 9840118, :percent_homeowners => 9866140,
+ :vacancy_rate => 9867379, :median_household_income => 9866139, :poverty_rate => 9840120,
+ :percent_white => 9867406, :percent_households_wo_car => 0, :average_vehicles_per_household => 9866161,
:percent_who_commute_to_work_using_public_transit => 9845660, :unemployment_rate => 9841103,
:independent_artists => 9618303, :performing_arts_and_spectator_sports => 9584608,
:movie_and_sound_industries => 9584731, :mueseums_and_historical_sites => 9584676,
:publishing_industries => 9584638, :broadcasting => 9584691, :other_info_services => 9584624, :all => 'all' }