| 660 | } |
| 661 | |
| 662 | int layerObj_removeMetaData(layerObj *self, char *name) { |
| 663 | return(msRemoveHashTable(&(self->metadata), name)); |
| 664 | } |
| 665 | |
| 666 | char *layerObj_getWMSFeatureInfoURL(layerObj *self, mapObj *map, int click_x, int click_y, |
| 667 | int feature_count, char *info_format) { |
nothing calls this directly
no test coverage detected