mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 08:55:25 +01:00
Added missing file.
This commit is contained in:
parent
74b47e7e74
commit
6f83839a4c
1 changed files with 3 additions and 0 deletions
3
src/components/util/format.js
Normal file
3
src/components/util/format.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
export function formatLayerId (id) {
|
||||
return id === "" ? "[empty_string]" : `'${id}'`;
|
||||
}
|
Loading…
Reference in a new issue