DumpGeo: Fix type of default property value.
A C-string "" was used as the default value for a bool value. Change to a boolean. Was giving a warning with gcc14.
A C-string "" was used as the default value for a bool value. Change to a boolean. Was giving a warning with gcc14.