diff --git a/README.md b/README.md index d0b695b..bbe9120 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Version: 0.95, Author: Onur Yildirim © 2012, MIT License. ###Features: - HTML5 geolocation (by user permission) - - Location by IP (Supported source services: Google, freegeoip, geoplugin, wikimedia) + - Location by IP (Supported source services: FreeGeoIP, GeoPlugin, WikiMedia) - Reverse Geocoding (address lookup) - Full address information (street, town, neighborhood, region, country, country code, postal code, etc...) @@ -67,9 +67,9 @@ Use this method to get the location via HTML5 geolocation. >   Specifies whether geolocator should fallback to IP geo-lookup when HTML5 geolocation is not >   supported or rejected by the user. A positive `Integer` value will indicate the index of the source >   ip-geo service (if the value is in range). Boolean `true` will set the default ip-geo service index ->   which is `0` (Google). ->   Valid values: *`0` or `true` (use Google for ip-geo fallback), `1` (use FreeGeoIP for ip-geo fallback), ->   `2` (use GeoPlugin for ip-geo fallback), `3` (use Wikimedia for ip-geo fallback), `false` or `-1` or +>   which is `0` (FreeGeoIP). +>   Valid values: *`0` or `true` (use FreeGeoIP for ip-geo fallback), +>   `1` (use GeoPlugin for ip-geo fallback), `2` (use Wikimedia for ip-geo fallback), `false` or `-1` or >   `null` or any other value (will disable ip-geo fallback)* > - `html5Options` *Object (optional, default: `null`)* @@ -100,7 +100,7 @@ Use this method to get the location from the user's IP. > - `ipGeoSourceIndex` *Integer (optional, default: `0`)* >   Indicates the index of the IP geo-lookup service. ->   Valid values: *`0` (Google), `1` (FreeGeoIP), `2` (GeoPlugin), `3` (Wikimedia)* +>   Valid values: *`0` (FreeGeoIP), `1` (GeoPlugin), `2` (Wikimedia)* > - `mapCanvasId` *String (optional, default: `null`)* >   HTML element ID for the Google Maps canvas. If set to null, no map is drawn. diff --git a/example/index.html b/example/index.html index 339326d..40acf68 100644 --- a/example/index.html +++ b/example/index.html @@ -49,10 +49,9 @@
Geo IP Source:   |
(Geo IP Source is also used as a fallback when user rejects HTML5 Geo-location.)
@@ -60,7 +59,7 @@

View project page (and documentation) at GitHub.
- Geolocator 0.92 - Copyright © Onur Yildirim, 2012. MIT License. + Geolocator 0.95 - Copyright © Onur Yildirim, 2012. MIT License.

diff --git a/screenshots/geolocator-example.jpg b/screenshots/geolocator-example.jpg index c6b8e80..3f952f6 100644 Binary files a/screenshots/geolocator-example.jpg and b/screenshots/geolocator-example.jpg differ