Opened 17 years ago

Closed 17 years ago

#2220 closed enhancement (fixed)

factory for creating map objects from mapfile strings and fragments

Reported by: sgillies Owned by: sgillies
Priority: normal Milestone: 5.0 release
Component: MapScript-Python Version: svn-trunk (development)
Severity: normal Keywords: mapfile fragment
Cc:

Description

Part of http://mapserver.gis.umn.edu/development/rfc/ms-rfc-31/.

I'm adding a function called mapscript.fromstring which takes map, layer, class, or style definitions and returns a map object of the proper type: mapObj, layerObj, classObj, or styleObj. This function not much more than a wrapper around msUpdate*FromString.

Depends on: #2219

Change History (2)

comment:1 by sgillies, 17 years ago

Status: newassigned

Committed in r6541.

comment:2 by sgillies, 17 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.