Il 07/11/16 05:35, Alex Glaros ha scritto: > Which web2py data type for latitude and longitude? > > Am using Postgres database > > thanks, > > Alex Glaros
It depends... for enjoing the full power of GIS capabilities you can consider of using a geometry() field[1] but in this case a PostGIS installation is required, otherwise float type could be another easier option. [1] http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#PostGIS--SpatiaLite--and-MS-Geo--experimental- -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

