#9664 closed (fixed)
Enable LayerMapping to work with MySQL spatial backend
Reported by: | jbronn | Owned by: | nobody |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Keywords: | gis layermapping mysql | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Currently LayerMapping
does not work with MySQL because it uses the OGC spatial database tables to obtain metadata. MySQL does not support the OGC standard, and thus, does not have these tables. However, there's no technical reason that LayerMapping
cannot work on MySQL, other than that MySQL has no concept of spatial reference systems.
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | layermapping_mysql.diff added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
Patch that enables support for LayerMapping with MySQL