Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/05/2008, 10:54
Avatar de DBMark
DBMark
 
Fecha de Ingreso: mayo-2008
Ubicación: Oxford
Mensajes: 35
Antigüedad: 16 años
Puntos: 6
Nuevas funciones con GIS ???

En Mysql 5 hay nuevas funciones sobre GIS="Geographic Information Systems". Por ejemplo GeomfromText, Area, Polygon. También hay tipos de datos.
Cita:
CREATE TABLE address (
address CHAR(80) NOT NULL,
address_loc POINT NOT NULL,
PRIMARY KEY(address),
SPATIAL KEY(address_loc)
);
Bueno, es un tema muy interesante, pero falta muchos enlaces sobre este tema. Un poco en dev.mysql.com/doc/refman/5.1/en/polygon-property-functions.html
¿Conoce alguien enlaces interesantes sobre el tema de GIS y Mysql?

Gracias, u saludos.