Skip to content

Commit

Permalink
missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Apr 16, 2020
1 parent 8cf50f5 commit 27c7118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/scripts/get_started.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'xmlns:p1="http://www.opengis.net/ows/1.1">tableToExport</p1:Identifier><p0:Data><p0'
':LiteralData>$table_to_export</p0:LiteralData></p0:Data></p0:Input><p0:Input><p1:Identifier '
'xmlns:p1="http://www.opengis.net/ows/1.1">exportPath</p1:Identifier><p0:Data><p0:LiteralData'
'>lday_geom.shp</p0:LiteralData></p0:Data></p0:Input></p0:DataInputs><p0:ResponseForm><p0'
'>$export_path</p0:LiteralData></p0:Data></p0:Input></p0:DataInputs><p0:ResponseForm><p0'
':RawDataOutput><p1:Identifier '
'xmlns:p1="http://www.opengis.net/ows/1.1">result</p1:Identifier></p0:RawDataOutput></p0'
':ResponseForm></p0:Execute>')
Expand All @@ -58,4 +58,4 @@ def call_geoserver(data):
call_geoserver(get_lday.substitute({"table_receivers": "RECEIVERS", "table_buildings": "BUILDINGS"
, "table_roads": "ROADS", "table_dem": "DEM"}))

call_geoserver(export_table.substitute({"table_to_export": "LDAY_GEOM"}))
call_geoserver(export_table.substitute({"table_to_export": "LDAY_GEOM", "export_path" : "lday_geom.shp"}))

0 comments on commit 27c7118

Please sign in to comment.