Feature request #1111

mapfile export - some issues

Added by mschulz - almost 16 years ago. Updated about 13 years ago.

Status:Closed
Priority:Low
Assignee:Richard Duivenvoorde
Category:Python plugins
Pull Request or Patch supplied: Resolution:fixed
Easy fix?:No Copied to github as #:11171

Description

Mapfile export with the python plugin in "io" has some flaws. I tried patching some of them, and will attach the changed files:

- export of postgis statements was wrong (see ticket #1104)

- export of layers only still writes whole mapfile

- export uses proj4 string to create mapfile projection element

- export doesn't distinguish between mapfile projection and layer projection

- symbology creation changed wrt. to geometry type (e.g. WIDTH instead of SIZE, OUTLINECOLOR instead of FILLCOLOR)

- export dialog select box "units" shouldn't translate UNITS values

Use whatever you want from the suggested changes. Cheers, Michael

ms_export.py Magnifier (31.4 KB) mschulz -, 2008-05-26 02:16 PM

mapserverexport.py Magnifier (6.53 KB) mschulz -, 2008-05-26 02:17 PM

ui_mapserverexport.py Magnifier (15.9 KB) mschulz -, 2008-05-26 02:18 PM

History

#1 Updated by Paolo Cavallini over 15 years ago

In addition, the file is saved without extension (.map)

#2 Updated by Richard Duivenvoorde about 13 years ago

Reviewing:

- export of postgis statements was wrong
Is fixed

- export of layers only still writes whole mapfile
Is fixed somewhere in history :-)

- export uses proj4 string to create mapfile projection element
Fix proposed only working with old project file format. Now whe have a authority node which could be used for that. But I'm not sure if mapserver will take this (I mean other authorities then epsg ....). Besides this, the proj4 string will always work while only using the authority-code is more tricky eg on linux case sensitive (EPSG should then be cast to epsg etc).

- export doesn't distinguish between mapfile projection and layer projection
still a 'wantohave', please issue feature request

- symbology creation changed wrt. to geometry type (e.g. WIDTH instead of SIZE, OUTLINECOLOR instead of FILLCOLOR)
Fixed somewhere in history

- export dialog select box "units" shouldn't translate UNITS values
not sure about this, fixed?

#3 Updated by Richard Duivenvoorde about 13 years ago

  • Status changed from Open to In Progress

Replying to [comment:1 pcav]:

In addition, the file is saved without extension (.map)

This is fixed somewhere in history

#4 Updated by Richard Duivenvoorde about 13 years ago

  • Resolution set to fixed
  • Status changed from In Progress to Closed

I will close this issue, for it is this old, holds a lot of different issues from which most of them (or all??) are fixed in the meantime.

If parts of it are still valid, please issue new ones.

Also available in: Atom PDF