[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[Mapserver-users] Does MapServer support"OpenGIS Simple Features For SQL"
Sure. You can pull SFSQL features from PostGIS (postgis.refractions.net) and
OracleSpatial. You can also pull pseudo geometric data from MySQL 3.6 using
BLOBs to store your data. PostGIS and Oracle both have spatial indexes, so
they can scale to very large data sets. The 3.6 MySQL hack does not.
P.
On Thursday 02 October 2003 20:30, Phil Maskell wrote:
>
> Being new to MapServer I have read a bit about OGR Simple Features
> Library supporting multiple Vector format, does MapServer support
> getting Simple Features from an SQL database like MySQL?