On Apr 25, 7:39 am, "Magnus O." <[email protected]> wrote:
> Hi,
>
> I'm using the MaxMind GeoLiteCity.dat (http://www.maxmind.com/app/
> geolitecity) file to get the geolocation of my visitors. It works
> great in the development environment but I can not deploy it since the
> dat file is about 30MB?
>
> Is it not possible to deploy files larger than 30mb?
>
> //Magnus
Alternatives are http://code.google.com/p/geomodel/
and clientside latlng = new
google.maps.LatLng(google.loader.ClientLocation.latitude,
google.loader.ClientLocation.longitude);
location = "IP location: " + getFormattedLocation();

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to