Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In Studio click on the Map Source  icon for the Map Source whose .map file you wish to edit and select the Map Editor tab. 

Note

In Studio, Layer names should only The Layer Name must start with a letter, underscore or hyphen and then can contain letters, numbers, spaces, underscores and hyphens and underscores. In MapServer, it is recommended that the name not contain spaces, special characters, or begin with a number (which could cause problems through interfaces such as OGC services). Total length must not exceed 32 characters.

Info

From version 5.4 you will be able to access the Map Editor by clicking the Edit button for an individual layer e.g.

...

This is the actual code Editing pane and shows the code for the map file. Any errors are underlined by a red squiggle whereas warnings are underlined with a blue squiggle. Any changes that you make can be seen immediately using the Map Viewer but will update the live configuration file until you click Save.

Editing Values

If you select an entry in the Editing pane it will be 

Highlight
highlighted in yellow
. If it is also underlined then you will be able to right click on the entry and select Edit. A pop-up dialog will appear which will allow you to edit it’s values. Differnt types of dialog will be displayed depending upon the type of value you are editing. Here are some examples:

...

You can also change them by either typing directly over them in the Editing pane.

Finding Values

If you wish to find a specific word in the .map file you may use Ctrl F to display a Find & Replace dialog.

Using the Toolbar

There is a Toolbar at the top of the Editing pane for common functions:

...

This is underneath the Editing pane and has three tabs. If you double click on an entry the Editing pane will be positioned to that line and it will be highlighted.

Layers

Selecting this tab will display the list of Layers in your selected map file. The tab will also display a total count of the number of layers.

Errors

Selecting this tab will display the list of Errors in your map file together with the relevant line number in the Map Editor for you to fix the error. The tab will also display a total count of the number of errors.

Warnings

Selecting this tab will display the list of Warnings in your map file together with the relevant line number in the Map Editor. The tab will also display a total count of the number of warnings.

...