| 377 | } |
| 378 | |
| 379 | int mapObj_insertLayer(mapObj *self, layerObj *layer, int index) |
| 380 | { |
| 381 | if (self && layer) |
| 382 | return msInsertLayer(self, layer, index); |
| 383 | |
| 384 | return -1; |
| 385 | } |
| 386 | |
| 387 | layerObj *mapObj_removeLayer(mapObj *self, int layerindex) |
| 388 | { |