microformats2/spec/support/cases/microformat2-node.jit.su/h-geo/h-geo-2.js
2013-04-18 22:13:36 -07:00

13 lines
284 B
JavaScript

// http://microformat2-node.jit.su/h-geo.html
{
"items": [{
"type": ["h-geo"],
"properties": {
"name": ["Pen-y-ghent"],
"latitude": ["54.155278"],
"longitude": ["-2.249722"],
"altitude": ["694"]
}
}]
}