Changes between Version 4 and Version 5 of ZooWorkshop/FOSS4GJapan/Exercice
- Timestamp:
- Oct 16, 2010, 3:10:41 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWorkshop/FOSS4GJapan/Exercice
v4 v5 26 26 == Python Version == 27 27 28 Your are invited to edit the ogr_ws_service_provider.py file you created during this workshop to add the multiple geometries using the following osgeo.ogr Geometry methods applied on the first Geometryinstance :28 Your are invited to edit the {{{ogr_ws_service_provider.py}}} file you created during this workshop to add the multiple geometries using the following {{{osgeo.ogr}}} {{{Geometry}}} methods applied on the first {{{Geometry}}} instance : 29 29 30 30 * Intersection(Geometry) 31 31 * Union(Geometry) 32 32 * Difference(Geometry) 33 * SymmetricDifference(Geometry)33 * !SymmetricDifference(Geometry) 34 34 35 You can once again use the Boundary.zcfg file as example, rename the InputPolygon input to InputEntity1 and add a similar input named IntputEntity2. You are invited to update other values in the ZOO metadata file to set the proper metadata informations.35 You can once again use the {{{Boundary.zcfg}}} file as example, rename the {{{InputPolygon}}} input to {{{InputEntity1}}} and add a similar input named {{{IntputEntity2}}}. You are invited to update other values in the ZOO metadata file to set the proper metadata informations. 36 36 37 37 == Testing your services ==