default to census tract not block group
This commit is contained in:
parent
e4de172cfb
commit
e4eaa44c2d
@ -154,7 +154,7 @@ CREATE OR REPLACE FUNCTION OBS_GetCensus(
|
||||
geom geometry,
|
||||
dimension_names text[],
|
||||
time_span text DEFAULT '2009 - 2013',
|
||||
geometry_level text DEFAULT '"us.census.tiger".block_group'
|
||||
geometry_level text DEFAULT '"us.census.tiger".census_tract'
|
||||
)
|
||||
RETURNS TABLE(dimension text, dimension_value numeric)
|
||||
AS $$
|
||||
|
Loading…
Reference in New Issue
Block a user