mirror of
https://github.com/php/presentations.git
synced 2026-03-26 08:32:20 +01:00
10 lines
404 B
XML
10 lines
404 B
XML
<slide>
|
|
<title>Finding a name for the current location</title>
|
|
<subtitle>Different services</subtitle>
|
|
|
|
<list>
|
|
<bullet>*Geonames:*<br/>http://ws.geonames.org/findNearbyPlaceNameJSON?username=derick&style=full&lat={$lat}&lng={$lon}</bullet>
|
|
<bullet>*Nominatim:*<br/>http://nominatim.openstreetmap.org/reverse?format=json&lat={$lat}&lon={$lon}&zoom={$z}</bullet>
|
|
</list>
|
|
</slide>
|