Changeset 275
- Timestamp:
- 06/01/10 14:09:33 (20 months ago)
- Files:
-
- 1 modified
-
0.8.0/src/wfs/wfs_get_capabilities.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
0.8.0/src/wfs/wfs_get_capabilities.c
r274 r275 358 358 } 359 359 360 if (writable == true && ln->layer->writable == true) {360 if (writable == false && ln->layer->writable == true) { 361 361 if (ows_version_get(o->request->version) == 100) { 362 362 fprintf(o->output, " <Insert/>\n");