On Thu, Oct 17, 2013 at 2:14 PM, Dirk Forchel <dirk.forc...@exedio.com>wrote:
> Hi Martin, > thanks for your answer. Actually, all of our "stores" are persistent in our > database. These are about 300 and I think it is a good idea to pre-compute > all the coordinates (GLatLng) with a cronjob. Afterwards I would like to > show only a part of these stores which fit to a certain specific pattern > (e.g. post code or region or whatever). The result list of these stores > taken from the database should be shown. So I think it is a good idea to to > call serverGeocoder.findAddress(address) from the cronjob, store the > GLatLng > values in the database along with the address. What do you think? > I guess there is no reason of a cron job too. Since the stores do not change frequently it is OK just to put their coordinates in the DB and update them when there is a change. > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/gmap3-Geocoder-and-list-of-locations-tp4661836p4661850.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >