| 225 | } |
| 226 | |
| 227 | char *mapObj_getProjection(mapObj* self) { |
| 228 | return msGetProjectionString(&self->projection); |
| 229 | } |
| 230 | |
| 231 | int mapObj_setProjection(mapObj* self, char *string) { |
| 232 | return(msLoadProjectionString(&(self->projection), string)); |
no test coverage detected