forked from smart-facility/cognicity-schema
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from urbanriskmap/dev
Merge changes in dev to form v3.0.1
- Loading branch information
Showing
17 changed files
with
686 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
sudo: false | ||
language: node_js | ||
node_js: | ||
- "4.4" | ||
- "7" | ||
sudo: true | ||
|
||
addons: | ||
postgresql: "9.4" | ||
postgresql: "9.5" | ||
services: postgresql | ||
before_script: bash ./build/run.sh | ||
|
||
branches: | ||
only: | ||
- master | ||
- dev | ||
|
||
before_install: bash ./build/run.sh | ||
|
||
install: | ||
- npm install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- Instance regions for RiskMap.in 2017 | ||
INSERT INTO cognicity.instance_regions (code, name, the_geom) VALUES ('chn', 'Chennai', ST_GeomFromText('POLYGON((79.924766441696 12.6884374735553,79.928353566327 13.3804158880075,80.541334350563 13.3766088505565,80.5368373713862 12.6858189006229,79.924766441696 12.6884374735553))',4326)); |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.