adds more spec cases
This commit is contained in:
parent
241b9ffbd3
commit
d946c7262c
125 changed files with 2275 additions and 1 deletions
12
spec/support/cases/h-geo-3.js
Normal file
12
spec/support/cases/h-geo-3.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
// http://microformat2-node.jit.su/h-geo.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-geo"],
|
||||
"properties": {
|
||||
"latitude": ["51.513458"],
|
||||
"longitude": ["-0.14812"],
|
||||
"name": ["N 51° 51.345, W -0° 14.812"]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue