21 | | * Lat/Lons for villages from [http://www.fallingrain.com/world/PK/ Falling Rain] or [http://www.geonames.org/advanced-search.html? Geonames] (suggest Fuzzy Search of City, Village) [We could embed a searchbox with these settings to our site?] |
| 21 | * Lat/Lons for villages from [http://www.fallingrain.com/world/PK/ Falling Rain] or [http://www.geonames.org Geonames] |
| 22 | {{{ |
| 23 | #!html |
| 24 | <form name="searchForm" method="GET" action="http://www.geonames.org/advanced-search.html?"> |
| 25 | <input name="q" size="40" value="" type="text"> |
| 26 | <input type="hidden" name="country" value="PK"> |
| 27 | <input type="hidden" name="featureClass" value="P"> |
| 28 | <input type="hidden" name="fuzzy" value="0.6"> |
| 29 | <input type="submit" value="Search Geonames"> |
| 30 | </form> |
| 31 | }}} |