Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2015-09-01 15:15:04 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:03:23 +0300
commiteaa0c3fd5f958e2494bd925622dd3682c1fabe53 (patch)
treebfd697dd0c5f3dc5c5c965cacd1e12c5f6e2c7d4 /data
parent678a297d64b258abcf62fee6a88a921328a4df75 (diff)
[data] Removed dummy files.
Diffstat (limited to 'data')
-rw-r--r--data/test_scene.json47
-rw-r--r--data/testing/images/arrow-big.pngbin3450 -> 0 bytes
-rw-r--r--data/testing/images/arrow.pngbin1724 -> 0 bytes
-rw-r--r--data/testing/images/test.pngbin213771 -> 0 bytes
4 files changed, 0 insertions, 47 deletions
diff --git a/data/test_scene.json b/data/test_scene.json
deleted file mode 100644
index f5574bc60b..0000000000
--- a/data/test_scene.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "_comment_":"Join = { -1 = MitterJoin, 0 = BevelJoin, 1 = RoundJoin } ",
- "_comment_":"Cap = { -1 = SquareCap, 0 = RoundCap, 1 = ButtCap } ",
- "_comment_":{
- "_comment_":"LineFormat",
- "join" : "{ -1 = MitterJoin, 0 = BevelJoin, 1 = RoundJoin }",
- "cap" : "{ -1 = SquareCap, 0 = RoundCap, 1 = ButtCap }",
- "depth" : "float",
- "width" : "float on pixels",
- "color" : ["r", "g", "b", "a"],
- "geometry" : ["float x0", "float y0", "x1", "y1", "xn", "yn"]
- },
- "_comment_":{
- "_comment_":"AreaFormat",
- "depth" : "float",
- "color" : ["r", "g", "b", "a"],
- "geometry" : ["trg1.x0", "trg1.y0", "trg1.x1", "trg1.y1", "trg1.x1", "trg1.y1", "trg2.x0", "trg2.y0", "trg2.x1", "trg2.y1", "trg2.x1", "trg2.y1"]
- },
- "_comment_":{
- "_comment_":"CircleFormat",
- "depth" : "float",
- "color" : ["r", "g", "b", "a"],
- "radius": "float",
- "geometry" : ["centex.x", "centex.y"]
- },
- "line":{
- "join":1,
- "cap":0,
- "depth":0.0,
- "width":33.0,
- "color":[255, 0, 0, 255],
- "geometry": [720, 375,
- 720, 625,
- 845, 625,
- 845, 425,
- 680, 425]
- },
- "area":{
- "depth":0.0,
- "color":[255, 255, 0, 255],
- "geometry":[1500, 300, 200, 300, 200, 200, 1500, 300, 200, 200, 1500, 200]
- },
- "dyn_square":{
- "geometry":[500, 800],
- "radius":30.0
- }
-} \ No newline at end of file
diff --git a/data/testing/images/arrow-big.png b/data/testing/images/arrow-big.png
deleted file mode 100644
index dfd720ee39..0000000000
--- a/data/testing/images/arrow-big.png
+++ /dev/null
Binary files differ
diff --git a/data/testing/images/arrow.png b/data/testing/images/arrow.png
deleted file mode 100644
index 9acd3c1e40..0000000000
--- a/data/testing/images/arrow.png
+++ /dev/null
Binary files differ
diff --git a/data/testing/images/test.png b/data/testing/images/test.png
deleted file mode 100644
index f8518c6127..0000000000
--- a/data/testing/images/test.png
+++ /dev/null
Binary files differ