diff --git a/posts/geolocation.md b/posts/geolocation.md index db8e2920..ec2f1eb0 100644 --- a/posts/geolocation.md +++ b/posts/geolocation.md @@ -2,6 +2,6 @@ feature: geolocation status: use tags: fallback gtie8 kind: api -polyfillurls: [geolocation shim](https://gist.github.com/366184), [geo-location-javascript](http://code.google.com/p/geo-location-javascript/) +polyfillurls: [geo-location-javascript](http://code.google.com/p/geo-location-javascript/) -[geolocation shim](https://gist.github.com/366184) uses Google's IP-GeoCoding service as a fallback. [geo-location-javascript](http://code.google.com/p/geo-location-javascript/) doesn't but has hooks into BlackBerry, WebOS, and Google Gears specific APIs. In most cases, you should just not expose Geo features in your app if the feature is not natively present. \ No newline at end of file +[geo-location-javascript](http://code.google.com/p/geo-location-javascript/) has hooks into BlackBerry, WebOS, and Google Gears specific APIs. In most cases, you should just not expose Geo features in your app if the feature is not natively present. \ No newline at end of file