<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hello list,<br>
<br>
I have been puzzling a bit and am not finding the correct answer.<br>
<br>
I have a city mapinfo tab that holds population values. I want to
display:<br>
- The labels of the major cities when zoomed out far,<br>
- add the labels of medium cities when I zoom in further<br>
- show all labels when zoomed in max<br>
<br>
Currently my syntax in the mapfile is as below, but I can't get a map
that shows only the labels of the major cities!<br>
<br>
Any help is appreciated<br>
<br>
LABELITEM 'City'<br>
CLASSITEM 'City_Population'<br>
CLASS<br>
NAME '0 < City_Population < 100000'<br>
EXPRESSION ( ([City_Population] >= 0) AND ([City_Population]
<= 100000) )<br>
STYLE<br>
SYMBOL 'CIRCLE'<br>
SIZE 3 <br>
OUTLINECOLOR 0 0 0<br>
COLOR 255 170 0<br>
END<br>
LABEL<br>
TYPE TRUETYPE<br>
FONT Arial <br>
SIZE 8<br>
COLOR 255 255 250 <br>
#OUTLINECOLOR 255 255 255<br>
ANTIALIAS TRUE<br>
MINFEATURESIZE 500<br>
ANGLE 0<br>
FORCE false<br>
END <br>
END<br>
CLASS<br>
NAME '100001 < City_Population < 500000'<br>
EXPRESSION ( ([City_Population] >= 100001) AND
([City_Population] <= 500000) )<br>
STYLE<br>
SYMBOL 'CIRCLE'<br>
SIZE 4 <br>
OUTLINECOLOR 0 0 0<br>
COLOR 255 170 0<br>
END<br>
LABEL <br>
TYPE TRUETYPE<br>
FONT Arial <br>
SIZE 10<br>
COLOR 255 255 250 <br>
#OUTLINECOLOR 255 255 255<br>
ANTIALIAS TRUE<br>
MINFEATURESIZE 500<br>
ANGLE 0<br>
FORCE false<br>
END <br>
END<br>
</font>
<div class="moz-signature">-- <br>
<title>3DSite</title>
<meta http-equiv="Content-Type" content="text/html; ">
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
margin-left: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}
.style4 {font-size: 9px; }
.style5 {font-size: 9px; color: #CCCCCC; }
-->
</style>
<meta content="MSHTML 6.00.2900.2912" name="GENERATOR">
<br>
<table border="0" cellpadding="0" cellspacing="0" width="400">
<tbody>
<tr>
<td rowspan="3" align="left" height="0" valign="bottom" width="15"><br>
</td>
<td colspan="2" align="left" height="78" valign="top" width="0">
<p class="style4">Milo van der Linden
<br>
<a href="mailto:mlinden@zeelandnet.nl">mlinden@zeelandnet.nl</a><br>
<a href="mailto:milovanderlinden@gmail.com">milovanderlinden@gmail.com</a><br>
<a href="mailto:milo@3dsite.nl">milo@3dsite.nl</a><br>
<a href="http://www.3dsite.nl">http://www.3dsite.nl</a><br>
</p>
</td>
<td rowspan="3" align="left" height="0" valign="top" width="15"> </td>
<td valign="top" width="300">
<p class="style5"><span lang="NL">De informatie in dit bericht
reflecteerd mijn persoonlijke mening en niet die van een bedrijf of
instantie. Aan de informatie kunnen geen rechten worden ontleend.
Indien dit bericht onderdeel is van een forum, mailing-list of
community dan gelden automatisch de bijbehorende voorwaarden.</span></p>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>