This page was design to test the parsing of h-geo. These tests are part of the micorformats 2 test suite.
On my way to The Bricklayer's Arms (Geo: 51.513458;-0.14812)
{
"items": [{
"type": ["h-geo"],
"properties": {
"name": ["51.513458;-0.14812"]
}
}]
}
We are meeting at The Bricklayer's Arms (Geo: 51.513458: -0.14812)
{
"items": [{
"type": ["h-geo"],
"properties": {
"name": ["The Bricklayer's Arms"],
"latitude": ["51.513458"],
"longitude": ["-0.14812"]
}
}]
}
My favourite hill in the lakes is Pen-y-ghent (Geo: 54.155278, -2.249722). It raises to 694m.
{
"items": [{
"type": ["h-geo"],
"properties": {
"name": ["Pen-y-ghent"],
"latitude": ["54.155278"],
"longitude": ["-2.249722"],
"altitude": ["694"]
}
}]
}
N 51° 51.345, W -0° 14.812
{
"items": [{
"type": ["h-geo"],
"properties": {
"latitude": ["51.513458"],
"longitude": ["-0.14812"],
"name": ["N 51° 51.345, W -0° 14.812"]
}
}]
}
The Bricklayer's Arms
{
"items": [{
"type": ["h-geo"],
"properties": {
"latitude": ["51.513458"],
"longitude": ["-0.14812"],
"name": ["The Bricklayer's Arms"]
}
}]
}
N 37° 24.491, W 122° 08.313
{
"items": [{
"type": ["h-geo"],
"properties": {
"latitude": ["37.408183"],
"longitude": ["-122.13855"],
"name": ["N 37° 24.491, W 122° 08.313"]
}
}]
}