summaryrefslogtreecommitdiff
path: root/src/lowlevel/data.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lowlevel/data.rs')
-rw-r--r--src/lowlevel/data.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lowlevel/data.rs b/src/lowlevel/data.rs
index 59a0b3e..40afa74 100644
--- a/src/lowlevel/data.rs
+++ b/src/lowlevel/data.rs
@@ -2,9 +2,9 @@
/// The encoding used to encode the tile layer data. When used, it can be “base64” and “csv” at the moment.
pub enum Encoding {
/// Plain XML based, in <tile> tags
- XML,
+ Xml,
Base64,
- CSV,
+ Csv,
}
#[derive(Debug, PartialEq)]
/// The compression used to compress the tile layer data.