Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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)

layermapping_mysql.diff (5.3 KB ) - added by jbronn 15 years ago.
Patch that enables support for LayerMapping with MySQL

Download all attachments as: .zip

Change History (4)

by jbronn, 15 years ago

Attachment: layermapping_mysql.diff added

Patch that enables support for LayerMapping with MySQL

comment:1 by jbronn, 15 years ago

Resolution: fixed
Status: newclosed

(In [9688]) Fixed #9664 -- LayerMapping now works with MySQL spatial backends.

comment:2 by jbronn, 15 years ago

(In [9689]) [1.0.X] Fixed #9664 -- LayerMapping now works with MySQL spatial backends.

Backport of r9688 from trunk.

comment:3 by (none), 15 years ago

milestone: post-1.0

Milestone post-1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top