Skip to content

Commit

Permalink
Merge pull request #65 from urbanriskmap/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
abrahamq authored Oct 10, 2018
2 parents 9c4c030 + 46f1e11 commit 8741255
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ CHANGE LOG
- added instance regions and local areas for Madhubani, Kerala

### v3.2.0
- added outreach schema for fb ads.
- added C11 West SFWMD site for Broward.
- added outreach schema for fb ads
- added C11 West SFWMD site for Broward
- added local areas and instance region data for Florida Panhandle
1 change: 1 addition & 0 deletions data/us/cognicity/instance_regions.data.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- Instance regions for RiskMap.us 2017
COPY cognicity.instance_regions (the_geom, code, name) FROM stdin;
0103000020E6100000010000000500000027500E87212454C00D6441D078703A405E161A67B70054C02442FD860C703A4054B00A05F10054C0D9CDF176D7DF39404DC467BA6B2454C0FE004D5940E0394027500E87212454C00D6441D078703A40 brw broward
0103000020E61000000100000005000000FDDB382514F255C01129D1EB42543F404C7DD8B6E84254C01129D1EB42543F404C7DD8B6E84254C00602F13C63333B40FDDB382514F255C00602F13C63333B40FDDB382514F255C01129D1EB42543F40 fph panhandle
161 changes: 161 additions & 0 deletions data/us/cognicity/local_areas.data.sql

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion data/us/infrastructure/add_new_site_C11W.sql

This file was deleted.

12 changes: 12 additions & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,18 @@ let deployments = {
'test_card_url': 'abcdefg',
'test_card_data': {'water_depth': '100'},
},
{
'name': 'Florida Panhandle',
'test_instance_region_code': 'fph',
'test_local_area_id': '1701', // East Marion, county code 83
'test_report_lat': 29.212,
'test_report_lon': -81.814,
'test_report_text': 'report text',
'test_report_lang': 'en',
'test_report_url': 'no_url',
'test_card_url': 'abcdefg',
'test_card_data': {'water_depth': '100'},
},
],
},
};
Expand Down

0 comments on commit 8741255

Please sign in to comment.