]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikgeoreflayer.c
Added layer marshalling support; for now trw and map layers are implemented.
[andy/viking.git] / src / vikgeoreflayer.c
index f3b3356e85820e98f1214c8974c2c30a346df2c2..604dc407d2a806fbf16413730f41d8b4cd43e2fc 100644 (file)
@@ -83,6 +83,8 @@ VikLayerInterface vik_georef_layer_interface = {
   (VikLayerFuncSublayerToggleVisible)   NULL,
 
   (VikLayerFuncCopy)                    georef_layer_copy,
+  (VikLayerFuncMarshall)               NULL,
+  (VikLayerFuncUnmarshall)             NULL,
 
   (VikLayerFuncSetParam)                georef_layer_set_param,
   (VikLayerFuncGetParam)                georef_layer_get_param,