This file contains hidden or 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
python manage.py packages -o add_mapbox_layer -n example-points-1 -j example-points.json |
This file contains hidden or 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
create or replace function __arches_get_json_data_for_view( | |
view_row anyelement, | |
schema_name text, | |
view_name text | |
) returns json as $$ | |
declare | |
column_info record; | |
query text; | |
result jsonb; | |
geom geometry; |
OlderNewer