mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
update csv test data
This commit is contained in:
parent
cc969b1a02
commit
2d696dc73b
@ -1 +1 @@
|
||||
x,y,z
1,10,0
|
||||
x,y,z
1,10,9999.9999
|
||||
|
2
tests/data/csv/pipe_delimiters.csv
Normal file
2
tests/data/csv/pipe_delimiters.csv
Normal file
@ -0,0 +1,2 @@
|
||||
x|y|z
|
||||
0|0|hello
|
||||
|
2
tests/data/csv/semicolon_delimiters.csv
Normal file
2
tests/data/csv/semicolon_delimiters.csv
Normal file
@ -0,0 +1,2 @@
|
||||
x;y;z
|
||||
0;0;hello
|
||||
|
@ -1,2 +1,2 @@
|
||||
x, y,z
|
||||
x, y,z
|
||||
-122 , 48,0
|
||||
|
@ -1,2 +1,2 @@
|
||||
x,y,z
|
||||
0,0,0
|
||||
1,10,9999.9999
|
||||
|
Loading…
x
Reference in New Issue
Block a user