mirror of
https://github.com/maputnik/editor.git
synced 2025-12-28 17:10:01 +00:00
Added more webdriver tests testing against a real browser.
This commit is contained in:
15
test/sources/example.json
Normal file
15
test/sources/example.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type":"FeatureCollection",
|
||||
"features":[
|
||||
{
|
||||
"type":"Feature",
|
||||
"properties": {
|
||||
"name": "Dinagat Islands"
|
||||
},
|
||||
"geometry":{
|
||||
"type": "Point",
|
||||
"coordinates": [125.6, 10.1]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user