Changes between Version 32 and Version 33 of ZooWorkshop/FOSS4GJapan/CreatingOGRBasedWebServices
- Timestamp:
- Oct 16, 2010, 12:51:10 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWorkshop/FOSS4GJapan/CreatingOGRBasedWebServices
v32 v33 210 210 }}} 211 211 212 As you know how to read and access the {{{map}}} fields from a maps, you can now learn how to write in such a datastructure. This is done by using the simple {{{setMapInMaps}}} function once again defined in {{{zoo- 212 As you know how to read and access the {{{map}}} fields from a maps, you can now learn how to write in such a datastructure. This is done by using the simple {{{setMapInMaps}}} function once again defined in {{{zoo-kernel/service.h}}}. The {{{setMapInMaps}}} function takes four parameters : 213 213 214 214 * {{{m}}} : a {{{maps}}} pointer you want to update,