Opened 20 years ago

Closed 20 years ago

#607 closed enhancement (wontfix)

Use SWIG directors to make map and layer projections useable

Reported by: sgillies@… Owned by: sgillies@…
Priority: high Milestone:
Component: MapScript-SWIG Version: 4.1
Severity: minor Keywords:
Cc:

Description

For Python at least.  I forsee usage like

>>> mapobj.projection = 'init=EPSG:4269'
>>> mapobj.projection
'init=EPSG:4269'

We can simply treat the projection attribute of maps and layers
as strings and let the Python directors call the needed C code
behind the scenes.  Ruby also has directors and Perl will
eventually.

Change History (1)

comment:1 by sgillies@…, 20 years ago

Resolution: wontfix
Status: newclosed
closing this, have better ideas for projections.

Note: See TracTickets for help on using tickets.