diff --git a/.gitignore b/.gitignore index 56ecffc..c2658d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ node_modules/ -regions/ -region-raw-img/ diff --git a/region-raw-img/image.png b/region-raw-img/image.png new file mode 100644 index 0000000..d12e776 Binary files /dev/null and b/region-raw-img/image.png differ diff --git a/regions/test1.json b/regions/test1.json new file mode 100644 index 0000000..c55e732 --- /dev/null +++ b/regions/test1.json @@ -0,0 +1 @@ +{"name":"test1","bounds":[{"lng":0,"lat":0},{"lng":0,"lat":0},{"lng":0,"lat":0},{"lng":0,"lat":0}]} \ No newline at end of file