Skip to content

Commit

Permalink
Added map file writing. Added variables to hold scaled sizes for font…
Browse files Browse the repository at this point in the history
…s and symbols leaving the original values untouched. Killed msApplyScale() function.

git-svn-id: http://svn.osgeo.org/mapserver/trunk@66 7532c77e-422f-0410-93f4-f0b67bdd69e2
  • Loading branch information
sdlime committed Jun 22, 2000
1 parent f158654 commit 9232bf4
Show file tree
Hide file tree
Showing 10 changed files with 616 additions and 299 deletions.
8 changes: 5 additions & 3 deletions map.h
Expand Up @@ -255,7 +255,9 @@ typedef struct {
int shadowsizex, shadowsizey;

int size;
int sizescaled;
int minsize, maxsize;

int position;
int offsetx, offsety;

Expand Down Expand Up @@ -299,8 +301,11 @@ typedef struct {
int outlinecolor;
int symbol;
char *symbolname;

int size;
int sizescaled;
int minsize, maxsize;

labelObj label;
char *name; /* used for legend labeling */
#ifndef SWIG
Expand Down Expand Up @@ -439,7 +444,6 @@ typedef struct {

int offsite; /* offsite value for raster images */

int annotate; /* can this layer be annotated */
int transform; /* does this layer have to be transformed to file coordinates */

int labelcache; /* on or off */
Expand Down Expand Up @@ -495,8 +499,6 @@ typedef struct { /* structure for a map */
enum MS_UNITS units; /* units of the projection */
double scale; /* scale of the output image */

int scaled; // has this map had a scaling applied

char *shapepath; /* where are the shape files located */
char *tile; /* an optional tile name to use as well */

Expand Down

0 comments on commit 9232bf4

Please sign in to comment.